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

Unified Diff: components/data_reduction_proxy/content/renderer/DEPS

Issue 2963913002: Factor DRP PreviewsState logic out of content (Closed)
Patch Set: Change WebDataSource to WebDocumentLoader Created 3 years, 4 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
Index: components/data_reduction_proxy/content/renderer/DEPS
diff --git a/components/data_reduction_proxy/content/renderer/DEPS b/components/data_reduction_proxy/content/renderer/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..04ab6a902c447f1254712ddb09f9a9f3847b57b8
--- /dev/null
+++ b/components/data_reduction_proxy/content/renderer/DEPS
@@ -0,0 +1,5 @@
+include_rules = [
+ "+content/public/renderer",
+ "+third_party/WebKit/public/platform",
+ "+third_party/WebKit/public/web",
+]

Powered by Google App Engine
This is Rietveld 408576698