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

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

Issue 201573015: Introdcue AshWindowTreeHost and move ash/chrome specific code in WTH to ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 | « mojo/examples/aura_demo/window_tree_host_mojo.cc ('k') | ui/aura/remote_window_tree_host_win.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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'client/window_tree_client.h', 56 'client/window_tree_client.h',
57 'env.cc', 57 'env.cc',
58 'env.h', 58 'env.h',
59 'env_observer.h', 59 'env_observer.h',
60 'input_state_lookup.cc', 60 'input_state_lookup.cc',
61 'input_state_lookup.h', 61 'input_state_lookup.h',
62 'input_state_lookup_win.cc', 62 'input_state_lookup_win.cc',
63 'input_state_lookup_win.h', 63 'input_state_lookup_win.h',
64 'layout_manager.cc', 64 'layout_manager.cc',
65 'layout_manager.h', 65 'layout_manager.h',
66 'remote_window_tree_host_win.cc', 66 'remote_window_tree_host_win.cc',»
67 'remote_window_tree_host_win.h', 67 'remote_window_tree_host_win.h',
68 'root_window_transformer.h',
69 'scoped_window_targeter.cc', 68 'scoped_window_targeter.cc',
70 'scoped_window_targeter.h', 69 'scoped_window_targeter.h',
71 'window.cc', 70 'window.cc',
72 'window.h', 71 'window.h',
73 'window_event_dispatcher.cc', 72 'window_event_dispatcher.cc',
74 'window_event_dispatcher.h', 73 'window_event_dispatcher.h',
75 'window_delegate.h', 74 'window_delegate.h',
76 'window_layer_type.h', 75 'window_layer_type.h',
77 'window_observer.h', 76 'window_observer.h',
78 'window_targeter.cc', 77 'window_targeter.cc',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 '../wm/public/tooltip_client.h', 109 '../wm/public/tooltip_client.h',
111 '../wm/public/transient_window_client.cc', 110 '../wm/public/transient_window_client.cc',
112 '../wm/public/transient_window_client.h', 111 '../wm/public/transient_window_client.h',
113 '../wm/public/window_move_client.cc', 112 '../wm/public/window_move_client.cc',
114 '../wm/public/window_move_client.h', 113 '../wm/public/window_move_client.h',
115 ], 114 ],
116 'conditions': [ 115 'conditions': [
117 ['use_x11==1', { 116 ['use_x11==1', {
118 'dependencies': [ 117 'dependencies': [
119 '../../build/linux/system.gyp:x11', 118 '../../build/linux/system.gyp:x11',
120 '../../build/linux/system.gyp:xfixes',
121 '../../build/linux/system.gyp:xrandr', 119 '../../build/linux/system.gyp:xrandr',
122 '../../build/linux/system.gyp:xi', 120 '../../build/linux/system.gyp:xi',
123 ], 121 ],
124 }], 122 }],
125 ['OS=="win"', { 123 ['OS=="win"', {
126 'dependencies': [ 124 'dependencies': [
127 '../metro_viewer/metro_viewer.gyp:metro_viewer_messages', 125 '../metro_viewer/metro_viewer.gyp:metro_viewer_messages',
128 '../../ipc/ipc.gyp:ipc', 126 '../../ipc/ipc.gyp:ipc',
129 ], 127 ],
130 'sources!': [ 128 'sources!': [
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 '../gl/gl.gyp:gl', 252 '../gl/gl.gyp:gl',
255 '../ui_unittests.gyp:ui_test_support', 253 '../ui_unittests.gyp:ui_test_support',
256 'aura_test_support', 254 'aura_test_support',
257 'aura', 255 'aura',
258 ], 256 ],
259 'include_dirs': [ 257 'include_dirs': [
260 '..', 258 '..',
261 ], 259 ],
262 'sources': [ 260 'sources': [
263 'gestures/gesture_recognizer_unittest.cc', 261 'gestures/gesture_recognizer_unittest.cc',
264 'window_tree_host_x11_unittest.cc',
265 'window_event_dispatcher_unittest.cc', 262 'window_event_dispatcher_unittest.cc',
266 'test/run_all_unittests.cc', 263 'test/run_all_unittests.cc',
267 'window_targeter_unittest.cc', 264 'window_targeter_unittest.cc',
268 'window_unittest.cc', 265 'window_unittest.cc',
269 ], 266 ],
270 'conditions': [ 267 'conditions': [
271 # osmesa GL implementation is used on linux. 268 # osmesa GL implementation is used on linux.
272 ['OS=="linux"', { 269 ['OS=="linux"', {
273 'dependencies': [ 270 'dependencies': [
274 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 271 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
275 ], 272 ],
276 }], 273 }],
277 # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554 274 # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554
278 ['OS=="linux" and ((use_allocator!="none" and use_allocator!="see_use_tc malloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', { 275 ['OS=="linux" and ((use_allocator!="none" and use_allocator!="see_use_tc malloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', {
279 'dependencies': [ 276 'dependencies': [
280 # See http://crbug.com/162998#c4 for why this is needed. 277 # See http://crbug.com/162998#c4 for why this is needed.
281 '../../base/allocator/allocator.gyp:allocator', 278 '../../base/allocator/allocator.gyp:allocator',
282 ], 279 ],
283 }], 280 }],
284 ], 281 ],
285 }, 282 },
286 ], 283 ],
287 } 284 }
OLDNEW
« no previous file with comments | « mojo/examples/aura_demo/window_tree_host_mojo.cc ('k') | ui/aura/remote_window_tree_host_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698