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

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

Issue 1885043012: Remove ui/base/ios (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@context_menu_copy
Patch Set: Remove CRWContextMenuProvider Created 4 years, 8 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 | « ios/web/web_state/ui/crw_context_menu_provider.h ('k') | ui/base/ios/OWNERS » ('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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 "dragdrop/drop_target_event.h", 159 "dragdrop/drop_target_event.h",
160 "dragdrop/drop_target_win.cc", 160 "dragdrop/drop_target_win.cc",
161 "dragdrop/drop_target_win.h", 161 "dragdrop/drop_target_win.h",
162 "dragdrop/os_exchange_data.cc", 162 "dragdrop/os_exchange_data.cc",
163 "dragdrop/os_exchange_data.h", 163 "dragdrop/os_exchange_data.h",
164 "dragdrop/os_exchange_data_provider_mac.h", 164 "dragdrop/os_exchange_data_provider_mac.h",
165 "dragdrop/os_exchange_data_provider_mac.mm", 165 "dragdrop/os_exchange_data_provider_mac.mm",
166 "dragdrop/os_exchange_data_provider_win.cc", 166 "dragdrop/os_exchange_data_provider_win.cc",
167 "dragdrop/os_exchange_data_provider_win.h", 167 "dragdrop/os_exchange_data_provider_win.h",
168 "hit_test.h", 168 "hit_test.h",
169 "ios/cru_context_menu_controller.h",
170 "ios/cru_context_menu_controller.mm",
171 "ios/cru_context_menu_holder.h",
172 "ios/cru_context_menu_holder.mm",
173 "l10n/formatter.cc", 169 "l10n/formatter.cc",
174 "l10n/formatter.h", 170 "l10n/formatter.h",
175 "l10n/l10n_font_util.cc", 171 "l10n/l10n_font_util.cc",
176 "l10n/l10n_font_util.h", 172 "l10n/l10n_font_util.h",
177 "l10n/l10n_util.cc", 173 "l10n/l10n_util.cc",
178 "l10n/l10n_util.h", 174 "l10n/l10n_util.h",
179 "l10n/l10n_util_android.cc", 175 "l10n/l10n_util_android.cc",
180 "l10n/l10n_util_android.h", 176 "l10n/l10n_util_android.h",
181 "l10n/l10n_util_collator.h", 177 "l10n/l10n_util_collator.h",
182 "l10n/l10n_util_mac.h", 178 "l10n/l10n_util_mac.h",
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 outputs = [ 710 outputs = [
715 "{{bundle_resources_dir}}/" + 711 "{{bundle_resources_dir}}/" +
716 "{{source_root_relative_dir}}/{{source_file_part}}", 712 "{{source_root_relative_dir}}/{{source_file_part}}",
717 ] 713 ]
718 } 714 }
719 715
720 # GYP version: ui/base/ui_base_tests.gyp:ui_base_unittests 716 # GYP version: ui/base/ui_base_tests.gyp:ui_base_unittests
721 test("ui_base_unittests") { 717 test("ui_base_unittests") {
722 sources = [ 718 sources = [
723 "clipboard/clipboard_util_mac_unittest.mm", 719 "clipboard/clipboard_util_mac_unittest.mm",
724 "ios/cru_context_menu_controller_unittest.mm",
725 "l10n/l10n_util_mac_unittest.mm", 720 "l10n/l10n_util_mac_unittest.mm",
726 "l10n/l10n_util_unittest.cc", 721 "l10n/l10n_util_unittest.cc",
727 "l10n/l10n_util_win_unittest.cc", 722 "l10n/l10n_util_win_unittest.cc",
728 "l10n/time_format_unittest.cc", 723 "l10n/time_format_unittest.cc",
729 "layout_unittest.cc", 724 "layout_unittest.cc",
730 "material_design/material_design_controller_unittest.cc", 725 "material_design/material_design_controller_unittest.cc",
731 "models/tree_node_iterator_unittest.cc", 726 "models/tree_node_iterator_unittest.cc",
732 "resource/data_pack_literal.cc", 727 "resource/data_pack_literal.cc",
733 "resource/data_pack_unittest.cc", 728 "resource/data_pack_unittest.cc",
734 "resource/resource_bundle_unittest.cc", 729 "resource/resource_bundle_unittest.cc",
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
953 if (is_mac) { 948 if (is_mac) {
954 mac_framework_bundle("ui_unittests_framework") { 949 mac_framework_bundle("ui_unittests_framework") {
955 testonly = true 950 testonly = true
956 deps = [ 951 deps = [
957 "//ui/resources:ui_test_pak_bundle_data", 952 "//ui/resources:ui_test_pak_bundle_data",
958 ] 953 ]
959 info_plist = "test/framework-Info.plist" 954 info_plist = "test/framework-Info.plist"
960 output_name = "ui_unittests Framework" 955 output_name = "ui_unittests Framework"
961 } 956 }
962 } 957 }
OLDNEW
« no previous file with comments | « ios/web/web_state/ui/crw_context_menu_provider.h ('k') | ui/base/ios/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698