OLD | NEW |
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 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
527 '../third_party/openh264/openh264.gyp:openh264_processing', | 527 '../third_party/openh264/openh264.gyp:openh264_processing', |
528 '../third_party/openh264/openh264.gyp:openh264_encoder', | 528 '../third_party/openh264/openh264.gyp:openh264_encoder', |
529 ], | 529 ], |
530 }], | 530 }], |
531 ], | 531 ], |
532 }, | 532 }, |
533 { | 533 { |
534 'target_name': 'gyp_remaining', | 534 'target_name': 'gyp_remaining', |
535 'type': 'none', | 535 'type': 'none', |
536 'conditions': [ | 536 'conditions': [ |
537 ['remoting==1', { | |
538 'dependencies': [ | |
539 '../remoting/app_remoting_webapp.gyp:ar_sample_app', # crbug.com/47
1916 | |
540 ], | |
541 }], | |
542 ['test_isolation_mode!="noop"', { | 537 ['test_isolation_mode!="noop"', { |
543 'dependencies': [ | 538 'dependencies': [ |
544 '../base/base.gyp:base_unittests_run', | 539 '../base/base.gyp:base_unittests_run', |
545 '../cc/cc_tests.gyp:cc_unittests_run', | 540 '../cc/cc_tests.gyp:cc_unittests_run', |
546 '../chrome/chrome.gyp:browser_tests_run', | 541 '../chrome/chrome.gyp:browser_tests_run', |
547 '../chrome/chrome.gyp:chrome_app_unittests_run', | 542 '../chrome/chrome.gyp:chrome_app_unittests_run', |
548 '../chrome/chrome.gyp:chrome_run', | 543 '../chrome/chrome.gyp:chrome_run', |
549 '../chrome/chrome.gyp:interactive_ui_tests_run', | 544 '../chrome/chrome.gyp:interactive_ui_tests_run', |
550 '../chrome/chrome.gyp:sync_integration_tests_run', | 545 '../chrome/chrome.gyp:sync_integration_tests_run', |
551 '../chrome/chrome.gyp:unit_tests_run', | 546 '../chrome/chrome.gyp:unit_tests_run', |
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
783 }], | 778 }], |
784 ['OS=="android" and target_arch != "x64"', { | 779 ['OS=="android" and target_arch != "x64"', { |
785 'dependencies': [ | 780 'dependencies': [ |
786 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' | 781 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' |
787 ], | 782 ], |
788 }], | 783 }], |
789 ], | 784 ], |
790 }, | 785 }, |
791 ] | 786 ] |
792 } | 787 } |
OLD | NEW |