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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 '../tools/imagediff/image_diff.gyp:image_diff', | 195 '../tools/imagediff/image_diff.gyp:image_diff', |
196 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_system_ca
che', | 196 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_system_ca
che', |
197 '../tools/telemetry/telemetry.gyp:bitmaptools#host', | 197 '../tools/telemetry/telemetry.gyp:bitmaptools#host', |
198 '../ui/accessibility/accessibility.gyp:accessibility_unittests', | 198 '../ui/accessibility/accessibility.gyp:accessibility_unittests', |
199 '../ui/app_list/app_list.gyp:app_list_unittests', | 199 '../ui/app_list/app_list.gyp:app_list_unittests', |
200 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 200 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
201 '../ui/compositor/compositor.gyp:compositor_unittests', | 201 '../ui/compositor/compositor.gyp:compositor_unittests', |
202 '../ui/display/display.gyp:display_unittests', | 202 '../ui/display/display.gyp:display_unittests', |
203 '../ui/events/events.gyp:events_unittests', | 203 '../ui/events/events.gyp:events_unittests', |
204 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 204 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 205 '../ui/gl/gl_tests.gyp:gl_unittests', |
205 '../ui/message_center/message_center.gyp:message_center_unittests', | 206 '../ui/message_center/message_center.gyp:message_center_unittests', |
206 '../ui/snapshot/snapshot.gyp:snapshot_unittests', | 207 '../ui/snapshot/snapshot.gyp:snapshot_unittests', |
207 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittes
ts', | 208 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittes
ts', |
208 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 209 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
209 '../url/url.gyp:url_unittests', | 210 '../url/url.gyp:url_unittests', |
210 '../v8/tools/gyp/v8.gyp:v8_snapshot', | 211 '../v8/tools/gyp/v8.gyp:v8_snapshot', |
211 '../v8/tools/gyp/v8.gyp:postmortem-metadata', | 212 '../v8/tools/gyp/v8.gyp:postmortem-metadata', |
212 ], | 213 ], |
213 'conditions': [ | 214 'conditions': [ |
214 ['clang==1', { | 215 ['clang==1', { |
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
668 'dependencies': [ | 669 'dependencies': [ |
669 # TODO(GYP): All of these targets need to be ported over. | 670 # TODO(GYP): All of these targets need to be ported over. |
670 '../components/components.gyp:policy_win64', | 671 '../components/components.gyp:policy_win64', |
671 ] | 672 ] |
672 }], | 673 }], |
673 ], | 674 ], |
674 }, | 675 }, |
675 ] | 676 ] |
676 } | 677 } |
677 | 678 |
OLD | NEW |