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

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

Issue 8894018: Move the concept of Activation to the Shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': 'aura', 11 'target_name': 'aura',
12 'type': '<(component)', 12 'type': '<(component)',
13 'dependencies': [ 13 'dependencies': [
14 '../../base/base.gyp:base', 14 '../../base/base.gyp:base',
15 '../../base/base.gyp:base_i18n', 15 '../../base/base.gyp:base_i18n',
16 '../../skia/skia.gyp:skia', 16 '../../skia/skia.gyp:skia',
17 '../gfx/compositor/compositor.gyp:compositor', 17 '../gfx/compositor/compositor.gyp:compositor',
18 '../ui.gyp:gfx_resources', 18 '../ui.gyp:gfx_resources',
19 '../ui.gyp:ui', 19 '../ui.gyp:ui',
20 '../ui.gyp:ui_resources', 20 '../ui.gyp:ui_resources',
21 ], 21 ],
22 'defines': [ 22 'defines': [
23 'AURA_IMPLEMENTATION', 23 'AURA_IMPLEMENTATION',
24 ], 24 ],
25 'sources': [ 25 'sources': [
26 'aura_switches.cc', 26 'aura_switches.cc',
27 'aura_switches.h', 27 'aura_switches.h',
28 'client/activation_client.cc',
29 'client/activation_client.h',
30 'client/activation_delegate.cc',
31 'client/activation_delegate.h',
28 'client/aura_constants.cc', 32 'client/aura_constants.cc',
29 'client/aura_constants.h', 33 'client/aura_constants.h',
30 'client/drag_drop_client.h', 34 'client/drag_drop_client.h',
31 'client/stacking_client.h', 35 'client/stacking_client.h',
32 'client/tooltip_client.h', 36 'client/tooltip_client.h',
33 'client/window_drag_drop_delegate.h', 37 'client/window_drag_drop_delegate.h',
34 'cursor.h', 38 'cursor.h',
35 'root_window_host.h', 39 'root_window_host.h',
36 'root_window_host_linux.cc', 40 'root_window_host_linux.cc',
37 'root_window_host_win.cc', 41 'root_window_host_win.cc',
(...skipping 26 matching lines...) Expand all
64 'aura', 68 'aura',
65 ], 69 ],
66 'include_dirs': [ 70 'include_dirs': [
67 '..', 71 '..',
68 ], 72 ],
69 'sources': [ 73 'sources': [
70 'test/aura_test_base.cc', 74 'test/aura_test_base.cc',
71 'test/aura_test_base.h', 75 'test/aura_test_base.h',
72 'test/event_generator.cc', 76 'test/event_generator.cc',
73 'test/event_generator.h', 77 'test/event_generator.h',
78 'test/test_activation_client.cc',
79 'test/test_activation_client.h',
74 'test/test_event_filter.cc', 80 'test/test_event_filter.cc',
75 'test/test_event_filter.h', 81 'test/test_event_filter.h',
76 'test/test_stacking_client.cc', 82 'test/test_stacking_client.cc',
77 'test/test_stacking_client.h', 83 'test/test_stacking_client.h',
78 'test/test_windows.cc', 84 'test/test_windows.cc',
79 'test/test_windows.h', 85 'test/test_windows.h',
80 'test/test_window_delegate.cc', 86 'test/test_window_delegate.cc',
81 'test/test_window_delegate.h', 87 'test/test_window_delegate.h',
82 ], 88 ],
83 'conditions': [ 89 'conditions': [
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 ], 161 ],
156 }, { # use_webkit_compositor!=1 162 }, { # use_webkit_compositor!=1
157 'dependencies': [ 163 'dependencies': [
158 '../gfx/compositor/compositor.gyp:test_compositor', 164 '../gfx/compositor/compositor.gyp:test_compositor',
159 ], 165 ],
160 }], 166 }],
161 ], 167 ],
162 }, 168 },
163 ], 169 ],
164 } 170 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_aura.cc ('k') | ui/aura/client/activation_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698