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

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

Issue 10221028: Move DIP translation from ui/aura to ui/compositor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'desktop/desktop_dispatcher_client.cc', 56 'desktop/desktop_dispatcher_client.cc',
57 'desktop/desktop_dispatcher_client.h', 57 'desktop/desktop_dispatcher_client.h',
58 'desktop/desktop_root_window_event_filter.cc', 58 'desktop/desktop_root_window_event_filter.cc',
59 'desktop/desktop_root_window_event_filter.h', 59 'desktop/desktop_root_window_event_filter.h',
60 'desktop/desktop_screen.h', 60 'desktop/desktop_screen.h',
61 'desktop/desktop_screen_win.cc', 61 'desktop/desktop_screen_win.cc',
62 'desktop/desktop_screen_win.h', 62 'desktop/desktop_screen_win.h',
63 'desktop/desktop_screen_x11.cc', 63 'desktop/desktop_screen_x11.cc',
64 'desktop/desktop_stacking_client.cc', 64 'desktop/desktop_stacking_client.cc',
65 'desktop/desktop_stacking_client.h', 65 'desktop/desktop_stacking_client.h',
66 'dip_util.cc',
67 'dip_util.h',
68 'dispatcher_linux.cc', 66 'dispatcher_linux.cc',
69 'dispatcher_linux.h', 67 'dispatcher_linux.h',
70 'dispatcher_win.cc', 68 'dispatcher_win.cc',
71 'env.cc', 69 'env.cc',
72 'env.h', 70 'env.h',
73 'env_observer.h', 71 'env_observer.h',
74 'event.cc', 72 'event.cc',
75 'event.h', 73 'event.h',
76 'event_filter.h', 74 'event_filter.h',
77 'event_mac.mm', 75 'event_mac.mm',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 # osmesa GL implementation is used on linux. 216 # osmesa GL implementation is used on linux.
219 ['OS=="linux"', { 217 ['OS=="linux"', {
220 'dependencies': [ 218 'dependencies': [
221 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 219 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
222 ], 220 ],
223 }], 221 }],
224 ], 222 ],
225 }, 223 },
226 ], 224 ],
227 } 225 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698