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

Side by Side Diff: .gn

Issue 1446453004: Adding third_party/openh264 build files for encoding (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed brettw comments, (use_openh264 = true again for trybots) Created 5 years 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 | BUILD.gn » ('j') | third_party/openh264/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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 "//third_party/angle/BUILD.gn", 321 "//third_party/angle/BUILD.gn",
322 "//third_party/angle/src/tests/BUILD.gn", 322 "//third_party/angle/src/tests/BUILD.gn",
323 "//third_party/boringssl/BUILD.gn", 323 "//third_party/boringssl/BUILD.gn",
324 "//third_party/catapult/tracing/BUILD.gn", 324 "//third_party/catapult/tracing/BUILD.gn",
325 "//third_party/cld_2/BUILD.gn", 325 "//third_party/cld_2/BUILD.gn",
326 "//third_party/cython/rules.gni", 326 "//third_party/cython/rules.gni",
327 "//third_party/google_input_tools/inputview.gni", 327 "//third_party/google_input_tools/inputview.gni",
328 "//third_party/harfbuzz-ng/BUILD.gn", 328 "//third_party/harfbuzz-ng/BUILD.gn",
329 "//third_party/libaddressinput/BUILD.gn", 329 "//third_party/libaddressinput/BUILD.gn",
330 "//third_party/opus/BUILD.gn", 330 "//third_party/opus/BUILD.gn",
331 "//third_party/openh264/BUILD.gn",
331 "//third_party/WebKit/Source/bindings/bindings.gni", 332 "//third_party/WebKit/Source/bindings/bindings.gni",
332 "//third_party/WebKit/Source/bindings/scripts/scripts.gni", 333 "//third_party/WebKit/Source/bindings/scripts/scripts.gni",
333 "//third_party/WebKit/Source/config.gni", 334 "//third_party/WebKit/Source/config.gni",
334 "//third_party/WebKit/Source/core/core.gni", 335 "//third_party/WebKit/Source/core/core.gni",
335 "//third_party/WebKit/Source/devtools/BUILD.gn", 336 "//third_party/WebKit/Source/devtools/BUILD.gn",
336 "//third_party/WebKit/Source/modules/modules.gni", 337 "//third_party/WebKit/Source/modules/modules.gni",
337 "//third_party/WebKit/Source/platform/BUILD.gn", 338 "//third_party/WebKit/Source/platform/BUILD.gn",
338 "//third_party/WebKit/Source/platform/platform.gni", 339 "//third_party/WebKit/Source/platform/platform.gni",
339 "//third_party/WebKit/Source/web/BUILD.gn", 340 "//third_party/WebKit/Source/web/BUILD.gn",
340 "//third_party/WebKit/Source/wtf/BUILD.gn", 341 "//third_party/WebKit/Source/wtf/BUILD.gn",
341 "//third_party/WebKit/public/BUILD.gn", 342 "//third_party/WebKit/public/BUILD.gn",
342 "//tools/gn/BUILD.gn", 343 "//tools/gn/BUILD.gn",
343 "//tools/gn/build_settings.h", 344 "//tools/gn/build_settings.h",
344 "//tools/gn/command_help.cc", 345 "//tools/gn/command_help.cc",
345 "//tools/gn/docs/language.md", 346 "//tools/gn/docs/language.md",
346 "//tools/gn/format_test_data/053.gn", 347 "//tools/gn/format_test_data/053.gn",
347 "//tools/gn/format_test_data/053.golden", 348 "//tools/gn/format_test_data/053.golden",
348 "//tools/gn/format_test_data/055.gn", 349 "//tools/gn/format_test_data/055.gn",
349 "//tools/gn/format_test_data/055.golden", 350 "//tools/gn/format_test_data/055.golden",
350 "//tools/gn/function_exec_script.cc", 351 "//tools/gn/function_exec_script.cc",
351 "//tools/gn/gn.gyp", 352 "//tools/gn/gn.gyp",
352 "//tools/gn/input_conversion.cc", 353 "//tools/gn/input_conversion.cc",
353 "//tools/gn/misc/emacs/gn.el", 354 "//tools/gn/misc/emacs/gn.el",
354 "//tools/gn/misc/vim/syntax/gn.vim", 355 "//tools/gn/misc/vim/syntax/gn.vim",
355 "//tools/gn/setup.cc", 356 "//tools/gn/setup.cc",
356 "//ui/accessibility/BUILD.gn", 357 "//ui/accessibility/BUILD.gn",
357 "//ui/views/BUILD.gn", 358 "//ui/views/BUILD.gn",
358 ] 359 ]
OLDNEW
« no previous file with comments | « no previous file | BUILD.gn » ('j') | third_party/openh264/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698