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

Side by Side Diff: ui/base/ui_base_tests.gyp

Issue 1068093002: Refactoring for InputMethodAuraLinux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removes unexpected 229 keydown for non-IME users. Created 5 years, 8 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'variables': { 107 'variables': {
108 'test_data_files': [ 108 'test_data_files': [
109 'test/data', 109 'test/data',
110 ], 110 ],
111 'test_data_prefix' : 'ui/base', 111 'test_data_prefix' : 'ui/base',
112 }, 112 },
113 'includes': [ '../../build/copy_test_data_ios.gypi' ], 113 'includes': [ '../../build/copy_test_data_ios.gypi' ],
114 }, 114 },
115 ], 115 ],
116 }], 116 }],
117 ['OS == "linux" and use_aura==1', {
118 'sources': [
119 'ime/input_method_auralinux_unittest.cc',
120 ]
121 }],
117 ['OS == "win"', { 122 ['OS == "win"', {
118 'sources': [ 123 'sources': [
119 'dragdrop/os_exchange_data_win_unittest.cc', 124 'dragdrop/os_exchange_data_win_unittest.cc',
120 'win/hwnd_subclass_unittest.cc', 125 'win/hwnd_subclass_unittest.cc',
121 'win/open_file_name_win_unittest.cc', 126 'win/open_file_name_win_unittest.cc',
122 ], 127 ],
123 'msvs_settings': { 128 'msvs_settings': {
124 'VCLinkerTool': { 129 'VCLinkerTool': {
125 'DelayLoadDLLs': [ 130 'DelayLoadDLLs': [
126 'd2d1.dll', 131 'd2d1.dll',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 'dependencies': [ 302 'dependencies': [
298 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 303 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
299 ], 304 ],
300 }], 305 }],
301 ], 306 ],
302 }, 307 },
303 ], 308 ],
304 }], 309 }],
305 ], 310 ],
306 } 311 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698