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

Side by Side Diff: ui/ui_unittests.gypi

Issue 20910002: Revert r214000 to reland r213996. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add explicit glib-object.h include Created 7 years, 4 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/gfx/platform_font_pango_unittest.cc ('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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 '../testing/android/native_test.gyp:native_test_native_code', 247 '../testing/android/native_test.gyp:native_test_native_code',
248 ], 248 ],
249 }], 249 }],
250 ['use_glib == 1 or OS == "ios"', { 250 ['use_glib == 1 or OS == "ios"', {
251 'dependencies': [ 251 'dependencies': [
252 'base/strings/ui_strings.gyp:ui_unittest_strings', 252 'base/strings/ui_strings.gyp:ui_unittest_strings',
253 ], 253 ],
254 }], 254 }],
255 ['use_pango == 1', { 255 ['use_pango == 1', {
256 'dependencies': [ 256 'dependencies': [
257 '../build/linux/system.gyp:fontconfig',
257 '../build/linux/system.gyp:pangocairo', 258 '../build/linux/system.gyp:pangocairo',
258 ], 259 ],
259 'sources': [ 260 'sources': [
260 'gfx/platform_font_pango_unittest.cc', 261 'gfx/platform_font_pango_unittest.cc',
261 ], 262 ],
262 'conditions': [ 263 'conditions': [
263 ['linux_use_tcmalloc==1', { 264 ['linux_use_tcmalloc==1', {
264 'dependencies': [ 265 'dependencies': [
265 '../base/allocator/allocator.gyp:allocator', 266 '../base/allocator/allocator.gyp:allocator',
266 ], 267 ],
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 'variables': { 341 'variables': {
341 'test_suite_name': 'ui_unittests', 342 'test_suite_name': 'ui_unittests',
342 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', 343 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
343 }, 344 },
344 'includes': [ '../build/apk_test.gypi' ], 345 'includes': [ '../build/apk_test.gypi' ],
345 }, 346 },
346 ], 347 ],
347 }], 348 }],
348 ], 349 ],
349 } 350 }
OLDNEW
« no previous file with comments | « ui/gfx/platform_font_pango_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698