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

Side by Side Diff: ui/ui_unittests.gypi

Issue 8428010: Cleanup: Remove ViewProp from aura build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comments Created 9 years, 1 month 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 '../build/linux/system.gyp:gtk', 154 '../build/linux/system.gyp:gtk',
155 ], 155 ],
156 }], 156 }],
157 ['toolkit_views==1', { 157 ['toolkit_views==1', {
158 'sources': [ 158 'sources': [
159 'gfx/render_text_unittest.cc', 159 'gfx/render_text_unittest.cc',
160 ], 160 ],
161 }], 161 }],
162 ['use_aura==1', { 162 ['use_aura==1', {
163 'sources!': [ 163 'sources!': [
164 'base/view_prop_unittest.cc',
164 'gfx/screen_unittest.cc', 165 'gfx/screen_unittest.cc',
165 ], 166 ],
166 }], 167 }],
167 ], 168 ],
168 }, 169 },
169 ], 170 ],
170 } 171 }
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