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