diff options
author | abhishek.a21 <abhishek.a21@samsung.com> | 2015-07-22 02:11:44 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-22 09:12:55 +0000 |
commit | faf6421d12a9499b3a3d5266b5ceb33ea81ce1d2 (patch) | |
tree | fe0c36593acb4bd50c5372080be04bc0b5e1a83f /components/offline_pages/DEPS | |
parent | 1067392cb46b944e198f085fad7e226d700ad070 (diff) | |
download | chromium_src-faf6421d12a9499b3a3d5266b5ceb33ea81ce1d2.zip chromium_src-faf6421d12a9499b3a3d5266b5ceb33ea81ce1d2.tar.gz chromium_src-faf6421d12a9499b3a3d5266b5ceb33ea81ce1d2.tar.bz2 |
Componentize //chrome/browser/offline_pages
Componentize offline_page_metadata_store_impl.[cc/h], unittest and offline_pages.proto file.
Updated BUILD.gn and corresponding .gypi files for the same.
BUG=507284
Review URL: https://codereview.chromium.org/1226173004
Cr-Commit-Position: refs/heads/master@{#339852}
Diffstat (limited to 'components/offline_pages/DEPS')
-rw-r--r-- | components/offline_pages/DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/offline_pages/DEPS b/components/offline_pages/DEPS index 2393a77..e49d933c0 100644 --- a/components/offline_pages/DEPS +++ b/components/offline_pages/DEPS @@ -1,4 +1,6 @@ include_rules = [ "+components/keyed_service", + "+components/leveldb_proto", "+net", + "+third_party/leveldatabase", ] |