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

Side by Side Diff: ui/aura/aura.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, 7 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 # GN version: //ui/aura 11 # GN version: //ui/aura
12 'target_name': 'aura', 12 'target_name': 'aura',
13 'type': '<(component)', 13 'type': '<(component)',
14 'dependencies': [ 14 'dependencies': [
15 '../../base/base.gyp:base', 15 '../../base/base.gyp:base',
16 '../../base/base.gyp:base_i18n', 16 '../../base/base.gyp:base_i18n',
17 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 17 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations',
18 '../../skia/skia.gyp:skia', 18 '../../skia/skia.gyp:skia',
19 '../base/ime/ui_base_ime.gyp:ui_base_ime', 19 '../base/ime/ui_base_ime.gyp:ui_base_ime',
20 '../base/ui_base.gyp:ui_base', 20 '../base/ui_base.gyp:ui_base',
21 '../compositor/compositor.gyp:compositor', 21 '../compositor/compositor.gyp:compositor',
22 '../display/display.gyp:display',
22 '../events/events.gyp:events', 23 '../events/events.gyp:events',
23 '../events/events.gyp:events_base', 24 '../events/events.gyp:events_base',
24 '../events/platform/events_platform.gyp:events_platform', 25 '../events/platform/events_platform.gyp:events_platform',
25 '../gfx/gfx.gyp:gfx', 26 '../gfx/gfx.gyp:gfx',
26 '../gfx/gfx.gyp:gfx_geometry', 27 '../gfx/gfx.gyp:gfx_geometry',
27 ], 28 ],
28 'defines': [ 29 'defines': [
29 'AURA_IMPLEMENTATION', 30 'AURA_IMPLEMENTATION',
30 ], 31 ],
31 'sources': [ 32 'sources': [
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 'dependencies': [ 296 'dependencies': [
296 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 297 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
297 ], 298 ],
298 }], 299 }],
299 ], 300 ],
300 }, 301 },
301 ], 302 ],
302 }], 303 }],
303 ], 304 ],
304 } 305 }
OLDNEW
« no previous file with comments | « ui/aura/DEPS ('k') | ui/aura/client/cursor_client.h » ('j') | ui/aura/client/cursor_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698