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

Unified Diff: ui/ui.gyp

Issue 10823291: Exclude more files from Android build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change chrome_tests.gypi Created 8 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 side-by-side diff with in-line comments
Download patch
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 31c6dce1f258901c87efec0d29277e7befaa7bb8..86c34c158800b724b0fe660b1f921ae9b8ab872e 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -746,10 +746,12 @@
}],
['OS=="android"', {
'sources!': [
+ 'base/dragdrop/drag_utils.cc',
+ 'base/dragdrop/drag_utils.h',
'base/touch/touch_factory.cc',
'base/touch/touch_factory.h',
- 'gfx/pango_util.h',
'gfx/pango_util.cc',
+ 'gfx/pango_util.h',
'gfx/platform_font_pango.cc',
'gfx/platform_font_pango.h',
],

Powered by Google App Engine
This is Rietveld 408576698