Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Side by Side Diff: build/gn_migration.gypi

Issue 1121353002: Added unittest for ui/gl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed (c) Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « build/all.gyp ('k') | ui/gl/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | ui/gl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698