| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 '../chrome/chrome.gyp:load_library_perf_tests', | 47 '../chrome/chrome.gyp:load_library_perf_tests', |
| 48 '../chrome/chrome.gyp:unit_tests', | 48 '../chrome/chrome.gyp:unit_tests', |
| 49 '../components/components.gyp:network_hints_browser', | 49 '../components/components.gyp:network_hints_browser', |
| 50 '../components/components.gyp:policy_templates', | 50 '../components/components.gyp:policy_templates', |
| 51 '../components/components_tests.gyp:components_browsertests', | 51 '../components/components_tests.gyp:components_browsertests', |
| 52 '../components/components_tests.gyp:components_perftests', | 52 '../components/components_tests.gyp:components_perftests', |
| 53 '../components/components_tests.gyp:components_unittests', | 53 '../components/components_tests.gyp:components_unittests', |
| 54 '../content/content.gyp:content_app_browser', | 54 '../content/content.gyp:content_app_browser', |
| 55 '../content/content.gyp:content_app_child', | 55 '../content/content.gyp:content_app_child', |
| 56 '../content/content_shell_and_tests.gyp:content_browsertests', | 56 '../content/content_shell_and_tests.gyp:content_browsertests', |
| 57 '../content/content_shell_and_tests.gyp:content_gl_benchmark', |
| 57 '../content/content_shell_and_tests.gyp:content_gl_tests', | 58 '../content/content_shell_and_tests.gyp:content_gl_tests', |
| 58 '../content/content_shell_and_tests.gyp:content_perftests', | 59 '../content/content_shell_and_tests.gyp:content_perftests', |
| 59 '../content/content_shell_and_tests.gyp:content_unittests', | 60 '../content/content_shell_and_tests.gyp:content_unittests', |
| 60 '../crypto/crypto.gyp:crypto_unittests', | 61 '../crypto/crypto.gyp:crypto_unittests', |
| 61 '../device/device_tests.gyp:device_unittests', | 62 '../device/device_tests.gyp:device_unittests', |
| 62 '../gin/gin.gyp:gin_v8_snapshot_fingerprint', | 63 '../gin/gin.gyp:gin_v8_snapshot_fingerprint', |
| 63 '../gpu/gpu.gyp:angle_unittests', | 64 '../gpu/gpu.gyp:angle_unittests', |
| 64 '../gpu/gpu.gyp:gl_tests', | 65 '../gpu/gpu.gyp:gl_tests', |
| 65 '../gpu/gpu.gyp:gpu_perftests', | 66 '../gpu/gpu.gyp:gpu_perftests', |
| 66 '../gpu/gpu.gyp:gpu_unittests', | 67 '../gpu/gpu.gyp:gpu_unittests', |
| (...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 771 }], | 772 }], |
| 772 ['OS=="android" and target_arch != "x64"', { | 773 ['OS=="android" and target_arch != "x64"', { |
| 773 'dependencies': [ | 774 'dependencies': [ |
| 774 '../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' |
| 775 ], | 776 ], |
| 776 }], | 777 }], |
| 777 ], | 778 ], |
| 778 }, | 779 }, |
| 779 ] | 780 ] |
| 780 } | 781 } |
| OLD | NEW |