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

Side by Side Diff: .gn

Issue 1160793005: Allow trace-viewer to use exec_script in GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 ]
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