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

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

Issue 1586843002: Remove remote tree host and some related input and metro_driver code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metro-mode-3
Patch Set: remove ash_unittests from being run Created 4 years, 11 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 | « ui/aura/remote_window_tree_host_win.cc ('k') | ui/base/ime/BUILD.gn » ('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/config/compiler/compiler.gni") 5 import("//build/config/compiler/compiler.gni")
6 import("//build/config/sanitizers/sanitizers.gni") 6 import("//build/config/sanitizers/sanitizers.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 9
10 if (is_android) { 10 if (is_android) {
(...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 ] 736 ]
737 } 737 }
738 738
739 if (build_ime) { 739 if (build_ime) {
740 sources += [ 740 sources += [
741 "ime/candidate_window_unittest.cc", 741 "ime/candidate_window_unittest.cc",
742 "ime/chromeos/character_composer_unittest.cc", 742 "ime/chromeos/character_composer_unittest.cc",
743 "ime/composition_text_unittest.cc", 743 "ime/composition_text_unittest.cc",
744 "ime/input_method_base_unittest.cc", 744 "ime/input_method_base_unittest.cc",
745 "ime/input_method_chromeos_unittest.cc", 745 "ime/input_method_chromeos_unittest.cc",
746 "ime/remote_input_method_win_unittest.cc",
747 "ime/win/imm32_manager_unittest.cc", 746 "ime/win/imm32_manager_unittest.cc",
748 "ime/win/tsf_input_scope_unittest.cc", 747 "ime/win/tsf_input_scope_unittest.cc",
749 ] 748 ]
750 if (is_linux && use_aura && !is_chromeos) { 749 if (is_linux && use_aura && !is_chromeos) {
751 sources += [ "ime/input_method_auralinux_unittest.cc" ] 750 sources += [ "ime/input_method_auralinux_unittest.cc" ]
752 } 751 }
753 if (is_mac) { 752 if (is_mac) {
754 sources += [ "resource/resource_bundle_mac_unittest.mm" ] 753 sources += [ "resource/resource_bundle_mac_unittest.mm" ]
755 } 754 }
756 if (use_x11) { 755 if (use_x11) {
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
893 } 892 }
894 if (is_mac) { 893 if (is_mac) {
895 data += [ "$root_out_dir/ui_unittests Framework.framework/" ] 894 data += [ "$root_out_dir/ui_unittests Framework.framework/" ]
896 895
897 if (is_asan && symbol_level == 0) { 896 if (is_asan && symbol_level == 0) {
898 data += [ "$root_out_dir/ui_base_unittests.dSYM/" ] 897 data += [ "$root_out_dir/ui_base_unittests.dSYM/" ]
899 } 898 }
900 } 899 }
901 } 900 }
902 # TODO(GYP) Mac (ui_base_tests_bundle) 901 # TODO(GYP) Mac (ui_base_tests_bundle)
OLDNEW
« no previous file with comments | « ui/aura/remote_window_tree_host_win.cc ('k') | ui/base/ime/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698