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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
246 | 246 |
247 #"//third_party/android_tools:uiautomator_java", | 247 #"//third_party/android_tools:uiautomator_java", |
248 ], | 248 ], |
249 'dependencies!': [ | 249 'dependencies!': [ |
250 # TODO(GYP): All of these targets need to be ported over. | 250 # TODO(GYP): All of these targets need to be ported over. |
251 '../url/url.gyp:url_unittests', | 251 '../url/url.gyp:url_unittests', |
252 ], | 252 ], |
253 }], | 253 }], |
254 ['OS=="android" and chromecast==0', { | 254 ['OS=="android" and chromecast==0', { |
255 'dependencies': [ | 255 'dependencies': [ |
| 256 '../android_webview/android_webview_shell.gyp:system_webview_shell_a
pk', |
| 257 '../android_webview/android_webview_shell.gyp:system_webview_shell_l
ayout_test_apk', |
| 258 '../android_webview/android_webview_shell.gyp:system_webview_shell_p
age_cycler_apk', |
256 '../chrome/android/chrome_apk.gyp:chrome_public_apk', | 259 '../chrome/android/chrome_apk.gyp:chrome_public_apk', |
257 '../chrome/android/chrome_apk.gyp:chrome_public_test_apk', | 260 '../chrome/android/chrome_apk.gyp:chrome_public_test_apk', |
258 '../chrome/android/chrome_apk.gyp:chrome_sync_shell_apk', | 261 '../chrome/android/chrome_apk.gyp:chrome_sync_shell_apk', |
259 '../chrome/android/chrome_apk.gyp:chrome_sync_shell_test_apk', | 262 '../chrome/android/chrome_apk.gyp:chrome_sync_shell_test_apk', |
260 '../chrome/chrome.gyp:chromedriver_webview_shell_apk', | 263 '../chrome/chrome.gyp:chromedriver_webview_shell_apk', |
261 '../chrome/chrome.gyp:chrome_junit_tests', | 264 '../chrome/chrome.gyp:chrome_junit_tests', |
262 '../chrome/chrome.gyp:unit_tests_apk', | 265 '../chrome/chrome.gyp:unit_tests_apk', |
263 '../third_party/custom_tabs_client/custom_tabs_client.gyp:custom_tab
s_client_example_apk', | 266 '../third_party/custom_tabs_client/custom_tabs_client.gyp:custom_tab
s_client_example_apk', |
264 ], | 267 ], |
265 }], | 268 }], |
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
764 '../components/components.gyp:cronet_perf_test_apk', | 767 '../components/components.gyp:cronet_perf_test_apk', |
765 '../url/url.gyp:url_unittests', | 768 '../url/url.gyp:url_unittests', |
766 ], | 769 ], |
767 }], | 770 }], |
768 ['OS=="android" and chromecast==0', { | 771 ['OS=="android" and chromecast==0', { |
769 'dependencies': [ | 772 'dependencies': [ |
770 '../android_webview/android_webview.gyp:android_webview_apk', | 773 '../android_webview/android_webview.gyp:android_webview_apk', |
771 '../android_webview/android_webview.gyp:android_webview_test_apk', | 774 '../android_webview/android_webview.gyp:android_webview_test_apk', |
772 '../android_webview/android_webview.gyp:android_webview_unittests', | 775 '../android_webview/android_webview.gyp:android_webview_unittests', |
773 '../android_webview/android_webview.gyp:android_webview_unittests_ap
k', | 776 '../android_webview/android_webview.gyp:android_webview_unittests_ap
k', |
774 '../android_webview/android_webview_shell.gyp:system_webview_shell_a
pk', | |
775 '../android_webview/android_webview_shell.gyp:system_webview_shell_l
ayout_test_apk', | |
776 '../android_webview/android_webview_shell.gyp:system_webview_shell_p
age_cycler_apk', | |
777 ], | 777 ], |
778 }], | 778 }], |
779 ['OS=="android" and chromecast==0 and use_webview_internal_framework==0'
, { | 779 ['OS=="android" and chromecast==0 and use_webview_internal_framework==0'
, { |
780 'dependencies': [ | 780 'dependencies': [ |
781 '../android_webview/android_webview.gyp:system_webview_apk', | 781 '../android_webview/android_webview.gyp:system_webview_apk', |
782 ], | 782 ], |
783 }], | 783 }], |
784 ['OS=="android" and target_arch != "x64"', { | 784 ['OS=="android" and target_arch != "x64"', { |
785 'dependencies': [ | 785 'dependencies': [ |
786 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' | 786 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' |
787 ], | 787 ], |
788 }], | 788 }], |
789 ], | 789 ], |
790 }, | 790 }, |
791 ] | 791 ] |
792 } | 792 } |
OLD | NEW |