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

Side by Side Diff: .gn

Issue 1413303003: gpu/khronos_glcts_support: add support for GN builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@glcts2
Patch Set: rebase Created 5 years, 1 month 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 | gpu/khronos_glcts_support/BUILD.gn » ('j') | gpu/khronos_glcts_support/BUILD.gn » ('J')
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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 "//content/public/android/BUILD.gn", 298 "//content/public/android/BUILD.gn",
299 "//content/renderer/renderer.gni", 299 "//content/renderer/renderer.gni",
300 "//content/test/BUILD.gn", 300 "//content/test/BUILD.gn",
301 "//content/utility/utility.gni", 301 "//content/utility/utility.gni",
302 "//extensions/common/api/schemas.gni", 302 "//extensions/common/api/schemas.gni",
303 "//extensions/extensions.gni", 303 "//extensions/extensions.gni",
304 "//extensions/shell/app_shell.gni", 304 "//extensions/shell/app_shell.gni",
305 "//extensions/shell/common/api/schemas.gni", 305 "//extensions/shell/common/api/schemas.gni",
306 "//google_apis/BUILD.gn", 306 "//google_apis/BUILD.gn",
307 "//gpu/gles2_conform_support/BUILD.gn", 307 "//gpu/gles2_conform_support/BUILD.gn",
308 "//gpu/khronos_glcts_support/BUILD.gn",
308 "//jingle/BUILD.gn", 309 "//jingle/BUILD.gn",
309 "//net/BUILD.gn", 310 "//net/BUILD.gn",
310 "//ppapi/ppapi_sources.gni", 311 "//ppapi/ppapi_sources.gni",
311 "//printing/BUILD.gn", 312 "//printing/BUILD.gn",
312 "//remoting/host/BUILD.gn", 313 "//remoting/host/BUILD.gn",
313 "//remoting/remoting_srcs.gni", 314 "//remoting/remoting_srcs.gni",
314 "//remoting/remoting_version.gni", 315 "//remoting/remoting_version.gni",
315 "//skia/BUILD.gn", 316 "//skia/BUILD.gn",
316 "//third_party/android_platform/BUILD.gn", 317 "//third_party/android_platform/BUILD.gn",
317 "//third_party/angle/BUILD.gn", 318 "//third_party/angle/BUILD.gn",
(...skipping 27 matching lines...) Expand all
345 "//tools/gn/format_test_data/055.golden", 346 "//tools/gn/format_test_data/055.golden",
346 "//tools/gn/function_exec_script.cc", 347 "//tools/gn/function_exec_script.cc",
347 "//tools/gn/gn.gyp", 348 "//tools/gn/gn.gyp",
348 "//tools/gn/input_conversion.cc", 349 "//tools/gn/input_conversion.cc",
349 "//tools/gn/misc/emacs/gn.el", 350 "//tools/gn/misc/emacs/gn.el",
350 "//tools/gn/misc/vim/syntax/gn.vim", 351 "//tools/gn/misc/vim/syntax/gn.vim",
351 "//tools/gn/setup.cc", 352 "//tools/gn/setup.cc",
352 "//ui/accessibility/BUILD.gn", 353 "//ui/accessibility/BUILD.gn",
353 "//ui/views/BUILD.gn", 354 "//ui/views/BUILD.gn",
354 ] 355 ]
OLDNEW
« no previous file with comments | « no previous file | gpu/khronos_glcts_support/BUILD.gn » ('j') | gpu/khronos_glcts_support/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698