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

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

Issue 406413004: Cleanups for aura/test/event_generator.h (resolve TODOs) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase at r285842 Created 6 years, 4 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 | « ui/aura/BUILD.gn ('k') | ui/aura/gestures/gesture_recognizer_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) 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 '..', 161 '..',
162 ], 162 ],
163 'sources': [ 163 'sources': [
164 'test/aura_test_base.cc', 164 'test/aura_test_base.cc',
165 'test/aura_test_base.h', 165 'test/aura_test_base.h',
166 'test/aura_test_helper.cc', 166 'test/aura_test_helper.cc',
167 'test/aura_test_helper.h', 167 'test/aura_test_helper.h',
168 'test/aura_test_utils.cc', 168 'test/aura_test_utils.cc',
169 'test/aura_test_utils.h', 169 'test/aura_test_utils.h',
170 'test/env_test_helper.h', 170 'test/env_test_helper.h',
171 'test/event_generator.cc', 171 'test/event_generator_delegate_aura.cc',
172 'test/event_generator.h', 172 'test/event_generator_delegate_aura.h',
173 'test/test_cursor_client.cc', 173 'test/test_cursor_client.cc',
174 'test/test_cursor_client.h', 174 'test/test_cursor_client.h',
175 'test/test_focus_client.cc', 175 'test/test_focus_client.cc',
176 'test/test_focus_client.h', 176 'test/test_focus_client.h',
177 'test/test_screen.cc', 177 'test/test_screen.cc',
178 'test/test_screen.h', 178 'test/test_screen.h',
179 'test/test_window_tree_client.cc', 179 'test/test_window_tree_client.cc',
180 'test/test_window_tree_client.h', 180 'test/test_window_tree_client.h',
181 'test/test_windows.cc', 181 'test/test_windows.cc',
182 'test/test_windows.h', 182 'test/test_windows.h',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 ['OS=="linux" and use_allocator!="none"', { 300 ['OS=="linux" and use_allocator!="none"', {
301 'dependencies': [ 301 'dependencies': [
302 # See http://crbug.com/162998#c4 for why this is needed. 302 # See http://crbug.com/162998#c4 for why this is needed.
303 '../../base/allocator/allocator.gyp:allocator', 303 '../../base/allocator/allocator.gyp:allocator',
304 ], 304 ],
305 }], 305 }],
306 ], 306 ],
307 }, 307 },
308 ], 308 ],
309 } 309 }
OLDNEW
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/aura/gestures/gesture_recognizer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698