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

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

Issue 1922783002: Move gfx::Display/Screen to display::Display/Screen in aura/events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
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 '../../base/base.gyp:base', 14 '../../base/base.gyp:base',
15 '../../skia/skia.gyp:skia', 15 '../../skia/skia.gyp:skia',
16 '../base/ui_base.gyp:ui_base', 16 '../base/ui_base.gyp:ui_base',
17 '../display/display.gyp:display',
17 '../gfx/gfx.gyp:gfx', 18 '../gfx/gfx.gyp:gfx',
18 '../gfx/gfx.gyp:gfx_geometry', 19 '../gfx/gfx.gyp:gfx_geometry',
19 ], 20 ],
20 'defines': [ 21 'defines': [
21 'SNAPSHOT_IMPLEMENTATION', 22 'SNAPSHOT_IMPLEMENTATION',
22 ], 23 ],
23 'sources': [ 24 'sources': [
24 'screenshot_grabber.cc', 25 'screenshot_grabber.cc',
25 'screenshot_grabber.h', 26 'screenshot_grabber.h',
26 'screenshot_grabber_observer.h', 27 'screenshot_grabber_observer.h',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 '../aura/aura.gyp:aura_test_support', 88 '../aura/aura.gyp:aura_test_support',
88 '../compositor/compositor.gyp:compositor', 89 '../compositor/compositor.gyp:compositor',
89 '../compositor/compositor.gyp:compositor_test_support', 90 '../compositor/compositor.gyp:compositor_test_support',
90 '../wm/wm.gyp:wm', 91 '../wm/wm.gyp:wm',
91 ], 92 ],
92 }], 93 }],
93 ], 94 ],
94 }, 95 },
95 ], 96 ],
96 } 97 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698