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

Unified Diff: chrome/chrome.gyp

Issue 10916160: Upstreaming SelectFileDialog for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Elliot'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: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index b4fab768f1c2ff338ad363fbb8e2d24736b7b8c1..a46167e7d41b35bcfccb4bf5e6a3e9ab1d74ae97 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1080,11 +1080,13 @@
'../base/base.gyp:base',
'../chrome/browser/component/components.gyp:web_contents_delegate_android_java',
'../content/content.gyp:content_java',
+ '../ui/ui.gyp:ui_java',
],
'export_dependent_settings': [
'../base/base.gyp:base',
'../chrome/browser/component/components.gyp:web_contents_delegate_android_java',
'../content/content.gyp:content_java',
+ '../ui/ui.gyp:ui_java',
],
'variables': {
'package_name': 'chrome',

Powered by Google App Engine
This is Rietveld 408576698