diff options
author | aurimas@chromium.org <aurimas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-18 21:47:56 +0000 |
---|---|---|
committer | aurimas@chromium.org <aurimas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-18 21:47:56 +0000 |
commit | 2d02a200c2f156c8e80b2396f80b87756cdc425b (patch) | |
tree | 0faeb5881c32ce8bae5be35e6c042b7eeaf8b48c /content/DEPS | |
parent | 41a8da1d1c970c0c7b7076beccb549592b4f60f8 (diff) | |
download | chromium_src-2d02a200c2f156c8e80b2396f80b87756cdc425b.zip chromium_src-2d02a200c2f156c8e80b2396f80b87756cdc425b.tar.gz chromium_src-2d02a200c2f156c8e80b2396f80b87756cdc425b.tar.bz2 |
Upstreaming SelectFileDialog for Android
Upstreaming the Select File Dialog and its dependencies needed for
Chrome on Android
BUG=116131
Review URL: https://chromiumcodereview.appspot.com/10916160
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157424 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r-- | content/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/DEPS b/content/DEPS index 24d5b0c..a79d9c67b 100644 --- a/content/DEPS +++ b/content/DEPS @@ -46,6 +46,7 @@ include_rules = [ "+third_party/WebKit/Source/Platform/chromium", "+third_party/WebKit/Source/WebKit/chromium", + "+ui/android", # Aura is analogous to Win32 or a Gtk, so it is allowed. "+ui/aura", "+ui/base", |