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 2166863002: aura: Fix IME interaction in content-shell in chromeos build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 'sources': [ 172 'sources': [
173 'test/aura_test_base.cc', 173 'test/aura_test_base.cc',
174 'test/aura_test_base.h', 174 'test/aura_test_base.h',
175 'test/aura_test_helper.cc', 175 'test/aura_test_helper.cc',
176 'test/aura_test_helper.h', 176 'test/aura_test_helper.h',
177 'test/aura_test_utils.cc', 177 'test/aura_test_utils.cc',
178 'test/aura_test_utils.h', 178 'test/aura_test_utils.h',
179 'test/env_test_helper.h', 179 'test/env_test_helper.h',
180 'test/event_generator_delegate_aura.cc', 180 'test/event_generator_delegate_aura.cc',
181 'test/event_generator_delegate_aura.h', 181 'test/event_generator_delegate_aura.h',
182 'test/input_method_glue.cc',
183 'test/input_method_glue.h',
182 'test/test_cursor_client.cc', 184 'test/test_cursor_client.cc',
183 'test/test_cursor_client.h', 185 'test/test_cursor_client.h',
184 'test/test_focus_client.cc', 186 'test/test_focus_client.cc',
185 'test/test_focus_client.h', 187 'test/test_focus_client.h',
186 'test/test_screen.cc', 188 'test/test_screen.cc',
187 'test/test_screen.h', 189 'test/test_screen.h',
188 'test/test_window_delegate.cc', 190 'test/test_window_delegate.cc',
189 'test/test_window_delegate.h', 191 'test/test_window_delegate.h',
190 'test/test_window_tree_client.cc', 192 'test/test_window_tree_client.cc',
191 'test/test_window_tree_client.h', 193 'test/test_window_tree_client.h',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 'dependencies': [ 309 'dependencies': [
308 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 310 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
309 ], 311 ],
310 }], 312 }],
311 ], 313 ],
312 }, 314 },
313 ], 315 ],
314 }], 316 }],
315 ], 317 ],
316 } 318 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698