Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(495)

Side by Side Diff: .gn

Issue 1373803002: Unbreak win/clang/gn build after https://codereview.chromium.org/1368263002/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "//build/config/android/BUILD.gn", 119 "//build/config/android/BUILD.gn",
120 "//build/config/android/config.gni", 120 "//build/config/android/config.gni",
121 "//build/config/android/internal_rules.gni", 121 "//build/config/android/internal_rules.gni",
122 "//build/config/android/rules.gni", 122 "//build/config/android/rules.gni",
123 "//build/config/compiler/BUILD.gn", 123 "//build/config/compiler/BUILD.gn",
124 "//build/config/gcc/gcc_version.gni", 124 "//build/config/gcc/gcc_version.gni",
125 "//build/config/ios/ios_sdk.gni", 125 "//build/config/ios/ios_sdk.gni",
126 "//build/config/linux/BUILD.gn", 126 "//build/config/linux/BUILD.gn",
127 "//build/config/linux/pkg_config.gni", 127 "//build/config/linux/pkg_config.gni",
128 "//build/config/mac/mac_sdk.gni", 128 "//build/config/mac/mac_sdk.gni",
129 "//build/config/win/BUILD.gn",
129 "//build/config/win/visual_studio_version.gni", 130 "//build/config/win/visual_studio_version.gni",
130 "//build/gn_helpers.py", 131 "//build/gn_helpers.py",
131 "//build/gypi_to_gn.py", 132 "//build/gypi_to_gn.py",
132 "//build/linux/BUILD.gn", 133 "//build/linux/BUILD.gn",
133 "//build/toolchain/gcc_toolchain.gni", 134 "//build/toolchain/gcc_toolchain.gni",
134 "//build/toolchain/mac/BUILD.gn", 135 "//build/toolchain/mac/BUILD.gn",
135 "//build/toolchain/nacl/BUILD.gn", 136 "//build/toolchain/nacl/BUILD.gn",
136 "//build/toolchain/win/BUILD.gn", 137 "//build/toolchain/win/BUILD.gn",
137 "//build/util/version.gni", 138 "//build/util/version.gni",
138 "//chrome/android/BUILD.gn", 139 "//chrome/android/BUILD.gn",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 "//tools/gn/format_test_data/055.golden", 212 "//tools/gn/format_test_data/055.golden",
212 "//tools/gn/function_exec_script.cc", 213 "//tools/gn/function_exec_script.cc",
213 "//tools/gn/gn.gyp", 214 "//tools/gn/gn.gyp",
214 "//tools/gn/input_conversion.cc", 215 "//tools/gn/input_conversion.cc",
215 "//tools/gn/misc/emacs/gn.el", 216 "//tools/gn/misc/emacs/gn.el",
216 "//tools/gn/misc/vim/syntax/gn.vim", 217 "//tools/gn/misc/vim/syntax/gn.vim",
217 "//tools/gn/setup.cc", 218 "//tools/gn/setup.cc",
218 "//ui/accessibility/BUILD.gn", 219 "//ui/accessibility/BUILD.gn",
219 "//ui/views/BUILD.gn", 220 "//ui/views/BUILD.gn",
220 ] 221 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698