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

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

Issue 109433013: Move geometric types to a separate, more lightweight target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years 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
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 {
11 'target_name': 'snapshot', 11 'target_name': 'snapshot',
12 'type': '<(component)', 12 'type': '<(component)',
13 'dependencies': [ 13 'dependencies': [
14 '../../skia/skia.gyp:skia', 14 '../../skia/skia.gyp:skia',
15 '../../base/base.gyp:base', 15 '../../base/base.gyp:base',
16 '../gfx/gfx.gyp:gfx', 16 '../gfx/gfx.gyp:gfx',
17 '../gfx/gfx.gyp:gfx_geometry',
17 '../ui.gyp:ui', 18 '../ui.gyp:ui',
18 ], 19 ],
19 'defines': [ 20 'defines': [
20 'SNAPSHOT_IMPLEMENTATION', 21 'SNAPSHOT_IMPLEMENTATION',
21 ], 22 ],
22 'sources': [ 23 'sources': [
23 'snapshot.h', 24 'snapshot.h',
24 'snapshot_android.cc', 25 'snapshot_android.cc',
25 'snapshot_aura.cc', 26 'snapshot_aura.cc',
26 'snapshot_export.h', 27 'snapshot_export.h',
(...skipping 17 matching lines...) Expand all
44 }, 45 },
45 { 46 {
46 'target_name': 'snapshot_unittests', 47 'target_name': 'snapshot_unittests',
47 'type': '<(gtest_target_type)', 48 'type': '<(gtest_target_type)',
48 'dependencies': [ 49 'dependencies': [
49 '../../skia/skia.gyp:skia', 50 '../../skia/skia.gyp:skia',
50 '../../base/base.gyp:base', 51 '../../base/base.gyp:base',
51 '../../base/base.gyp:test_support_base', 52 '../../base/base.gyp:test_support_base',
52 '../../testing/gtest.gyp:gtest', 53 '../../testing/gtest.gyp:gtest',
53 '../gfx/gfx.gyp:gfx', 54 '../gfx/gfx.gyp:gfx',
55 '../gfx/gfx.gyp:gfx_geometry',
54 '../ui.gyp:ui', 56 '../ui.gyp:ui',
55 'snapshot' 57 'snapshot'
56 ], 58 ],
57 'sources': [ 59 'sources': [
58 'snapshot_aura_unittest.cc', 60 'snapshot_aura_unittest.cc',
59 'snapshot_mac_unittest.mm', 61 'snapshot_mac_unittest.mm',
60 'test/run_all_unittests.cc', 62 'test/run_all_unittests.cc',
61 ], 63 ],
62 'conditions': [ 64 'conditions': [
63 ['use_aura==1', { 65 ['use_aura==1', {
(...skipping 27 matching lines...) Expand all
91 'snapshot', 93 'snapshot',
92 ], 94 ],
93 'include_dirs': [ 95 'include_dirs': [
94 '../..', 96 '../..',
95 ], 97 ],
96 }, 98 },
97 ], 99 ],
98 }], 100 }],
99 ], 101 ],
100 } 102 }
OLDNEW
« ui/aura/aura.gyp ('K') | « ui/ozone/ozone.gyp ('k') | ui/surface/surface.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698