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

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2557493002: IME for Mus: Use ui::InputMethodChromeOS to provide logic for ime driver. (Closed)
Patch Set: More cleanup. Created 4 years 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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1874 matching lines...) Expand 10 before | Expand all | Expand 10 after
1885 deps += [ 1885 deps += [
1886 "//services/ui/public/cpp", 1886 "//services/ui/public/cpp",
1887 "//services/ui/public/interfaces", 1887 "//services/ui/public/interfaces",
1888 ] 1888 ]
1889 } 1889 }
1890 1890
1891 # TODO(ellyjones): Mus is not supported on Mac (there is no ui::Window 1891 # TODO(ellyjones): Mus is not supported on Mac (there is no ui::Window
1892 # apart from aura::Window, which is also not supported). 1892 # apart from aura::Window, which is also not supported).
1893 if (!is_mac) { 1893 if (!is_mac) {
1894 sources += [ 1894 sources += [
1895 "views/ime_driver_mus.cc", 1895 "views/ime_driver/ime_driver_mus.cc",
1896 "views/ime_driver_mus.h", 1896 "views/ime_driver/ime_driver_mus.h",
1897 "views/ime_driver/input_method_bridge_chromeos.cc",
1898 "views/ime_driver/input_method_bridge_chromeos.h",
1899 "views/ime_driver/remote_text_input_client.cc",
1900 "views/ime_driver/remote_text_input_client.h",
1901 "views/ime_driver/simple_input_method.cc",
1902 "views/ime_driver/simple_input_method.h",
1897 "views/tabs/window_finder_mus.cc", 1903 "views/tabs/window_finder_mus.cc",
1898 "views/tabs/window_finder_mus.h", 1904 "views/tabs/window_finder_mus.h",
1899 ] 1905 ]
1900 1906
1901 deps += [ "//ui/views/mus" ] 1907 deps += [ "//ui/views/mus" ]
1902 } 1908 }
1903 } 1909 }
1904 if (use_ash) { 1910 if (use_ash) {
1905 sources += [ 1911 sources += [
1906 "views/frame/browser_frame_ash.cc", 1912 "views/frame/browser_frame_ash.cc",
(...skipping 1574 matching lines...) Expand 10 before | Expand all | Expand 10 after
3481 "test/test_confirm_bubble_model.cc", 3487 "test/test_confirm_bubble_model.cc",
3482 "test/test_confirm_bubble_model.h", 3488 "test/test_confirm_bubble_model.h",
3483 ] 3489 ]
3484 deps += [ "//chrome/test:test_support_ui" ] 3490 deps += [ "//chrome/test:test_support_ui" ]
3485 } 3491 }
3486 3492
3487 if (enable_extensions) { 3493 if (enable_extensions) {
3488 deps += [ "//extensions/browser" ] 3494 deps += [ "//extensions/browser" ]
3489 } 3495 }
3490 } 3496 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc » ('j') | ui/aura/mus/text_input_client_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698