Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1186)

Unified Diff: components/dom_distiller/DEPS

Issue 330833002: Extract protobuf database into a new 'leveldb_proto' component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/dom_distiller.gypi ('k') | components/dom_distiller/core/dom_distiller_database.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dom_distiller/DEPS
diff --git a/components/dom_distiller/DEPS b/components/dom_distiller/DEPS
index b81b29fbbc629959b3b0a2c80e39d6c6c2c308e2..cb7ec795afd54ddcd985e4465451ec455ae3082b 100644
--- a/components/dom_distiller/DEPS
+++ b/components/dom_distiller/DEPS
@@ -1,11 +1,11 @@
include_rules = [
+ "+components/leveldb_proto",
"+google", # For third_party/protobuf.
"+grit", # For generated headers.
"+jni",
"+sync/api",
"+sync/protocol",
"+third_party/dom_distiller_js",
- "+third_party/leveldatabase/src/include",
"+net/base",
"+net/http",
"+net/url_request",
« no previous file with comments | « components/dom_distiller.gypi ('k') | components/dom_distiller/core/dom_distiller_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698