diff options
author | asargent <asargent@chromium.org> | 2015-08-28 15:44:39 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-28 22:45:13 +0000 |
commit | c4fdad2c3113c76f68b61b5cdf3c27eb97b868c5 (patch) | |
tree | c2990060f9f5902c4b57787ddc2f2f06fa1bbcdc /extensions/browser/DEPS | |
parent | a2a22b892203e521d5355f613147504278b098cc (diff) | |
download | chromium_src-c4fdad2c3113c76f68b61b5cdf3c27eb97b868c5.zip chromium_src-c4fdad2c3113c76f68b61b5cdf3c27eb97b868c5.tar.gz chromium_src-c4fdad2c3113c76f68b61b5cdf3c27eb97b868c5.tar.bz2 |
Let the SandboxedUnpacker start with either crx files or directories
Traditionally installing always had to start with a .crx file,
which was first unzipped followed by having some files
sanitized. But to support differential updates, we'll no longer
be starting with a .crx file, but rather with an unpacked
directory that was assembled for us by the differential update
code applying patches to copies of files from the currently
installed version. So we need a way to do the sanitizing starting
from the equivalent of an unzipped directory.
BUG=490418
Review URL: https://codereview.chromium.org/1256263007
Cr-Commit-Position: refs/heads/master@{#346255}
Diffstat (limited to 'extensions/browser/DEPS')
-rw-r--r-- | extensions/browser/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/browser/DEPS b/extensions/browser/DEPS index b20ccf8..abf85d9 100644 --- a/extensions/browser/DEPS +++ b/extensions/browser/DEPS @@ -24,6 +24,7 @@ include_rules = [ "+third_party/leveldatabase", "+third_party/re2", "+third_party/WebKit/public/web", + "+third_party/zlib/google", ] specific_include_rules = { |