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

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

Issue 198333004: Move ui.gyp into ui/base/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASED Created 6 years, 9 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/shell_dialogs/shell_dialogs.gyp ('k') | ui/surface/surface.gyp » ('j') | 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 {
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 '../base/ui_base.gyp:ui_base',
16 '../gfx/gfx.gyp:gfx', 17 '../gfx/gfx.gyp:gfx',
17 '../gfx/gfx.gyp:gfx_geometry', 18 '../gfx/gfx.gyp:gfx_geometry',
18 '../ui.gyp:ui',
19 ], 19 ],
20 'defines': [ 20 'defines': [
21 'SNAPSHOT_IMPLEMENTATION', 21 'SNAPSHOT_IMPLEMENTATION',
22 ], 22 ],
23 'sources': [ 23 'sources': [
24 'snapshot.h', 24 'snapshot.h',
25 'snapshot_android.cc', 25 'snapshot_android.cc',
26 'snapshot_aura.cc', 26 'snapshot_aura.cc',
27 'snapshot_export.h', 27 'snapshot_export.h',
28 'snapshot_gtk.cc', 28 'snapshot_gtk.cc',
(...skipping 16 matching lines...) Expand all
45 ], 45 ],
46 }, 46 },
47 { 47 {
48 'target_name': 'snapshot_unittests', 48 'target_name': 'snapshot_unittests',
49 'type': '<(gtest_target_type)', 49 'type': '<(gtest_target_type)',
50 'dependencies': [ 50 'dependencies': [
51 '../../skia/skia.gyp:skia', 51 '../../skia/skia.gyp:skia',
52 '../../base/base.gyp:base', 52 '../../base/base.gyp:base',
53 '../../base/base.gyp:test_support_base', 53 '../../base/base.gyp:test_support_base',
54 '../../testing/gtest.gyp:gtest', 54 '../../testing/gtest.gyp:gtest',
55 '../base/ui_base.gyp:ui_base',
55 '../gfx/gfx.gyp:gfx', 56 '../gfx/gfx.gyp:gfx',
56 '../gfx/gfx.gyp:gfx_geometry', 57 '../gfx/gfx.gyp:gfx_geometry',
57 '../ui.gyp:ui',
58 'snapshot' 58 'snapshot'
59 ], 59 ],
60 'sources': [ 60 'sources': [
61 'snapshot_aura_unittest.cc', 61 'snapshot_aura_unittest.cc',
62 'snapshot_mac_unittest.mm', 62 'snapshot_mac_unittest.mm',
63 'test/run_all_unittests.cc', 63 'test/run_all_unittests.cc',
64 ], 64 ],
65 'conditions': [ 65 'conditions': [
66 ['use_aura==1', { 66 ['use_aura==1', {
67 'dependencies': [ 67 'dependencies': [
(...skipping 27 matching lines...) Expand all
95 'snapshot', 95 'snapshot',
96 ], 96 ],
97 'include_dirs': [ 97 'include_dirs': [
98 '../..', 98 '../..',
99 ], 99 ],
100 }, 100 },
101 ], 101 ],
102 }], 102 }],
103 ], 103 ],
104 } 104 }
OLDNEW
« no previous file with comments | « ui/shell_dialogs/shell_dialogs.gyp ('k') | ui/surface/surface.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698