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

Side by Side Diff: ui/ui_unittests.gypi

Issue 9677065: ash: Update app list UI to match latest crwm. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 9 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 | « ui/ui.gyp ('k') | no next file » | 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',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'gfx/image/image_unittest_util.h', 87 'gfx/image/image_unittest_util.h',
88 'gfx/image/image_unittest_util.cc', 88 'gfx/image/image_unittest_util.cc',
89 'gfx/insets_unittest.cc', 89 'gfx/insets_unittest.cc',
90 'gfx/rect_unittest.cc', 90 'gfx/rect_unittest.cc',
91 'gfx/run_all_unittests.cc', 91 'gfx/run_all_unittests.cc',
92 'gfx/screen_unittest.cc', 92 'gfx/screen_unittest.cc',
93 'gfx/skbitmap_operations_unittest.cc', 93 'gfx/skbitmap_operations_unittest.cc',
94 'gfx/skia_util_unittest.cc', 94 'gfx/skia_util_unittest.cc',
95 'gfx/test_suite.cc', 95 'gfx/test_suite.cc',
96 'gfx/test_suite.h', 96 'gfx/test_suite.h',
97 'gfx/transform_util_unittest.cc',
97 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 98 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
98 ], 99 ],
99 'include_dirs': [ 100 'include_dirs': [
100 '../', 101 '../',
101 ], 102 ],
102 'conditions': [ 103 'conditions': [
103 ['OS == "win"', { 104 ['OS == "win"', {
104 'sources': [ 105 'sources': [
105 'base/dragdrop/os_exchange_data_win_unittest.cc', 106 'base/dragdrop/os_exchange_data_win_unittest.cc',
106 'base/view_prop_unittest.cc', 107 'base/view_prop_unittest.cc',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 ['use_aura==1', { 184 ['use_aura==1', {
184 'sources!': [ 185 'sources!': [
185 'base/view_prop_unittest.cc', 186 'base/view_prop_unittest.cc',
186 'gfx/screen_unittest.cc', 187 'gfx/screen_unittest.cc',
187 ], 188 ],
188 }], 189 }],
189 ], 190 ],
190 }, 191 },
191 ], 192 ],
192 } 193 }
OLDNEW
« no previous file with comments | « ui/ui.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698