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

Side by Side Diff: .gn

Issue 2310613002: Inline GPU and opus GYP files into GN build. (Closed)
Patch Set: merge 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 | gpu/command_buffer/command_buffer.gyp » ('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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 "//chromeos/BUILD.gn", 253 "//chromeos/BUILD.gn",
254 254
255 # TODO(dgn): Layer violation but breaks the build otherwise, see 255 # TODO(dgn): Layer violation but breaks the build otherwise, see
256 # https://crbug.com/474506 256 # https://crbug.com/474506
257 "//clank/java/BUILD.gn", 257 "//clank/java/BUILD.gn",
258 "//clank/native/BUILD.gn", 258 "//clank/native/BUILD.gn",
259 259
260 "//content/browser/browser.gni", 260 "//content/browser/browser.gni",
261 "//content/public/android/BUILD.gn", 261 "//content/public/android/BUILD.gn",
262 "//content/test/BUILD.gn", 262 "//content/test/BUILD.gn",
263 "//google_apis/BUILD.gn",
264 "//gpu/gles2_conform_support/BUILD.gn",
265 "//gpu/khronos_glcts_support/BUILD.gn",
266 "//jingle/BUILD.gn", 263 "//jingle/BUILD.gn",
267 "//net/BUILD.gn", 264 "//net/BUILD.gn",
268 "//printing/BUILD.gn", 265 "//printing/BUILD.gn",
269 "//remoting/host/BUILD.gn", 266 "//remoting/host/BUILD.gn",
270 "//remoting/remoting_srcs.gni", 267 "//remoting/remoting_srcs.gni",
271 "//remoting/remoting_version.gni", 268 "//remoting/remoting_version.gni",
272 "//third_party/android_platform/BUILD.gn", 269 "//third_party/android_platform/BUILD.gn",
273 "//third_party/angle/BUILD.gn", 270 "//third_party/angle/BUILD.gn",
274 "//third_party/angle/src/tests/BUILD.gn", 271 "//third_party/angle/src/tests/BUILD.gn",
275 "//third_party/boringssl/BUILD.gn", 272 "//third_party/boringssl/BUILD.gn",
276 "//third_party/catapult/tracing/BUILD.gn", 273 "//third_party/catapult/tracing/BUILD.gn",
277 "//third_party/cld_2/BUILD.gn", 274 "//third_party/cld_2/BUILD.gn",
278 "//third_party/cython/rules.gni", 275 "//third_party/cython/rules.gni",
279 "//third_party/google_input_tools/inputview.gni", 276 "//third_party/google_input_tools/inputview.gni",
280 "//third_party/harfbuzz-ng/BUILD.gn", 277 "//third_party/harfbuzz-ng/BUILD.gn",
281 "//third_party/libaddressinput/BUILD.gn", 278 "//third_party/libaddressinput/BUILD.gn",
282 "//third_party/opus/BUILD.gn",
283 "//third_party/openh264/BUILD.gn", 279 "//third_party/openh264/BUILD.gn",
284 "//third_party/skia/gn/shared_sources.gni", 280 "//third_party/skia/gn/shared_sources.gni",
285 "//third_party/WebKit/Source/bindings/bindings.gni", 281 "//third_party/WebKit/Source/bindings/bindings.gni",
286 "//third_party/WebKit/Source/bindings/scripts/scripts.gni", 282 "//third_party/WebKit/Source/bindings/scripts/scripts.gni",
287 "//third_party/WebKit/Source/config.gni", 283 "//third_party/WebKit/Source/config.gni",
288 "//third_party/WebKit/Source/core/core.gni", 284 "//third_party/WebKit/Source/core/core.gni",
289 "//third_party/WebKit/Source/modules/modules.gni", 285 "//third_party/WebKit/Source/modules/modules.gni",
290 "//third_party/WebKit/Source/web/BUILD.gn", 286 "//third_party/WebKit/Source/web/BUILD.gn",
291 "//tools/gn/BUILD.gn", 287 "//tools/gn/BUILD.gn",
292 "//tools/gn/build_settings.h",
293 "//tools/gn/command_help.cc",
294 "//tools/gn/docs/language.md",
295 "//tools/gn/format_test_data/053.gn",
296 "//tools/gn/format_test_data/053.golden",
297 "//tools/gn/format_test_data/055.gn",
298 "//tools/gn/format_test_data/055.golden",
299 "//tools/gn/function_exec_script.cc",
300 "//tools/gn/gn.gyp",
301 "//tools/gn/input_conversion.cc",
302 "//tools/gn/misc/emacs/gn.el",
303 "//tools/gn/misc/vim/syntax/gn.vim",
304 "//tools/gn/setup.cc",
305 "//ui/accessibility/BUILD.gn", 288 "//ui/accessibility/BUILD.gn",
306 "//ui/gfx/BUILD.gn", 289 "//ui/gfx/BUILD.gn",
307 "//v8/test/cctest/BUILD.gn", 290 "//v8/test/cctest/BUILD.gn",
308 "//v8/test/unittests/BUILD.gn", 291 "//v8/test/unittests/BUILD.gn",
292
293 # Not gypi-to-gn.
294 "//google_apis/BUILD.gn",
309 ] 295 ]
OLDNEW
« no previous file with comments | « no previous file | gpu/command_buffer/command_buffer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698