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

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

Issue 11047012: Wiring metro mouse events to aura viewer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'event_filter.h', 81 'event_filter.h',
82 'focus_change_observer.h', 82 'focus_change_observer.h',
83 'focus_manager.cc', 83 'focus_manager.cc',
84 'focus_manager.h', 84 'focus_manager.h',
85 'layout_manager.cc', 85 'layout_manager.cc',
86 'layout_manager.h', 86 'layout_manager.h',
87 'display_change_observer_x11.cc', 87 'display_change_observer_x11.cc',
88 'display_change_observer_x11.h', 88 'display_change_observer_x11.h',
89 'display_manager.cc', 89 'display_manager.cc',
90 'display_manager.h', 90 'display_manager.h',
91 'remote_root_window_host_win.cc',
92 'remote_root_window_host_win.h',
91 'root_window_host.h', 93 'root_window_host.h',
92 'root_window_host_delegate.h', 94 'root_window_host_delegate.h',
93 'root_window_host_linux.cc', 95 'root_window_host_linux.cc',
94 'root_window_host_linux.h', 96 'root_window_host_linux.h',
95 'root_window_host_mac.h', 97 'root_window_host_mac.h',
96 'root_window_host_mac.mm', 98 'root_window_host_mac.mm',
97 'root_window_host_win.cc', 99 'root_window_host_win.cc',
98 'root_window_host_win.h', 100 'root_window_host_win.h',
99 'root_window_mac.h', 101 'root_window_mac.h',
100 'root_window_mac.mm', 102 'root_window_mac.mm',
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 # osmesa GL implementation is used on linux. 288 # osmesa GL implementation is used on linux.
287 ['OS=="linux"', { 289 ['OS=="linux"', {
288 'dependencies': [ 290 'dependencies': [
289 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 291 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
290 ], 292 ],
291 }], 293 }],
292 ], 294 ],
293 }, 295 },
294 ], 296 ],
295 } 297 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/web_input_event_aurax11.cc ('k') | ui/aura/remote_root_window_host_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698