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

Side by Side Diff: ui/ui_unittests.gyp

Issue 110283005: Make aura_demo work on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix resolve Created 6 years, 11 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 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'sources/': [['exclude', 'cocoa']], 47 'sources/': [['exclude', 'cocoa']],
48 }], 48 }],
49 ['chromeos==1', { 49 ['chromeos==1', {
50 'dependencies': [ 50 'dependencies': [
51 '../chromeos/chromeos.gyp:chromeos_test_support_without_gmock', 51 '../chromeos/chromeos.gyp:chromeos_test_support_without_gmock',
52 '../skia/skia.gyp:skia', 52 '../skia/skia.gyp:skia',
53 ], 53 ],
54 }], 54 }],
55 ['use_aura==1', { 55 ['use_aura==1', {
56 'sources!': [ 56 'sources!': [
57 'base/test/ui_controls_mac.mm',
57 'base/test/ui_controls_win.cc', 58 'base/test/ui_controls_win.cc',
58 ], 59 ],
59 }], 60 }],
60 ], 61 ],
61 }, 62 },
62 { 63 {
63 'target_name': 'run_ui_unittests', 64 'target_name': 'run_ui_unittests',
64 'type': 'static_library', 65 'type': 'static_library',
65 'dependencies': [ 66 'dependencies': [
66 '../base/base.gyp:base', 67 '../base/base.gyp:base',
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 'variables': { 363 'variables': {
363 'test_suite_name': 'ui_unittests', 364 'test_suite_name': 'ui_unittests',
364 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', 365 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
365 }, 366 },
366 'includes': [ '../build/apk_test.gypi' ], 367 'includes': [ '../build/apk_test.gypi' ],
367 }, 368 },
368 ], 369 ],
369 }], 370 }],
370 ], 371 ],
371 } 372 }
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