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

Side by Side Diff: ui/snapshot/snapshot.gyp

Issue 16164002: Fixes a test dependency for building on non-aura snapshot_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « no previous file | 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 29 matching lines...) Expand all
40 ], 40 ],
41 }], 41 }],
42 ], 42 ],
43 }, 43 },
44 { 44 {
45 'target_name': 'snapshot_unittests', 45 'target_name': 'snapshot_unittests',
46 'type': '<(gtest_target_type)', 46 'type': '<(gtest_target_type)',
47 'dependencies': [ 47 'dependencies': [
48 '../../skia/skia.gyp:skia', 48 '../../skia/skia.gyp:skia',
49 '../../base/base.gyp:base', 49 '../../base/base.gyp:base',
50 '../../base/base.gyp:test_support_base',
50 '../../testing/gtest.gyp:gtest', 51 '../../testing/gtest.gyp:gtest',
51 '../ui.gyp:ui', 52 '../ui.gyp:ui',
52 'snapshot' 53 'snapshot'
53 ], 54 ],
54 'sources': [ 55 'sources': [
55 'snapshot_aura_unittest.cc', 56 'snapshot_aura_unittest.cc',
56 'snapshot_mac_unittest.mm', 57 'snapshot_mac_unittest.mm',
57 'test/run_all_unittests.cc', 58 'test/run_all_unittests.cc',
58 ], 59 ],
59 'conditions': [ 60 'conditions': [
(...skipping 22 matching lines...) Expand all
82 'snapshot', 83 'snapshot',
83 ], 84 ],
84 'include_dirs': [ 85 'include_dirs': [
85 '../..', 86 '../..',
86 ], 87 ],
87 }, 88 },
88 ], 89 ],
89 }], 90 }],
90 ], 91 ],
91 } 92 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698