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

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

Issue 2085873002: Add test for TextEditCommandAuraLinux::GetCommandString. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor8_unify_text_edit_commands
Patch Set: -- Created 4 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 | « third_party/WebKit/public/platform/WebEditorCommandNames.h ('k') | ui/base/DEPS » ('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 819 matching lines...) Expand 10 before | Expand all | Expand 10 after
830 ] 830 ]
831 831
832 if (build_ime) { 832 if (build_ime) {
833 deps += [ "//ui/base/ime" ] 833 deps += [ "//ui/base/ime" ]
834 } 834 }
835 835
836 if (is_ios) { 836 if (is_ios) {
837 deps += [ "//ui/resources:ui_test_pak_bundle_data" ] 837 deps += [ "//ui/resources:ui_test_pak_bundle_data" ]
838 } 838 }
839 839
840 if (is_linux && !is_chromeos) {
841 sources += [ "ime/linux/text_edit_command_auralinux_unittest.cc" ]
842 deps += [ "//third_party/WebKit/public:blink_headers" ]
843 }
844
840 if (is_win) { 845 if (is_win) {
841 sources += [ 846 sources += [
842 "dragdrop/os_exchange_data_win_unittest.cc", 847 "dragdrop/os_exchange_data_win_unittest.cc",
843 "win/hwnd_subclass_unittest.cc", 848 "win/hwnd_subclass_unittest.cc",
844 "win/open_file_name_win_unittest.cc", 849 "win/open_file_name_win_unittest.cc",
845 "win/osk_display_manager_unittest.cc", 850 "win/osk_display_manager_unittest.cc",
846 ] 851 ]
847 852
848 ldflags = [ 853 ldflags = [
849 "/DELAYLOAD:d2d1.dll", 854 "/DELAYLOAD:d2d1.dll",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
948 if (is_mac) { 953 if (is_mac) {
949 mac_framework_bundle("ui_unittests_framework") { 954 mac_framework_bundle("ui_unittests_framework") {
950 testonly = true 955 testonly = true
951 deps = [ 956 deps = [
952 "//ui/resources:ui_test_pak_bundle_data", 957 "//ui/resources:ui_test_pak_bundle_data",
953 ] 958 ]
954 info_plist = "test/framework-Info.plist" 959 info_plist = "test/framework-Info.plist"
955 output_name = "ui_unittests Framework" 960 output_name = "ui_unittests Framework"
956 } 961 }
957 } 962 }
OLDNEW
« no previous file with comments | « third_party/WebKit/public/platform/WebEditorCommandNames.h ('k') | ui/base/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698