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

Side by Side Diff: build/all.gyp

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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. 8 # compilation targets to 'All'.
9 'app_targets%': [], 9 'app_targets%': [],
10 # For Android-specific targets. 10 # For Android-specific targets.
11 'android_app_targets%': [], 11 'android_app_targets%': [],
12 }, 12 },
13 'includes': [
14 '../third_party/openh264/openh264_args.gypi',
15 ],
13 'targets': [ 16 'targets': [
14 { 17 {
15 'target_name': 'All', 18 'target_name': 'All',
16 'type': 'none', 19 'type': 'none',
17 'xcode_create_dependents_test_runner': 1, 20 'xcode_create_dependents_test_runner': 1,
18 'dependencies': [ 21 'dependencies': [
19 '<@(app_targets)', 22 '<@(app_targets)',
20 'some.gyp:*', 23 'some.gyp:*',
21 '../base/base.gyp:*', 24 '../base/base.gyp:*',
22 '../components/components.gyp:*', 25 '../components/components.gyp:*',
23 '../components/components_tests.gyp:*', 26 '../components/components_tests.gyp:*',
24 '../content/content.gyp:*', 27 '../content/content.gyp:*',
25 '../crypto/crypto.gyp:*', 28 '../crypto/crypto.gyp:*',
26 '../net/net.gyp:*', 29 '../net/net.gyp:*',
27 '../sdch/sdch.gyp:*', 30 '../sdch/sdch.gyp:*',
28 '../sql/sql.gyp:*', 31 '../sql/sql.gyp:*',
29 '../testing/gmock.gyp:*', 32 '../testing/gmock.gyp:*',
30 '../testing/gtest.gyp:*', 33 '../testing/gtest.gyp:*',
31 '../third_party/icu/icu.gyp:*', 34 '../third_party/icu/icu.gyp:*',
32 '../third_party/libxml/libxml.gyp:*', 35 '../third_party/libxml/libxml.gyp:*',
36 '../third_party/openh264/testing/openh264_unittests.gyp:*',
33 '../third_party/sqlite/sqlite.gyp:*', 37 '../third_party/sqlite/sqlite.gyp:*',
34 '../third_party/zlib/zlib.gyp:*', 38 '../third_party/zlib/zlib.gyp:*',
35 '../ui/accessibility/accessibility.gyp:*', 39 '../ui/accessibility/accessibility.gyp:*',
36 '../ui/base/ui_base.gyp:*', 40 '../ui/base/ui_base.gyp:*',
37 '../ui/display/display.gyp:display_unittests', 41 '../ui/display/display.gyp:display_unittests',
38 '../ui/snapshot/snapshot.gyp:*', 42 '../ui/snapshot/snapshot.gyp:*',
39 '../url/url.gyp:*', 43 '../url/url.gyp:*',
40 ], 44 ],
41 'conditions': [ 45 'conditions': [
42 ['OS!="ios" and OS!="mac"', { 46 ['OS!="ios" and OS!="mac"', {
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 ['(chromeos==1 or OS=="linux" or OS=="win" or OS=="mac") and chromecast= =0', { 284 ['(chromeos==1 or OS=="linux" or OS=="win" or OS=="mac") and chromecast= =0', {
281 'dependencies': [ 285 'dependencies': [
282 '../extensions/shell/app_shell.gyp:*', 286 '../extensions/shell/app_shell.gyp:*',
283 ], 287 ],
284 }], 288 }],
285 ['envoy==1', { 289 ['envoy==1', {
286 'dependencies': [ 290 'dependencies': [
287 '../envoy/envoy.gyp:*', 291 '../envoy/envoy.gyp:*',
288 ], 292 ],
289 }], 293 }],
294 ['use_openh264==1', {
295 'dependencies': [
296 '../third_party/openh264/openh264.gyp:*',
297 ],
298 }],
290 ], 299 ],
291 }, # target_name: All 300 }, # target_name: All
292 { 301 {
293 'target_name': 'All_syzygy', 302 'target_name': 'All_syzygy',
294 'type': 'none', 303 'type': 'none',
295 'conditions': [ 304 'conditions': [
296 ['OS=="win" and fastbuild==0 and target_arch=="ia32" and ' 305 ['OS=="win" and fastbuild==0 and target_arch=="ia32" and '
297 '(syzyasan==1 or syzygy_optimize==1)', { 306 '(syzyasan==1 or syzygy_optimize==1)', {
298 'dependencies': [ 307 'dependencies': [
299 '../chrome/installer/mini_installer_syzygy.gyp:*', 308 '../chrome/installer/mini_installer_syzygy.gyp:*',
(...skipping 1131 matching lines...) Expand 10 before | Expand all | Expand 10 after
1431 'dependencies': [ 1440 'dependencies': [
1432 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1441 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1433 '../ui/views/views.gyp:views', 1442 '../ui/views/views.gyp:views',
1434 '../ui/views/views.gyp:views_unittests', 1443 '../ui/views/views.gyp:views_unittests',
1435 ], 1444 ],
1436 }, # target_name: macviews_builder 1445 }, # target_name: macviews_builder
1437 ], # targets 1446 ], # targets
1438 }], # os=='mac' and toolkit_views==1 1447 }], # os=='mac' and toolkit_views==1
1439 ], # conditions 1448 ], # conditions
1440 } 1449 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | build/gn_migration.gypi » ('j') | third_party/openh264/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698