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

Side by Side Diff: build/gn_migration.gypi

Issue 1446453004: Adding third_party/openh264 build files for encoding (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase /w master and corrected comment about build flag 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 | « build/all.gyp ('k') | third_party/openh264/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2015 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 # This file defines five targets that we are using to track the progress of the 5 # This file defines five targets that we are using to track the progress of the
6 # GYP->GN migration: 6 # GYP->GN migration:
7 # 7 #
8 # 'both_gn_and_gyp' lists what GN is currently capable of building and should 8 # 'both_gn_and_gyp' lists what GN is currently capable of building and should
9 # match the 'both_gn_and_gyp' target in //BUILD.gn. 9 # match the 'both_gn_and_gyp' target in //BUILD.gn.
10 # 10 #
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 '../testing/gtest.gyp:gtest_main', 521 '../testing/gtest.gyp:gtest_main',
522 '../third_party/codesighs/codesighs.gyp:msdump2symdb', 522 '../third_party/codesighs/codesighs.gyp:msdump2symdb',
523 '../third_party/codesighs/codesighs.gyp:msmap2tsv', 523 '../third_party/codesighs/codesighs.gyp:msmap2tsv',
524 '../third_party/pdfium/samples/samples.gyp:pdfium_diff', 524 '../third_party/pdfium/samples/samples.gyp:pdfium_diff',
525 '../win8/win8.gyp:metro_viewer', 525 '../win8/win8.gyp:metro_viewer',
526 ], 526 ],
527 }], 527 }],
528 ['chromecast==1', { 528 ['chromecast==1', {
529 'dependencies': [ 529 'dependencies': [
530 '../chromecast/chromecast.gyp:cast_shell', 530 '../chromecast/chromecast.gyp:cast_shell',
531 ] 531 ],
532 }] 532 }],
533 ['use_openh264==1', {
534 'dependencies': [
535 '../third_party/openh264/openh264.gyp:openh264_common',
536 '../third_party/openh264/openh264.gyp:openh264_processing',
537 '../third_party/openh264/openh264.gyp:openh264_encoder',
538 ],
539 }],
533 ], 540 ],
534 }, 541 },
535 { 542 {
536 'target_name': 'gyp_remaining', 543 'target_name': 'gyp_remaining',
537 'type': 'none', 544 'type': 'none',
538 'conditions': [ 545 'conditions': [
539 ['remoting==1', { 546 ['remoting==1', {
540 'dependencies': [ 547 'dependencies': [
541 '../remoting/app_remoting_webapp.gyp:ar_sample_app', # crbug.com/47 1916 548 '../remoting/app_remoting_webapp.gyp:ar_sample_app', # crbug.com/47 1916
542 ], 549 ],
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 ['OS=="android" and target_arch != "x64"', { 794 ['OS=="android" and target_arch != "x64"', {
788 'dependencies': [ 795 'dependencies': [
789 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host' 796 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host'
790 ], 797 ],
791 }], 798 }],
792 ], 799 ],
793 }, 800 },
794 ] 801 ]
795 } 802 }
796 803
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | third_party/openh264/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698