diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-13 15:15:50 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-13 15:15:50 +0000 |
commit | 24f8069fb2f7c1624bbab9b4646c13352d26ad57 (patch) | |
tree | 5e254e6bf3bbeeaa845811b060ae8cdd0d7d7ac6 /content/shell/DEPS | |
parent | f545860aa5096811c927987e9b4b74cb558a9387 (diff) | |
download | chromium_src-24f8069fb2f7c1624bbab9b4646c13352d26ad57.zip chromium_src-24f8069fb2f7c1624bbab9b4646c13352d26ad57.tar.gz chromium_src-24f8069fb2f7c1624bbab9b4646c13352d26ad57.tar.bz2 |
Add local file system directory listings support for content shell.
Also remove the per-platform PlatformResourceProvider function.
Based on http://codereview.chromium.org/10826242/ by shouqun.liu@intel.com
BUG=90445
Review URL: https://chromiumcodereview.appspot.com/10830260
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151267 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/DEPS')
-rw-r--r-- | content/shell/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/shell/DEPS b/content/shell/DEPS index 99f80b46..82e5b11 100644 --- a/content/shell/DEPS +++ b/content/shell/DEPS @@ -13,6 +13,7 @@ include_rules = [ "+ui/base/resource", # Shell resources + "+grit/net_resources.h", "+grit/shell_resources.h", # The content_shell for aura must work with the views and aura |