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

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

Issue 7942004: Consolidate/cleanup event cracking code; single out GdkEvents. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge removal of compact nav. Created 9 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
« no previous file with comments | « chrome/common/native_web_keyboard_event_views.cc ('k') | ui/aura/event.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 16 matching lines...) Expand all
27 'desktop_host.h', 27 'desktop_host.h',
28 'desktop_host_linux.cc', 28 'desktop_host_linux.cc',
29 'desktop_host_win.cc', 29 'desktop_host_win.cc',
30 'desktop_host_win.h', 30 'desktop_host_win.h',
31 'desktop.cc', 31 'desktop.cc',
32 'desktop.h', 32 'desktop.h',
33 'event.cc', 33 'event.cc',
34 'event.h', 34 'event.h',
35 'event_filter.cc', 35 'event_filter.cc',
36 'event_filter.h', 36 'event_filter.h',
37 'event_win.cc',
38 'event_x.cc',
39 'focus_manager.cc', 37 'focus_manager.cc',
40 'focus_manager.h', 38 'focus_manager.h',
41 'hit_test.h', 39 'hit_test.h',
42 'layout_manager.h', 40 'layout_manager.h',
43 'root_window.cc', 41 'root_window.cc',
44 'root_window.h', 42 'root_window.h',
45 'toplevel_window_container.cc', 43 'toplevel_window_container.cc',
46 'toplevel_window_container.h', 44 'toplevel_window_container.h',
47 'toplevel_window_event_filter.cc', 45 'toplevel_window_event_filter.cc',
48 'toplevel_window_event_filter.h', 46 'toplevel_window_event_filter.h',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'window_unittest.cc', 93 'window_unittest.cc',
96 'run_all_unittests.cc', 94 'run_all_unittests.cc',
97 'test_suite.cc', 95 'test_suite.cc',
98 'test_suite.h', 96 'test_suite.h',
99 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 97 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
100 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 98 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
101 ], 99 ],
102 }, 100 },
103 ], 101 ],
104 } 102 }
OLDNEW
« no previous file with comments | « chrome/common/native_web_keyboard_event_views.cc ('k') | ui/aura/event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698