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

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

Issue 8565018: [Aura] Support additonal event filters in DesktopEventFilter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo and remove no-longer-needed algorithm header Created 9 years, 1 month 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 | « no previous file | ui/aura/event_filter_unittest.cc » ('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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'aura', 62 'aura',
63 ], 63 ],
64 'include_dirs': [ 64 'include_dirs': [
65 '..', 65 '..',
66 ], 66 ],
67 'sources': [ 67 'sources': [
68 'test/aura_test_base.cc', 68 'test/aura_test_base.cc',
69 'test/aura_test_base.h', 69 'test/aura_test_base.h',
70 'test/event_generator.cc', 70 'test/event_generator.cc',
71 'test/event_generator.h', 71 'test/event_generator.h',
72 'test/test_event_filter.cc',
73 'test/test_event_filter.h',
72 'test/test_stacking_client.cc', 74 'test/test_stacking_client.cc',
73 'test/test_stacking_client.h', 75 'test/test_stacking_client.h',
74 'test/test_windows.cc', 76 'test/test_windows.cc',
75 'test/test_windows.h', 77 'test/test_windows.h',
76 'test/test_window_delegate.cc', 78 'test/test_window_delegate.cc',
77 'test/test_window_delegate.h', 79 'test/test_window_delegate.h',
78 ], 80 ],
79 }, 81 },
80 { 82 {
81 'target_name': 'aura_demo', 83 'target_name': 'aura_demo',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'conditions': [ 138 'conditions': [
137 ['OS=="linux"', { 139 ['OS=="linux"', {
138 'dependencies': [ 140 'dependencies': [
139 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 141 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
140 ], 142 ],
141 }], 143 }],
142 ], 144 ],
143 }, 145 },
144 ], 146 ],
145 } 147 }
OLDNEW
« no previous file with comments | « no previous file | ui/aura/event_filter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698