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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 '../gpu/gpu.gyp:angle_unittests', | 64 '../gpu/gpu.gyp:angle_unittests', |
65 '../gpu/gpu.gyp:gl_tests', | 65 '../gpu/gpu.gyp:gl_tests', |
66 '../gpu/gpu.gyp:gpu_perftests', | 66 '../gpu/gpu.gyp:gpu_perftests', |
67 '../gpu/gpu.gyp:gpu_unittests', | 67 '../gpu/gpu.gyp:gpu_unittests', |
68 '../ipc/ipc.gyp:ipc_tests', | 68 '../ipc/ipc.gyp:ipc_tests', |
69 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests', | 69 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests', |
70 '../media/cast/cast.gyp:cast_unittests', | 70 '../media/cast/cast.gyp:cast_unittests', |
71 '../media/media.gyp:media_perftests', | 71 '../media/media.gyp:media_perftests', |
72 '../media/media.gyp:media_unittests', | 72 '../media/media.gyp:media_unittests', |
73 '../media/midi/midi.gyp:midi_unittests', | 73 '../media/midi/midi.gyp:midi_unittests', |
74 '../mojo/mojo_base.gyp:mojo_application_base', | |
75 '../net/net.gyp:dump_cache', | 74 '../net/net.gyp:dump_cache', |
76 '../net/net.gyp:net_perftests', | 75 '../net/net.gyp:net_perftests', |
77 '../net/net.gyp:net_unittests', | 76 '../net/net.gyp:net_unittests', |
78 '../printing/printing.gyp:printing_unittests', | 77 '../printing/printing.gyp:printing_unittests', |
79 '../skia/skia_tests.gyp:skia_unittests', | 78 '../skia/skia_tests.gyp:skia_unittests', |
80 '../sql/sql.gyp:sql_unittests', | 79 '../sql/sql.gyp:sql_unittests', |
81 '../sync/sync.gyp:sync_unit_tests', | 80 '../sync/sync.gyp:sync_unit_tests', |
82 '../testing/gmock.gyp:gmock_main', | 81 '../testing/gmock.gyp:gmock_main', |
83 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_he
ap_unittests', | 82 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_he
ap_unittests', |
84 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_pl
atform_unittests', | 83 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_pl
atform_unittests', |
(...skipping 688 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 |