| 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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 "//skia/BUILD.gn", | 159 "//skia/BUILD.gn", |
| 160 "//third_party/android_platform/BUILD.gn", | 160 "//third_party/android_platform/BUILD.gn", |
| 161 "//third_party/angle/BUILD.gn", | 161 "//third_party/angle/BUILD.gn", |
| 162 "//third_party/boringssl/BUILD.gn", | 162 "//third_party/boringssl/BUILD.gn", |
| 163 "//third_party/cld_2/BUILD.gn", | 163 "//third_party/cld_2/BUILD.gn", |
| 164 "//third_party/cython/rules.gni", | 164 "//third_party/cython/rules.gni", |
| 165 "//third_party/google_input_tools/inputview.gni", | 165 "//third_party/google_input_tools/inputview.gni", |
| 166 "//third_party/harfbuzz-ng/BUILD.gn", | 166 "//third_party/harfbuzz-ng/BUILD.gn", |
| 167 "//third_party/libaddressinput/BUILD.gn", | 167 "//third_party/libaddressinput/BUILD.gn", |
| 168 "//third_party/opus/BUILD.gn", | 168 "//third_party/opus/BUILD.gn", |
| 169 "//third_party/trace-viewer/BUILD.gn", |
| 169 "//third_party/WebKit/Source/bindings/bindings.gni", | 170 "//third_party/WebKit/Source/bindings/bindings.gni", |
| 170 "//third_party/WebKit/Source/bindings/scripts/scripts.gni", | 171 "//third_party/WebKit/Source/bindings/scripts/scripts.gni", |
| 171 "//third_party/WebKit/Source/config.gni", | 172 "//third_party/WebKit/Source/config.gni", |
| 172 "//third_party/WebKit/Source/core/core.gni", | 173 "//third_party/WebKit/Source/core/core.gni", |
| 173 "//third_party/WebKit/Source/devtools/BUILD.gn", | 174 "//third_party/WebKit/Source/devtools/BUILD.gn", |
| 174 "//third_party/WebKit/Source/modules/modules.gni", | 175 "//third_party/WebKit/Source/modules/modules.gni", |
| 175 "//third_party/WebKit/Source/platform/BUILD.gn", | 176 "//third_party/WebKit/Source/platform/BUILD.gn", |
| 176 "//third_party/WebKit/Source/platform/platform.gni", | 177 "//third_party/WebKit/Source/platform/platform.gni", |
| 177 "//third_party/WebKit/Source/web/BUILD.gn", | 178 "//third_party/WebKit/Source/web/BUILD.gn", |
| 178 "//third_party/WebKit/Source/wtf/BUILD.gn", | 179 "//third_party/WebKit/Source/wtf/BUILD.gn", |
| 179 "//tools/gn/BUILD.gn", | 180 "//tools/gn/BUILD.gn", |
| 180 "//tools/gn/build_settings.h", | 181 "//tools/gn/build_settings.h", |
| 181 "//tools/gn/command_help.cc", | 182 "//tools/gn/command_help.cc", |
| 182 "//tools/gn/docs/language.md", | 183 "//tools/gn/docs/language.md", |
| 183 "//tools/gn/format_test_data/053.gn", | 184 "//tools/gn/format_test_data/053.gn", |
| 184 "//tools/gn/format_test_data/053.golden", | 185 "//tools/gn/format_test_data/053.golden", |
| 185 "//tools/gn/format_test_data/055.gn", | 186 "//tools/gn/format_test_data/055.gn", |
| 186 "//tools/gn/format_test_data/055.golden", | 187 "//tools/gn/format_test_data/055.golden", |
| 187 "//tools/gn/function_exec_script.cc", | 188 "//tools/gn/function_exec_script.cc", |
| 188 "//tools/gn/gn.gyp", | 189 "//tools/gn/gn.gyp", |
| 189 "//tools/gn/input_conversion.cc", | 190 "//tools/gn/input_conversion.cc", |
| 190 "//tools/gn/misc/emacs/gn.el", | 191 "//tools/gn/misc/emacs/gn.el", |
| 191 "//tools/gn/misc/vim/syntax/gn.vim", | 192 "//tools/gn/misc/vim/syntax/gn.vim", |
| 192 "//tools/gn/setup.cc", | 193 "//tools/gn/setup.cc", |
| 193 "//ui/views/BUILD.gn", | 194 "//ui/views/BUILD.gn", |
| 194 ] | 195 ] |
| OLD | NEW |