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

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: Rebase with master 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 269 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', { 280 ['(chromeos==1 or OS=="linux" or OS=="win" or OS=="mac") and chromecast= =0', {
281 'dependencies': [ 281 'dependencies': [
282 '../extensions/shell/app_shell.gyp:*', 282 '../extensions/shell/app_shell.gyp:*',
283 ], 283 ],
284 }], 284 }],
285 ['envoy==1', { 285 ['envoy==1', {
286 'dependencies': [ 286 'dependencies': [
287 '../envoy/envoy.gyp:*', 287 '../envoy/envoy.gyp:*',
288 ], 288 ],
289 }], 289 }],
290 ['use_openh264==1', {
291 'dependencies': [
292 '../third_party/openh264/openh264.gyp:*',
293 ],
294 }],
290 ], 295 ],
291 }, # target_name: All 296 }, # target_name: All
292 { 297 {
293 'target_name': 'All_syzygy', 298 'target_name': 'All_syzygy',
294 'type': 'none', 299 'type': 'none',
295 'conditions': [ 300 'conditions': [
296 ['OS=="win" and fastbuild==0 and target_arch=="ia32" and ' 301 ['OS=="win" and fastbuild==0 and target_arch=="ia32" and '
297 '(syzyasan==1 or syzygy_optimize==1)', { 302 '(syzyasan==1 or syzygy_optimize==1)', {
298 'dependencies': [ 303 'dependencies': [
299 '../chrome/installer/mini_installer_syzygy.gyp:*', 304 '../chrome/installer/mini_installer_syzygy.gyp:*',
(...skipping 1131 matching lines...) Expand 10 before | Expand all | Expand 10 after
1431 'dependencies': [ 1436 'dependencies': [
1432 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1437 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1433 '../ui/views/views.gyp:views', 1438 '../ui/views/views.gyp:views',
1434 '../ui/views/views.gyp:views_unittests', 1439 '../ui/views/views.gyp:views_unittests',
1435 ], 1440 ],
1436 }, # target_name: macviews_builder 1441 }, # target_name: macviews_builder
1437 ], # targets 1442 ], # targets
1438 }], # os=='mac' and toolkit_views==1 1443 }], # os=='mac' and toolkit_views==1
1439 ], # conditions 1444 ], # conditions
1440 } 1445 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | build/common.gypi » ('j') | content/browser/media/openh264_unittests.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698