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

Unified Diff: content/content.gyp

Issue 10916160: Upstreaming SelectFileDialog for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sky's nits Created 8 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: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 168089bc04dfa6ae4d38cf69c7345c90ac3b1a7b..ff6d3bfdd0467a173cbae8a9b5cfccb045e03174 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -282,12 +282,14 @@
'dependencies': [
'../base/base.gyp:base',
'../net/net.gyp:net',
+ '../ui/ui.gyp:ui_java',
piman 2012/09/14 00:21:03 nit: indent
aurimas (slooooooooow) 2012/09/14 18:24:00 Done.
'common_aidl',
'content_common',
],
'export_dependent_settings': [
'../base/base.gyp:base',
'../net/net.gyp:net',
+ '../ui/ui.gyp:ui_java',
piman 2012/09/14 00:21:03 nit: indent
aurimas (slooooooooow) 2012/09/14 18:24:00 Done.
],
'variables': {
'package_name': 'content',

Powered by Google App Engine
This is Rietveld 408576698