| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 '../components/components_tests.gyp:components_browsertests', | 48 '../components/components_tests.gyp:components_browsertests', |
| 49 '../components/components_tests.gyp:components_perftests', | 49 '../components/components_tests.gyp:components_perftests', |
| 50 '../components/components_tests.gyp:components_unittests', | 50 '../components/components_tests.gyp:components_unittests', |
| 51 '../content/content.gyp:content_app_browser', | 51 '../content/content.gyp:content_app_browser', |
| 52 '../content/content.gyp:content_app_child', | 52 '../content/content.gyp:content_app_child', |
| 53 '../content/content_shell_and_tests.gyp:content_browsertests', | 53 '../content/content_shell_and_tests.gyp:content_browsertests', |
| 54 '../content/content_shell_and_tests.gyp:content_perftests', | 54 '../content/content_shell_and_tests.gyp:content_perftests', |
| 55 '../content/content_shell_and_tests.gyp:content_unittests', | 55 '../content/content_shell_and_tests.gyp:content_unittests', |
| 56 '../crypto/crypto.gyp:crypto_unittests', | 56 '../crypto/crypto.gyp:crypto_unittests', |
| 57 '../device/device_tests.gyp:device_unittests', | 57 '../device/device_tests.gyp:device_unittests', |
| 58 '../gin/gin.gyp:gin_v8_snapshot_fingerprint', | |
| 59 '../gpu/gpu.gyp:angle_unittests', | 58 '../gpu/gpu.gyp:angle_unittests', |
| 60 '../gpu/gpu.gyp:gl_tests', | 59 '../gpu/gpu.gyp:gl_tests', |
| 61 '../gpu/gpu.gyp:gpu_perftests', | 60 '../gpu/gpu.gyp:gpu_perftests', |
| 62 '../gpu/gpu.gyp:gpu_unittests', | 61 '../gpu/gpu.gyp:gpu_unittests', |
| 63 '../ipc/ipc.gyp:ipc_tests', | 62 '../ipc/ipc.gyp:ipc_tests', |
| 64 '../media/cast/cast.gyp:cast_unittests', | 63 '../media/cast/cast.gyp:cast_unittests', |
| 65 '../media/media.gyp:media_perftests', | 64 '../media/media.gyp:media_perftests', |
| 66 '../media/media.gyp:media_unittests', | 65 '../media/media.gyp:media_unittests', |
| 67 '../media/midi/midi.gyp:midi_unittests', | 66 '../media/midi/midi.gyp:midi_unittests', |
| 68 '../net/net.gyp:dump_cache', | 67 '../net/net.gyp:dump_cache', |
| (...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 786 }], | 785 }], |
| 787 ['OS=="android" and target_arch != "x64"', { | 786 ['OS=="android" and target_arch != "x64"', { |
| 788 'dependencies': [ | 787 'dependencies': [ |
| 789 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' | 788 '../third_party/android_platform/relocation_packer.gyp:android_reloc
ation_packer_unittests#host' |
| 790 ], | 789 ], |
| 791 }], | 790 }], |
| 792 ], | 791 ], |
| 793 }, | 792 }, |
| 794 ] | 793 ] |
| 795 } | 794 } |
| OLD | NEW |