| 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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 334 '../ppapi/ppapi_internal.gyp:ppapi_example_video_effects', | 334 '../ppapi/ppapi_internal.gyp:ppapi_example_video_effects', |
| 335 '../ppapi/ppapi_internal.gyp:ppapi_example_video_encode', | 335 '../ppapi/ppapi_internal.gyp:ppapi_example_video_encode', |
| 336 '../ppapi/ppapi_internal.gyp:ppapi_tests', | 336 '../ppapi/ppapi_internal.gyp:ppapi_tests', |
| 337 '../ppapi/ppapi_internal.gyp:ppapi_perftests', | 337 '../ppapi/ppapi_internal.gyp:ppapi_perftests', |
| 338 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 338 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
| 339 '../sync/sync.gyp:run_sync_testserver', | 339 '../sync/sync.gyp:run_sync_testserver', |
| 340 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 340 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 341 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 341 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 342 '../tools/imagediff/image_diff.gyp:image_diff', | 342 '../tools/imagediff/image_diff.gyp:image_diff', |
| 343 '../ui/app_list/app_list.gyp:app_list_unittests', | 343 '../ui/app_list/app_list.gyp:app_list_unittests', |
| 344 '../ui/app_list/shower/app_list_shower.gyp:app_list_shower_unittests
', | |
| 345 '../ui/compositor/compositor.gyp:compositor_unittests', | 344 '../ui/compositor/compositor.gyp:compositor_unittests', |
| 346 ], | 345 ], |
| 347 }], | 346 }], |
| 348 ['OS!="android" and chromecast==0', { | 347 ['OS!="android" and chromecast==0', { |
| 349 'dependencies': [ | 348 'dependencies': [ |
| 350 '../chrome/chrome.gyp:browser_tests', | 349 '../chrome/chrome.gyp:browser_tests', |
| 351 '../chrome/chrome.gyp:chrome', | 350 '../chrome/chrome.gyp:chrome', |
| 352 '../chrome/chrome.gyp:interactive_ui_tests', | 351 '../chrome/chrome.gyp:interactive_ui_tests', |
| 353 '../chrome/chrome.gyp:performance_browser_tests', | 352 '../chrome/chrome.gyp:performance_browser_tests', |
| 354 '../chrome/chrome.gyp:sync_integration_tests', | 353 '../chrome/chrome.gyp:sync_integration_tests', |
| (...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 773 }], | 772 }], |
| 774 ['OS=="android" and target_arch != "x64"', { | 773 ['OS=="android" and target_arch != "x64"', { |
| 775 'dependencies': [ | 774 'dependencies': [ |
| 776 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' | 775 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' |
| 777 ], | 776 ], |
| 778 }], | 777 }], |
| 779 ], | 778 ], |
| 780 }, | 779 }, |
| 781 ] | 780 ] |
| 782 } | 781 } |
| OLD | NEW |