| OLD | NEW |
| 1 # This file is used by the GN meta build system to find the root of the source | 1 # This file is used by the GN meta build system to find the root of the source |
| 2 # tree and to set startup options. For documentation on the values set in this | 2 # tree and to set startup options. For documentation on the values set in this |
| 3 # file, run "gn help dotfile" at the command line. | 3 # file, run "gn help dotfile" at the command line. |
| 4 | 4 |
| 5 # The location of the build configuration file. | 5 # The location of the build configuration file. |
| 6 buildconfig = "//build/config/BUILDCONFIG.gn" | 6 buildconfig = "//build/config/BUILDCONFIG.gn" |
| 7 | 7 |
| 8 # The secondary source root is a parallel directory tree where | 8 # The secondary source root is a parallel directory tree where |
| 9 # GN build files are placed when they can not be placed directly | 9 # GN build files are placed when they can not be placed directly |
| 10 # in the source tree, e.g. for third party source trees. | 10 # in the source tree, e.g. for third party source trees. |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 "//sync/protocol/protocol_sources.gni", | 200 "//sync/protocol/protocol_sources.gni", |
| 201 "//third_party/android_platform/BUILD.gn", | 201 "//third_party/android_platform/BUILD.gn", |
| 202 "//third_party/angle/BUILD.gn", | 202 "//third_party/angle/BUILD.gn", |
| 203 "//third_party/angle/src/tests/BUILD.gn", | 203 "//third_party/angle/src/tests/BUILD.gn", |
| 204 "//third_party/boringssl/BUILD.gn", | 204 "//third_party/boringssl/BUILD.gn", |
| 205 "//third_party/catapult/tracing/BUILD.gn", | 205 "//third_party/catapult/tracing/BUILD.gn", |
| 206 "//third_party/cld_2/BUILD.gn", | 206 "//third_party/cld_2/BUILD.gn", |
| 207 "//third_party/cython/rules.gni", | 207 "//third_party/cython/rules.gni", |
| 208 "//third_party/google_input_tools/inputview.gni", | 208 "//third_party/google_input_tools/inputview.gni", |
| 209 "//third_party/harfbuzz-ng/BUILD.gn", | 209 "//third_party/harfbuzz-ng/BUILD.gn", |
| 210 "//third_party/harfbuzz-ng/harfbuzz.gni", |
| 210 "//third_party/libaddressinput/BUILD.gn", | 211 "//third_party/libaddressinput/BUILD.gn", |
| 211 "//third_party/opus/BUILD.gn", | 212 "//third_party/opus/BUILD.gn", |
| 212 "//third_party/openh264/BUILD.gn", | 213 "//third_party/openh264/BUILD.gn", |
| 213 "//third_party/WebKit/Source/bindings/bindings.gni", | 214 "//third_party/WebKit/Source/bindings/bindings.gni", |
| 214 "//third_party/WebKit/Source/bindings/scripts/scripts.gni", | 215 "//third_party/WebKit/Source/bindings/scripts/scripts.gni", |
| 215 "//third_party/WebKit/Source/config.gni", | 216 "//third_party/WebKit/Source/config.gni", |
| 216 "//third_party/WebKit/Source/core/core.gni", | 217 "//third_party/WebKit/Source/core/core.gni", |
| 217 "//third_party/WebKit/Source/devtools/BUILD.gn", | 218 "//third_party/WebKit/Source/devtools/BUILD.gn", |
| 218 "//third_party/WebKit/Source/modules/modules.gni", | 219 "//third_party/WebKit/Source/modules/modules.gni", |
| 219 "//third_party/WebKit/Source/platform/BUILD.gn", | 220 "//third_party/WebKit/Source/platform/BUILD.gn", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 231 "//tools/gn/format_test_data/055.golden", | 232 "//tools/gn/format_test_data/055.golden", |
| 232 "//tools/gn/function_exec_script.cc", | 233 "//tools/gn/function_exec_script.cc", |
| 233 "//tools/gn/gn.gyp", | 234 "//tools/gn/gn.gyp", |
| 234 "//tools/gn/input_conversion.cc", | 235 "//tools/gn/input_conversion.cc", |
| 235 "//tools/gn/misc/emacs/gn.el", | 236 "//tools/gn/misc/emacs/gn.el", |
| 236 "//tools/gn/misc/vim/syntax/gn.vim", | 237 "//tools/gn/misc/vim/syntax/gn.vim", |
| 237 "//tools/gn/setup.cc", | 238 "//tools/gn/setup.cc", |
| 238 "//ui/accessibility/BUILD.gn", | 239 "//ui/accessibility/BUILD.gn", |
| 239 "//ui/views/BUILD.gn", | 240 "//ui/views/BUILD.gn", |
| 240 ] | 241 ] |
| OLD | NEW |