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

Side by Side Diff: build/all.gyp

Issue 1403893007: Adding third_party/openh264/src, build files and unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename var to 'use_openh264', add OpenH264 to 'all' target of GN 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
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.
(...skipping 12 matching lines...) Expand all
23 '../components/components_tests.gyp:*', 23 '../components/components_tests.gyp:*',
24 '../content/content.gyp:*', 24 '../content/content.gyp:*',
25 '../crypto/crypto.gyp:*', 25 '../crypto/crypto.gyp:*',
26 '../net/net.gyp:*', 26 '../net/net.gyp:*',
27 '../sdch/sdch.gyp:*', 27 '../sdch/sdch.gyp:*',
28 '../sql/sql.gyp:*', 28 '../sql/sql.gyp:*',
29 '../testing/gmock.gyp:*', 29 '../testing/gmock.gyp:*',
30 '../testing/gtest.gyp:*', 30 '../testing/gtest.gyp:*',
31 '../third_party/icu/icu.gyp:*', 31 '../third_party/icu/icu.gyp:*',
32 '../third_party/libxml/libxml.gyp:*', 32 '../third_party/libxml/libxml.gyp:*',
33 '../third_party/openh264/tests/openh264_unittests.gyp:*',
34 '../third_party/sqlite/sqlite.gyp:*', 33 '../third_party/sqlite/sqlite.gyp:*',
35 '../third_party/zlib/zlib.gyp:*', 34 '../third_party/zlib/zlib.gyp:*',
36 '../ui/accessibility/accessibility.gyp:*', 35 '../ui/accessibility/accessibility.gyp:*',
37 '../ui/base/ui_base.gyp:*', 36 '../ui/base/ui_base.gyp:*',
38 '../ui/display/display.gyp:display_unittests', 37 '../ui/display/display.gyp:display_unittests',
39 '../ui/snapshot/snapshot.gyp:*', 38 '../ui/snapshot/snapshot.gyp:*',
40 '../url/url.gyp:*', 39 '../url/url.gyp:*',
41 ], 40 ],
42 'conditions': [ 41 'conditions': [
43 ['OS!="ios" and OS!="mac"', { 42 ['OS!="ios" and OS!="mac"', {
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 ['(chromeos==1 or OS=="linux" or OS=="win" or OS=="mac") and chromecast= =0', { 281 ['(chromeos==1 or OS=="linux" or OS=="win" or OS=="mac") and chromecast= =0', {
283 'dependencies': [ 282 'dependencies': [
284 '../extensions/shell/app_shell.gyp:*', 283 '../extensions/shell/app_shell.gyp:*',
285 ], 284 ],
286 }], 285 }],
287 ['envoy==1', { 286 ['envoy==1', {
288 'dependencies': [ 287 'dependencies': [
289 '../envoy/envoy.gyp:*', 288 '../envoy/envoy.gyp:*',
290 ], 289 ],
291 }], 290 }],
291 ['use_openh264==1', {
292 'dependencies': [
293 '../third_party/openh264/openh264.gyp:*',
294 ],
295 }],
292 ], 296 ],
293 }, # target_name: All 297 }, # target_name: All
294 { 298 {
295 'target_name': 'All_syzygy', 299 'target_name': 'All_syzygy',
296 'type': 'none', 300 'type': 'none',
297 'conditions': [ 301 'conditions': [
298 ['OS=="win" and fastbuild==0 and target_arch=="ia32" and ' 302 ['OS=="win" and fastbuild==0 and target_arch=="ia32" and '
299 '(syzyasan==1 or syzygy_optimize==1)', { 303 '(syzyasan==1 or syzygy_optimize==1)', {
300 'dependencies': [ 304 'dependencies': [
301 '../chrome/installer/mini_installer_syzygy.gyp:*', 305 '../chrome/installer/mini_installer_syzygy.gyp:*',
(...skipping 1131 matching lines...) Expand 10 before | Expand all | Expand 10 after
1433 'dependencies': [ 1437 'dependencies': [
1434 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1438 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1435 '../ui/views/views.gyp:views', 1439 '../ui/views/views.gyp:views',
1436 '../ui/views/views.gyp:views_unittests', 1440 '../ui/views/views.gyp:views_unittests',
1437 ], 1441 ],
1438 }, # target_name: macviews_builder 1442 }, # target_name: macviews_builder
1439 ], # targets 1443 ], # targets
1440 }], # os=='mac' and toolkit_views==1 1444 }], # os=='mac' and toolkit_views==1
1441 ], # conditions 1445 ], # conditions
1442 } 1446 }
OLDNEW
« no previous file with comments | « DEPS ('k') | build/common.gypi » ('j') | third_party/openh264/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698