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

Unified Diff: ui/base/BUILD.gn

Issue 1964283002: MacViews: Implemented Drag & Drop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | ui/base/dragdrop/drag_drop_types.h » ('j') | ui/base/ui_base.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 54042fd4d8de145a7ca3498959b2ff03296c2624..baf0d3b3934ee6e10367427f28b3bd41729a456a 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -151,11 +151,11 @@ component("base") {
"device_form_factor_desktop.cc",
"device_form_factor_ios.mm",
"dragdrop/drag_drop_types.h",
+ "dragdrop/drag_drop_types_mac.mm",
"dragdrop/drag_drop_types_win.cc",
"dragdrop/drag_source_win.cc",
"dragdrop/drag_source_win.h",
- "dragdrop/drag_utils_aura.cc",
- "dragdrop/drag_utils_mac.mm",
+ "dragdrop/drag_utils.cc",
tapted 2016/05/26 12:31:41 this is added in !is_ios, so doesn't need to be li
spqchan 2016/05/27 23:25:48 Done.
"dragdrop/drag_utils_win.cc",
"dragdrop/drop_target_event.cc",
"dragdrop/drop_target_event.h",
@@ -439,7 +439,6 @@ component("base") {
sources -= [
"cursor/cursor.cc",
"cursor/cursor.h",
- "dragdrop/drag_utils_aura.cc",
]
}
@@ -447,10 +446,6 @@ component("base") {
sources -= [ "resource/resource_bundle_auralinux.cc" ]
}
- if (use_aura && is_win) {
- sources -= [ "dragdrop/drag_utils_aura.cc" ]
- }
-
if (is_linux) {
deps += [ "//build/linux:fontconfig" ]
}
@@ -518,7 +513,6 @@ component("base") {
sources -= [
"cursor/image_cursors.cc",
"cursor/image_cursors.h",
- "dragdrop/drag_utils.cc",
"dragdrop/drag_utils.h",
tapted 2016/05/26 12:31:41 this should be removed too
spqchan 2016/05/27 23:25:48 Done.
]
« no previous file with comments | « no previous file | ui/base/dragdrop/drag_drop_types.h » ('j') | ui/base/ui_base.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698