| 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 "//content/renderer/renderer.gni", | 161 "//content/renderer/renderer.gni", |
| 162 "//content/test/BUILD.gn", | 162 "//content/test/BUILD.gn", |
| 163 "//content/utility/utility.gni", | 163 "//content/utility/utility.gni", |
| 164 "//extensions/common/api/schemas.gni", | 164 "//extensions/common/api/schemas.gni", |
| 165 "//extensions/extensions.gni", | 165 "//extensions/extensions.gni", |
| 166 "//extensions/shell/app_shell.gni", | 166 "//extensions/shell/app_shell.gni", |
| 167 "//extensions/shell/common/api/schemas.gni", | 167 "//extensions/shell/common/api/schemas.gni", |
| 168 "//google_apis/BUILD.gn", | 168 "//google_apis/BUILD.gn", |
| 169 "//gpu/gles2_conform_support/BUILD.gn", | 169 "//gpu/gles2_conform_support/BUILD.gn", |
| 170 "//jingle/BUILD.gn", | 170 "//jingle/BUILD.gn", |
| 171 "//native_client/build/config/android/BUILD.gn", | |
| 172 "//native_client/build/config/gcc/gcc_version.gni", | |
| 173 "//native_client/build/config/ios/ios_sdk.gni", | |
| 174 "//native_client/build/config/linux/BUILD.gn", | |
| 175 "//native_client/build/config/linux/pkg_config.gni", | |
| 176 "//native_client/build/config/mac/mac_sdk.gni", | |
| 177 "//native_client/build/config/win/visual_studio_version.gni", | |
| 178 "//native_client/build/toolchain/gcc_toolchain.gni", | |
| 179 "//native_client/build/toolchain/mac/BUILD.gn", | |
| 180 "//native_client/build/toolchain/nacl/BUILD.gn", | |
| 181 "//native_client/build/toolchain/win/BUILD.gn", | |
| 182 "//net/BUILD.gn", | 171 "//net/BUILD.gn", |
| 183 "//ppapi/ppapi_sources.gni", | 172 "//ppapi/ppapi_sources.gni", |
| 184 "//printing/BUILD.gn", | 173 "//printing/BUILD.gn", |
| 185 "//remoting/host/BUILD.gn", | 174 "//remoting/host/BUILD.gn", |
| 186 "//remoting/remoting_srcs.gni", | 175 "//remoting/remoting_srcs.gni", |
| 187 "//remoting/remoting_version.gni", | 176 "//remoting/remoting_version.gni", |
| 188 "//skia/BUILD.gn", | 177 "//skia/BUILD.gn", |
| 189 "//third_party/android_platform/BUILD.gn", | 178 "//third_party/android_platform/BUILD.gn", |
| 190 "//third_party/angle/BUILD.gn", | 179 "//third_party/angle/BUILD.gn", |
| 191 "//third_party/boringssl/BUILD.gn", | 180 "//third_party/boringssl/BUILD.gn", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 216 "//tools/gn/format_test_data/055.golden", | 205 "//tools/gn/format_test_data/055.golden", |
| 217 "//tools/gn/function_exec_script.cc", | 206 "//tools/gn/function_exec_script.cc", |
| 218 "//tools/gn/gn.gyp", | 207 "//tools/gn/gn.gyp", |
| 219 "//tools/gn/input_conversion.cc", | 208 "//tools/gn/input_conversion.cc", |
| 220 "//tools/gn/misc/emacs/gn.el", | 209 "//tools/gn/misc/emacs/gn.el", |
| 221 "//tools/gn/misc/vim/syntax/gn.vim", | 210 "//tools/gn/misc/vim/syntax/gn.vim", |
| 222 "//tools/gn/setup.cc", | 211 "//tools/gn/setup.cc", |
| 223 "//ui/accessibility/BUILD.gn", | 212 "//ui/accessibility/BUILD.gn", |
| 224 "//ui/views/BUILD.gn", | 213 "//ui/views/BUILD.gn", |
| 225 ] | 214 ] |
| OLD | NEW |