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

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

Issue 209383003: Move wm/public into wm target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 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 | Annotate | Revision Log
« no previous file with comments | « ui/app_list/app_list.gyp ('k') | ui/aura/client/default_activation_client.h » ('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 {
(...skipping 18 matching lines...) Expand all
29 'sources': [ 29 'sources': [
30 'client/aura_constants.cc', 30 'client/aura_constants.cc',
31 'client/aura_constants.h', 31 'client/aura_constants.h',
32 'client/capture_client.cc', 32 'client/capture_client.cc',
33 'client/capture_client.h', 33 'client/capture_client.h',
34 'client/capture_delegate.h', 34 'client/capture_delegate.h',
35 'client/cursor_client.cc', 35 'client/cursor_client.cc',
36 'client/cursor_client.h', 36 'client/cursor_client.h',
37 'client/cursor_client_observer.h', 37 'client/cursor_client_observer.h',
38 'client/cursor_client_observer.cc', 38 'client/cursor_client_observer.cc',
39 'client/default_activation_client.cc',
40 'client/default_activation_client.h',
41 'client/default_capture_client.cc', 39 'client/default_capture_client.cc',
42 'client/default_capture_client.h', 40 'client/default_capture_client.h',
43 'client/event_client.cc', 41 'client/event_client.cc',
44 'client/event_client.h', 42 'client/event_client.h',
45 'client/focus_change_observer.cc', 43 'client/focus_change_observer.cc',
46 'client/focus_change_observer.h', 44 'client/focus_change_observer.h',
47 'client/focus_client.cc', 45 'client/focus_client.cc',
48 'client/focus_client.h', 46 'client/focus_client.h',
49 'client/screen_position_client.cc', 47 'client/screen_position_client.cc',
50 'client/screen_position_client.h', 48 'client/screen_position_client.h',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'window_tree_host.h', 83 'window_tree_host.h',
86 'window_tree_host_mac.mm', 84 'window_tree_host_mac.mm',
87 'window_tree_host_mac.h', 85 'window_tree_host_mac.h',
88 'window_tree_host_observer.h', 86 'window_tree_host_observer.h',
89 'window_tree_host_ozone.cc', 87 'window_tree_host_ozone.cc',
90 'window_tree_host_ozone.h', 88 'window_tree_host_ozone.h',
91 'window_tree_host_win.cc', 89 'window_tree_host_win.cc',
92 'window_tree_host_win.h', 90 'window_tree_host_win.h',
93 'window_tree_host_x11.cc', 91 'window_tree_host_x11.cc',
94 'window_tree_host_x11.h', 92 'window_tree_host_x11.h',
95 '../wm/public/activation_change_observer.h',
96 '../wm/public/activation_change_observer.cc',
97 '../wm/public/activation_client.cc',
98 '../wm/public/activation_client.h',
99 '../wm/public/activation_delegate.cc',
100 '../wm/public/activation_delegate.h',
101 '../wm/public/animation_host.cc',
102 '../wm/public/animation_host.h',
103 '../wm/public/dispatcher_client.cc',
104 '../wm/public/dispatcher_client.h',
105 '../wm/public/drag_drop_client.cc',
106 '../wm/public/drag_drop_client.h',
107 '../wm/public/drag_drop_delegate.cc',
108 '../wm/public/drag_drop_delegate.h',
109 '../wm/public/scoped_tooltip_disabler.cc',
110 '../wm/public/scoped_tooltip_disabler.h',
111 '../wm/public/tooltip_client.cc',
112 '../wm/public/tooltip_client.h',
113 '../wm/public/transient_window_client.cc',
114 '../wm/public/transient_window_client.h',
115 '../wm/public/window_move_client.cc',
116 '../wm/public/window_move_client.h',
117 ], 93 ],
118 'conditions': [ 94 'conditions': [
119 ['use_x11==1', { 95 ['use_x11==1', {
120 'dependencies': [ 96 'dependencies': [
121 '../../build/linux/system.gyp:x11', 97 '../../build/linux/system.gyp:x11',
122 '../../build/linux/system.gyp:xfixes', 98 '../../build/linux/system.gyp:xfixes',
123 '../../build/linux/system.gyp:xrandr', 99 '../../build/linux/system.gyp:xrandr',
124 '../../build/linux/system.gyp:xi', 100 '../../build/linux/system.gyp:xi',
125 ], 101 ],
126 }], 102 }],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 'test/aura_test_helper.h', 142 'test/aura_test_helper.h',
167 'test/env_test_helper.h', 143 'test/env_test_helper.h',
168 'test/event_generator.cc', 144 'test/event_generator.cc',
169 'test/event_generator.h', 145 'test/event_generator.h',
170 'test/test_cursor_client.cc', 146 'test/test_cursor_client.cc',
171 'test/test_cursor_client.h', 147 'test/test_cursor_client.h',
172 'test/test_focus_client.cc', 148 'test/test_focus_client.cc',
173 'test/test_focus_client.h', 149 'test/test_focus_client.h',
174 'test/test_screen.cc', 150 'test/test_screen.cc',
175 'test/test_screen.h', 151 'test/test_screen.h',
176 'test/test_window_tree_client.cc',
177 'test/test_window_tree_client.h',
178 'test/test_windows.cc', 152 'test/test_windows.cc',
179 'test/test_windows.h', 153 'test/test_windows.h',
180 'test/test_window_delegate.cc', 154 'test/test_window_delegate.cc',
181 'test/test_window_delegate.h', 155 'test/test_window_delegate.h',
156 'test/test_window_tree_client.cc',
157 'test/test_window_tree_client.h',
182 'test/ui_controls_factory_aura.h', 158 'test/ui_controls_factory_aura.h',
183 'test/ui_controls_factory_aurawin.cc', 159 'test/ui_controls_factory_aurawin.cc',
184 'test/ui_controls_factory_aurax11.cc', 160 'test/ui_controls_factory_aurax11.cc',
185 'test/window_test_api.cc', 161 'test/window_test_api.cc',
186 'test/window_test_api.h', 162 'test/window_test_api.h',
187 ], 163 ],
188 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 164 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
189 'msvs_disabled_warnings': [ 4267, ], 165 'msvs_disabled_warnings': [ 4267, ],
190 }, 166 },
191 { 167 {
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 ['OS=="linux" and ((use_allocator!="none" and use_allocator!="see_use_tc malloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', { 256 ['OS=="linux" and ((use_allocator!="none" and use_allocator!="see_use_tc malloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', {
281 'dependencies': [ 257 'dependencies': [
282 # See http://crbug.com/162998#c4 for why this is needed. 258 # See http://crbug.com/162998#c4 for why this is needed.
283 '../../base/allocator/allocator.gyp:allocator', 259 '../../base/allocator/allocator.gyp:allocator',
284 ], 260 ],
285 }], 261 }],
286 ], 262 ],
287 }, 263 },
288 ], 264 ],
289 } 265 }
OLDNEW
« no previous file with comments | « ui/app_list/app_list.gyp ('k') | ui/aura/client/default_activation_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698