Lines Matching refs:Chrome
4 with GN but also be brought into the Chrome build.
8 and the Chrome build. However, GN is much more explicit in its naming
17 * A master build config file. Chrome's is `//build/config/BUILDCONFIG.gn`
20 complex reasons. Chrome's are in `//build/toolchain/<platform>/BUILD.gn`.
29 * See Chrome's `src/.gn` file.
30 * Unlike Chrome, you probably don't need to define a secondary root.
33 Adding a `.gn` file in a repository that is pulled into Chrome means
35 your subproject rather than for all of Chrome. This could be an
39 (e.g., to do the full Chrome build instead), you can use the command-line
42 If you want a completely standalone build that has nothing to do with Chrome
43 and doesn't use Chrome's `//build` files, you can look at an example in