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

Side by Side Diff: trunk/src/ui/ui_unittests.gypi

Issue 25161002: Revert 225857 "gfx: Create a separate gfx component out of ui." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « trunk/src/ui/ui.gyp ('k') | trunk/src/ui/v2/v2.gyp » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ui_test_support', 8 'target_name': 'ui_test_support',
9 'dependencies': [ 9 'dependencies': [
10 '../base/base.gyp:base', 10 '../base/base.gyp:base',
11 '../skia/skia.gyp:skia', 11 '../skia/skia.gyp:skia',
12 '../testing/gtest.gyp:gtest', 12 '../testing/gtest.gyp:gtest',
13 'gfx/gfx.gyp:gfx',
14 ], 13 ],
15 'sources': [ 14 'sources': [
16 'base/test/cocoa_test_event_utils.h', 15 'base/test/cocoa_test_event_utils.h',
17 'base/test/cocoa_test_event_utils.mm', 16 'base/test/cocoa_test_event_utils.mm',
18 'base/test/ui_cocoa_test_helper.h', 17 'base/test/ui_cocoa_test_helper.h',
19 'base/test/ui_cocoa_test_helper.mm', 18 'base/test/ui_cocoa_test_helper.mm',
20 'base/test/ui_controls.h', 19 'base/test/ui_controls.h',
21 'base/test/ui_controls_aura.cc', 20 'base/test/ui_controls_aura.cc',
22 'base/test/ui_controls_gtk.cc', 21 'base/test/ui_controls_gtk.cc',
23 'base/test/ui_controls_internal_win.cc', 22 'base/test/ui_controls_internal_win.cc',
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 'variables': { 358 'variables': {
360 'test_suite_name': 'ui_unittests', 359 'test_suite_name': 'ui_unittests',
361 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', 360 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
362 }, 361 },
363 'includes': [ '../build/apk_test.gypi' ], 362 'includes': [ '../build/apk_test.gypi' ],
364 }, 363 },
365 ], 364 ],
366 }], 365 }],
367 ], 366 ],
368 } 367 }
OLDNEW
« no previous file with comments | « trunk/src/ui/ui.gyp ('k') | trunk/src/ui/v2/v2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698