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

Side by Side Diff: ui/base/BUILD.gn

Issue 1149223004: Avoid basename conflict in text_composition (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 7 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 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 662 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 "touch/selection_bound_unittest.cc", 673 "touch/selection_bound_unittest.cc",
674 "view_prop_unittest.cc", 674 "view_prop_unittest.cc",
675 "webui/web_ui_util_unittest.cc", 675 "webui/web_ui_util_unittest.cc",
676 ] 676 ]
677 } 677 }
678 678
679 if (build_ime) { 679 if (build_ime) {
680 sources += [ 680 sources += [
681 "ime/candidate_window_unittest.cc", 681 "ime/candidate_window_unittest.cc",
682 "ime/chromeos/character_composer_unittest.cc", 682 "ime/chromeos/character_composer_unittest.cc",
683 "ime/chromeos/composition_text_chromeos_unittest.cc",
683 "ime/input_method_base_unittest.cc", 684 "ime/input_method_base_unittest.cc",
684 "ime/input_method_chromeos_unittest.cc", 685 "ime/input_method_chromeos_unittest.cc",
685 "ime/remote_input_method_win_unittest.cc", 686 "ime/remote_input_method_win_unittest.cc",
686 "ime/win/imm32_manager_unittest.cc", 687 "ime/win/imm32_manager_unittest.cc",
687 "ime/win/tsf_input_scope_unittest.cc", 688 "ime/win/tsf_input_scope_unittest.cc",
688 ] 689 ]
689 if (is_linux && use_aura && !is_chromeos) { 690 if (is_linux && use_aura && !is_chromeos) {
690 sources += [ "ime/input_method_auralinux_unittest.cc" ] 691 sources += [ "ime/input_method_auralinux_unittest.cc" ]
691 } 692 }
692 if (use_x11) { 693 if (use_x11) {
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
802 } 803 }
803 804
804 if (is_chromeos) { 805 if (is_chromeos) {
805 deps += [ 806 deps += [
806 "//chromeos", 807 "//chromeos",
807 "//ui/events:dom_keycode_converter", 808 "//ui/events:dom_keycode_converter",
808 ] 809 ]
809 } 810 }
810 } 811 }
811 # TODO(GYP) Mac (ui_base_tests_bundle) 812 # TODO(GYP) Mac (ui_base_tests_bundle)
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc ('k') | ui/base/ime/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698