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

Unified Diff: ui/base/BUILD.gn

Issue 2322253004: Drag and dropping text, parsable as url (Closed)
Patch Set: Moving url logic out of os_exchange_data Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index dadd32abf76f03394c45b11f94a5088ea295b340..43f4c8f16282698a551c23a56611e094272cabff 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -150,6 +150,8 @@ component("base") {
"device_form_factor_android.cc",
"device_form_factor_desktop.cc",
"device_form_factor_ios.mm",
+ "dragdrop/drag_and_drop_url_utils.cc",
+ "dragdrop/drag_and_drop_url_utils.h",
"dragdrop/drag_drop_types.h",
"dragdrop/drag_drop_types_mac.mm",
"dragdrop/drag_drop_types_win.cc",
@@ -375,6 +377,7 @@ component("base") {
"//base:base_static",
"//base:i18n",
"//base/third_party/dynamic_annotations",
+ "//components/url_formatter",
"//net",
"//third_party/icu",
"//third_party/zlib:zlib",

Powered by Google App Engine
This is Rietveld 408576698