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

Unified Diff: ui/base/ui_base.gyp

Issue 250923014: Fix Aura build when toolkit_views==0 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/gfx/gfx.gyp » ('j') | ui/gfx/gfx.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ui_base.gyp
diff --git a/ui/base/ui_base.gyp b/ui/base/ui_base.gyp
index 21090e469ffba497e61f297ebcef3e644ada50f6..b1b7168479a5cc9af45f750620ceab655781efcd 100644
--- a/ui/base/ui_base.gyp
+++ b/ui/base/ui_base.gyp
@@ -389,6 +389,13 @@
['exclude', '^dragdrop/drag_utils.cc'],
['exclude', '^dragdrop/drag_utils.h'],
],
+ }, {
+ 'sources/': [
+ ['include', '^dragdrop/os_exchange_data.cc'],
+ ['include', '^dragdrop/os_exchange_data.h'],
+ ['include', '^nine_image_painter_factory.cc'],
+ ['include', '^nine_image_painter_factory.h'],
+ ],
}],
],
}],
« no previous file with comments | « no previous file | ui/gfx/gfx.gyp » ('j') | ui/gfx/gfx.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698