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

Side by Side Diff: .gn

Issue 2301233002: Update Skia GN build to use the new .gni file. (Closed)
Patch Set: style Created 4 years, 3 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 | skia/BUILD.gn » ('j') | 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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 "//third_party/angle/src/tests/BUILD.gn", 284 "//third_party/angle/src/tests/BUILD.gn",
285 "//third_party/boringssl/BUILD.gn", 285 "//third_party/boringssl/BUILD.gn",
286 "//third_party/catapult/tracing/BUILD.gn", 286 "//third_party/catapult/tracing/BUILD.gn",
287 "//third_party/cld_2/BUILD.gn", 287 "//third_party/cld_2/BUILD.gn",
288 "//third_party/cython/rules.gni", 288 "//third_party/cython/rules.gni",
289 "//third_party/google_input_tools/inputview.gni", 289 "//third_party/google_input_tools/inputview.gni",
290 "//third_party/harfbuzz-ng/BUILD.gn", 290 "//third_party/harfbuzz-ng/BUILD.gn",
291 "//third_party/libaddressinput/BUILD.gn", 291 "//third_party/libaddressinput/BUILD.gn",
292 "//third_party/opus/BUILD.gn", 292 "//third_party/opus/BUILD.gn",
293 "//third_party/openh264/BUILD.gn", 293 "//third_party/openh264/BUILD.gn",
294 "//third_party/skia/gn/shared_sources.gni",
294 "//third_party/WebKit/Source/bindings/bindings.gni", 295 "//third_party/WebKit/Source/bindings/bindings.gni",
295 "//third_party/WebKit/Source/bindings/scripts/scripts.gni", 296 "//third_party/WebKit/Source/bindings/scripts/scripts.gni",
296 "//third_party/WebKit/Source/config.gni", 297 "//third_party/WebKit/Source/config.gni",
297 "//third_party/WebKit/Source/core/core.gni", 298 "//third_party/WebKit/Source/core/core.gni",
298 "//third_party/WebKit/Source/modules/modules.gni", 299 "//third_party/WebKit/Source/modules/modules.gni",
299 "//third_party/WebKit/Source/web/BUILD.gn", 300 "//third_party/WebKit/Source/web/BUILD.gn",
300 "//tools/gn/BUILD.gn", 301 "//tools/gn/BUILD.gn",
301 "//tools/gn/build_settings.h", 302 "//tools/gn/build_settings.h",
302 "//tools/gn/command_help.cc", 303 "//tools/gn/command_help.cc",
303 "//tools/gn/docs/language.md", 304 "//tools/gn/docs/language.md",
304 "//tools/gn/format_test_data/053.gn", 305 "//tools/gn/format_test_data/053.gn",
305 "//tools/gn/format_test_data/053.golden", 306 "//tools/gn/format_test_data/053.golden",
306 "//tools/gn/format_test_data/055.gn", 307 "//tools/gn/format_test_data/055.gn",
307 "//tools/gn/format_test_data/055.golden", 308 "//tools/gn/format_test_data/055.golden",
308 "//tools/gn/function_exec_script.cc", 309 "//tools/gn/function_exec_script.cc",
309 "//tools/gn/gn.gyp", 310 "//tools/gn/gn.gyp",
310 "//tools/gn/input_conversion.cc", 311 "//tools/gn/input_conversion.cc",
311 "//tools/gn/misc/emacs/gn.el", 312 "//tools/gn/misc/emacs/gn.el",
312 "//tools/gn/misc/vim/syntax/gn.vim", 313 "//tools/gn/misc/vim/syntax/gn.vim",
313 "//tools/gn/setup.cc", 314 "//tools/gn/setup.cc",
314 "//ui/accessibility/BUILD.gn", 315 "//ui/accessibility/BUILD.gn",
315 "//ui/gfx/BUILD.gn", 316 "//ui/gfx/BUILD.gn",
316 "//v8/test/cctest/BUILD.gn", 317 "//v8/test/cctest/BUILD.gn",
317 "//v8/test/unittests/BUILD.gn", 318 "//v8/test/unittests/BUILD.gn",
318 ] 319 ]
OLDNEW
« no previous file with comments | « no previous file | skia/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698