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

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

Issue 2925353002: Implement sync of keyboard layout between Ozone and Wayland clients (Closed)
Patch Set: Rebase on master Created 3 years, 6 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
« no previous file with comments | « components/exo/wayland/server.cc ('k') | ui/base/ime/chromeos/fake_ime_keyboard.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/sanitizers/sanitizers.gni") 7 import("//build/config/sanitizers/sanitizers.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//ui/base/ui_features.gni") 10 import("//ui/base/ui_features.gni")
(...skipping 826 matching lines...) Expand 10 before | Expand all | Expand 10 after
837 "test/data/resource.h", 837 "test/data/resource.h",
838 "text/bytes_formatting_unittest.cc", 838 "text/bytes_formatting_unittest.cc",
839 "webui/web_ui_util_unittest.cc", 839 "webui/web_ui_util_unittest.cc",
840 ] 840 ]
841 } 841 }
842 842
843 if (build_ime) { 843 if (build_ime) {
844 sources += [ 844 sources += [
845 "ime/candidate_window_unittest.cc", 845 "ime/candidate_window_unittest.cc",
846 "ime/chromeos/character_composer_unittest.cc", 846 "ime/chromeos/character_composer_unittest.cc",
847 "ime/chromeos/ime_keyboard_unittest.cc",
847 "ime/chromeos/input_method_util_unittest.cc", 848 "ime/chromeos/input_method_util_unittest.cc",
848 "ime/composition_text_unittest.cc", 849 "ime/composition_text_unittest.cc",
849 "ime/input_method_base_unittest.cc", 850 "ime/input_method_base_unittest.cc",
850 "ime/input_method_chromeos_unittest.cc", 851 "ime/input_method_chromeos_unittest.cc",
851 "ime/win/imm32_manager_unittest.cc", 852 "ime/win/imm32_manager_unittest.cc",
852 "ime/win/tsf_input_scope_unittest.cc", 853 "ime/win/tsf_input_scope_unittest.cc",
853 ] 854 ]
854 if (is_linux && use_aura && !is_chromeos) { 855 if (is_linux && use_aura && !is_chromeos) {
855 sources += [ "ime/input_method_auralinux_unittest.cc" ] 856 sources += [ "ime/input_method_auralinux_unittest.cc" ]
856 } 857 }
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
1019 # This source set is used by both //chrome/browser and 1020 # This source set is used by both //chrome/browser and
1020 # //chrome/installer/setup. It must have minimal dependencies for the latter 1021 # //chrome/installer/setup. It must have minimal dependencies for the latter
1021 # (e.g., no skia). 1022 # (e.g., no skia).
1022 source_set("fullscreen_win") { 1023 source_set("fullscreen_win") {
1023 sources = [ 1024 sources = [
1024 "fullscreen_win.cc", 1025 "fullscreen_win.cc",
1025 "fullscreen_win.h", 1026 "fullscreen_win.h",
1026 ] 1027 ]
1027 } 1028 }
1028 } 1029 }
OLDNEW
« no previous file with comments | « components/exo/wayland/server.cc ('k') | ui/base/ime/chromeos/fake_ime_keyboard.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698