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

Side by Side Diff: ui/ui_unittests.gyp

Issue 238633004: Remove all uses of toolkit_use_gtk in the gyp files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to ToT Created 6 years, 8 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/resources/ui_resources.grd ('k') | ui/views/metrics_aura.cc » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 '../base/allocator/allocator.gyp:allocator', 232 '../base/allocator/allocator.gyp:allocator',
233 ], 233 ],
234 }], 234 }],
235 ], 235 ],
236 }], 236 }],
237 ['use_x11==1', { 237 ['use_x11==1', {
238 'dependencies': [ 238 'dependencies': [
239 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 239 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
240 ], 240 ],
241 }], 241 }],
242 ['toolkit_uses_gtk == 1', {
243 'sources': [
244 'base/dragdrop/gtk_dnd_util_unittest.cc',
245 ],
246 'dependencies': [
247 '../build/linux/system.gyp:gtk',
248 ],
249 }],
250 ['OS=="android" or OS=="ios"', { 242 ['OS=="android" or OS=="ios"', {
251 'sources!': [ 243 'sources!': [
252 'gfx/render_text_unittest.cc', 244 'gfx/render_text_unittest.cc',
253 ], 245 ],
254 }], 246 }],
255 ['OS!="win" or use_aura==0', { 247 ['OS!="win" or use_aura==0', {
256 'sources!': [ 248 'sources!': [
257 'base/view_prop_unittest.cc', 249 'base/view_prop_unittest.cc',
258 ], 250 ],
259 }], 251 }],
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 'variables': { 336 'variables': {
345 'test_suite_name': 'ui_unittests', 337 'test_suite_name': 'ui_unittests',
346 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', 338 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
347 }, 339 },
348 'includes': [ '../build/apk_test.gypi' ], 340 'includes': [ '../build/apk_test.gypi' ],
349 }, 341 },
350 ], 342 ],
351 }], 343 }],
352 ], 344 ],
353 } 345 }
OLDNEW
« no previous file with comments | « ui/resources/ui_resources.grd ('k') | ui/views/metrics_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698