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 2179813003: Allow OSExchangeData::Provider to be overridden at run time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mac + win Created 4 years, 4 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
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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 "dragdrop/drag_drop_types_win.cc", 154 "dragdrop/drag_drop_types_win.cc",
155 "dragdrop/drag_source_win.cc", 155 "dragdrop/drag_source_win.cc",
156 "dragdrop/drag_source_win.h", 156 "dragdrop/drag_source_win.h",
157 "dragdrop/drag_utils_win.cc", 157 "dragdrop/drag_utils_win.cc",
158 "dragdrop/drop_target_event.cc", 158 "dragdrop/drop_target_event.cc",
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_builder_mac.h",
165 "dragdrop/os_exchange_data_provider_builder_mac.mm",
166 "dragdrop/os_exchange_data_provider_factory.cc",
167 "dragdrop/os_exchange_data_provider_factory.h",
164 "dragdrop/os_exchange_data_provider_mac.h", 168 "dragdrop/os_exchange_data_provider_mac.h",
165 "dragdrop/os_exchange_data_provider_mac.mm", 169 "dragdrop/os_exchange_data_provider_mac.mm",
166 "dragdrop/os_exchange_data_provider_win.cc", 170 "dragdrop/os_exchange_data_provider_win.cc",
167 "dragdrop/os_exchange_data_provider_win.h", 171 "dragdrop/os_exchange_data_provider_win.h",
168 "hit_test.h", 172 "hit_test.h",
169 "l10n/formatter.cc", 173 "l10n/formatter.cc",
170 "l10n/formatter.h", 174 "l10n/formatter.h",
171 "l10n/l10n_font_util.cc", 175 "l10n/l10n_font_util.cc",
172 "l10n/l10n_font_util.h", 176 "l10n/l10n_font_util.h",
173 "l10n/l10n_util.cc", 177 "l10n/l10n_util.cc",
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 ] 553 ]
550 } 554 }
551 555
552 if (!toolkit_views && !use_aura) { 556 if (!toolkit_views && !use_aura) {
553 sources -= [ 557 sources -= [
554 "dragdrop/drag_drop_types.h", 558 "dragdrop/drag_drop_types.h",
555 "dragdrop/drop_target_event.cc", 559 "dragdrop/drop_target_event.cc",
556 "dragdrop/drop_target_event.h", 560 "dragdrop/drop_target_event.h",
557 "dragdrop/os_exchange_data.cc", 561 "dragdrop/os_exchange_data.cc",
558 "dragdrop/os_exchange_data.h", 562 "dragdrop/os_exchange_data.h",
563 "dragdrop/os_exchange_data_provider_factory.cc",
564 "dragdrop/os_exchange_data_provider_factory.h",
559 "nine_image_painter_factory.cc", 565 "nine_image_painter_factory.cc",
560 "nine_image_painter_factory.h", 566 "nine_image_painter_factory.h",
561 ] 567 ]
562 } 568 }
563 569
564 if (is_android) { 570 if (is_android) {
565 deps += [ 571 deps += [
566 ":ui_base_jni_headers", 572 ":ui_base_jni_headers",
567 "//ui/android:ui_java", 573 "//ui/android:ui_java",
568 ] 574 ]
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
949 if (is_mac) { 955 if (is_mac) {
950 mac_framework_bundle("ui_unittests_framework") { 956 mac_framework_bundle("ui_unittests_framework") {
951 testonly = true 957 testonly = true
952 deps = [ 958 deps = [
953 "//ui/resources:ui_test_pak_bundle_data", 959 "//ui/resources:ui_test_pak_bundle_data",
954 ] 960 ]
955 info_plist = "test/framework-Info.plist" 961 info_plist = "test/framework-Info.plist"
956 output_name = "ui_unittests Framework" 962 output_name = "ui_unittests Framework"
957 } 963 }
958 } 964 }
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_view_aura.cc ('k') | ui/base/dragdrop/os_exchange_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698