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

Side by Side Diff: ui/ui_unittests.gyp

Issue 61923004: Clean up uses of use_glib that are not related to glib dependencies (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: desktop_linux == 1 or chromeos == 1 Created 7 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
« base/base.gyp ('K') | « 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 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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 'sources': [ 258 'sources': [
259 'gfx/transform_unittest.cc', 259 'gfx/transform_unittest.cc',
260 'gfx/interpolated_transform_unittest.cc', 260 'gfx/interpolated_transform_unittest.cc',
261 ], 261 ],
262 }], 262 }],
263 ['OS == "android" and gtest_target_type == "shared_library"', { 263 ['OS == "android" and gtest_target_type == "shared_library"', {
264 'dependencies': [ 264 'dependencies': [
265 '../testing/android/native_test.gyp:native_test_native_code', 265 '../testing/android/native_test.gyp:native_test_native_code',
266 ], 266 ],
267 }], 267 }],
268 ['use_glib == 1 or OS == "ios"', { 268 ['desktop_linux == 1 or chromeos == 1 or OS == "ios"', {
269 'dependencies': [ 269 'dependencies': [
270 'base/strings/ui_strings.gyp:ui_unittest_strings', 270 'base/strings/ui_strings.gyp:ui_unittest_strings',
271 ], 271 ],
272 }], 272 }],
273 ['use_pango == 1', { 273 ['use_pango == 1', {
274 'dependencies': [ 274 'dependencies': [
275 '../build/linux/system.gyp:fontconfig', 275 '../build/linux/system.gyp:fontconfig',
276 '../build/linux/system.gyp:pangocairo', 276 '../build/linux/system.gyp:pangocairo',
277 ], 277 ],
278 'sources': [ 278 'sources': [
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 'variables': { 380 'variables': {
381 'test_suite_name': 'ui_unittests', 381 'test_suite_name': 'ui_unittests',
382 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', 382 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
383 }, 383 },
384 'includes': [ '../build/apk_test.gypi' ], 384 'includes': [ '../build/apk_test.gypi' ],
385 }, 385 },
386 ], 386 ],
387 }], 387 }],
388 ], 388 ],
389 } 389 }
OLDNEW
« base/base.gyp ('K') | « ui/ui.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698