OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
7 | 7 |
8 if (is_android) { | 8 if (is_android) { |
9 import("//build/config/android/config.gni") | 9 import("//build/config/android/config.gni") |
10 import("//build/config/android/rules.gni") | 10 import("//build/config/android/rules.gni") |
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
342 "ime/chromeos/ime_keyboard_x11.h", | 342 "ime/chromeos/ime_keyboard_x11.h", |
343 "ime/chromeos/ime_keymap.cc", | 343 "ime/chromeos/ime_keymap.cc", |
344 "ime/chromeos/ime_keymap.h", | 344 "ime/chromeos/ime_keymap.h", |
345 "ime/chromeos/input_method_delegate.h", | 345 "ime/chromeos/input_method_delegate.h", |
346 "ime/chromeos/input_method_descriptor.cc", | 346 "ime/chromeos/input_method_descriptor.cc", |
347 "ime/chromeos/input_method_descriptor.h", | 347 "ime/chromeos/input_method_descriptor.h", |
348 "ime/chromeos/input_method_manager.cc", | 348 "ime/chromeos/input_method_manager.cc", |
349 "ime/chromeos/input_method_manager.h", | 349 "ime/chromeos/input_method_manager.h", |
350 "ime/chromeos/input_method_whitelist.cc", | 350 "ime/chromeos/input_method_whitelist.cc", |
351 "ime/chromeos/input_method_whitelist.h", | 351 "ime/chromeos/input_method_whitelist.h", |
| 352 "ime/chromeos/mock_component_extension_ime_manager_delegate.cc", |
| 353 "ime/chromeos/mock_component_extension_ime_manager_delegate.h", |
352 "ime/chromeos/mock_ime_candidate_window_handler.cc", | 354 "ime/chromeos/mock_ime_candidate_window_handler.cc", |
353 "ime/chromeos/mock_ime_candidate_window_handler.h", | 355 "ime/chromeos/mock_ime_candidate_window_handler.h", |
354 "ime/chromeos/mock_ime_engine_handler.cc", | 356 "ime/chromeos/mock_ime_engine_handler.cc", |
355 "ime/chromeos/mock_ime_engine_handler.h", | 357 "ime/chromeos/mock_ime_engine_handler.h", |
356 "ime/chromeos/mock_ime_input_context_handler.cc", | 358 "ime/chromeos/mock_ime_input_context_handler.cc", |
357 "ime/chromeos/mock_ime_input_context_handler.h", | 359 "ime/chromeos/mock_ime_input_context_handler.h", |
358 "ime/composition_text.cc", | 360 "ime/composition_text.cc", |
359 "ime/composition_text.h", | 361 "ime/composition_text.h", |
360 "ime/composition_text_util_pango.cc", | 362 "ime/composition_text_util_pango.cc", |
361 "ime/composition_text_util_pango.h", | 363 "ime/composition_text_util_pango.h", |
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
920 "dragdrop/os_exchange_data_provider_aurax11_unittest.cc", | 922 "dragdrop/os_exchange_data_provider_aurax11_unittest.cc", |
921 "x/selection_requestor_unittest.cc", | 923 "x/selection_requestor_unittest.cc", |
922 ] | 924 ] |
923 } | 925 } |
924 | 926 |
925 if (is_chromeos) { | 927 if (is_chromeos) { |
926 deps += [ "//chromeos" ] | 928 deps += [ "//chromeos" ] |
927 } | 929 } |
928 } | 930 } |
929 # TODO(GYP) Mac (ui_base_tests_bundle) | 931 # TODO(GYP) Mac (ui_base_tests_bundle) |
OLD | NEW |