diff options
author | rockot@chromium.org <rockot@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-08 21:07:06 +0000 |
---|---|---|
committer | rockot@chromium.org <rockot@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-08 21:08:23 +0000 |
commit | 85718108736010fa56092d619baf04e814e82c03 (patch) | |
tree | d745cb0e5911ba9003436c84d07f41dcfb8ef59e /extensions/common/DEPS | |
parent | a5eb1794c5426633eec8b4bdd08ad508365e1475 (diff) | |
download | chromium_src-85718108736010fa56092d619baf04e814e82c03.zip chromium_src-85718108736010fa56092d619baf04e814e82c03.tar.gz chromium_src-85718108736010fa56092d619baf04e814e82c03.tar.bz2 |
Move UpdateManifest to //extensions
This just moves update_manifest.h/cc into the
extensions_common target. Precursor to moving manifest
parsing code and ultimately the rest of the
download/install/update code.
BUG=398671
TBR=dcheng@chromium.org for IPC messages (header move only)
Review URL: https://codereview.chromium.org/454873005
Cr-Commit-Position: refs/heads/master@{#288430}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288430 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'extensions/common/DEPS')
-rw-r--r-- | extensions/common/DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/common/DEPS b/extensions/common/DEPS index 1739f9d..9cfa5de 100644 --- a/extensions/common/DEPS +++ b/extensions/common/DEPS @@ -1,6 +1,8 @@ include_rules = [ "+device/usb", "+grit/extensions_strings.h", + "+libxml", "+net", + "+third_party/libxml", "+third_party/re2", ] |