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

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: Forgot to add the test 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/dragdrop/drag_utils_mac.mm » ('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..9e39982b57aac0e9c13c38392a93550694f30ec4 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -151,6 +151,7 @@ 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",
« no previous file with comments | « no previous file | ui/base/dragdrop/drag_drop_types.h » ('j') | ui/base/dragdrop/drag_utils_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698