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

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

Issue 10409011: Aura/ash: On Desktops, use a aura::client to resolve screen coordinates. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge with trunk. Created 8 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 | Annotate | Revision Log
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 24 matching lines...) Expand all
35 'client/aura_constants.cc', 35 'client/aura_constants.cc',
36 'client/aura_constants.h', 36 'client/aura_constants.h',
37 'client/dispatcher_client.cc', 37 'client/dispatcher_client.cc',
38 'client/dispatcher_client.h', 38 'client/dispatcher_client.h',
39 'client/drag_drop_client.cc', 39 'client/drag_drop_client.cc',
40 'client/drag_drop_client.h', 40 'client/drag_drop_client.h',
41 'client/drag_drop_delegate.cc', 41 'client/drag_drop_delegate.cc',
42 'client/drag_drop_delegate.h', 42 'client/drag_drop_delegate.h',
43 'client/event_client.cc', 43 'client/event_client.cc',
44 'client/event_client.h', 44 'client/event_client.h',
45 'client/screen_position_client.cc',
46 'client/screen_position_client.h',
45 'client/stacking_client.cc', 47 'client/stacking_client.cc',
46 'client/stacking_client.h', 48 'client/stacking_client.h',
47 'client/tooltip_client.cc', 49 'client/tooltip_client.cc',
48 'client/tooltip_client.h', 50 'client/tooltip_client.h',
49 'client/user_gesture_client.cc', 51 'client/user_gesture_client.cc',
50 'client/user_gesture_client.h', 52 'client/user_gesture_client.h',
51 'client/visibility_client.cc', 53 'client/visibility_client.cc',
52 'client/visibility_client.h', 54 'client/visibility_client.h',
53 'client/window_move_client.cc', 55 'client/window_move_client.cc',
54 'client/window_move_client.h', 56 'client/window_move_client.h',
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 # osmesa GL implementation is used on linux. 256 # osmesa GL implementation is used on linux.
255 ['OS=="linux"', { 257 ['OS=="linux"', {
256 'dependencies': [ 258 'dependencies': [
257 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 259 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
258 ], 260 ],
259 }], 261 }],
260 ], 262 ],
261 }, 263 },
262 ], 264 ],
263 } 265 }
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/chrome_web_contents_view_delegate_views.cc ('k') | ui/aura/client/screen_position_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698