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

Unified Diff: content/DEPS

Issue 1077273002: html_viewer: Move webcrypto to a place where html_viewer can use it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Copy the msvs_disabled_warnings to the new target. Created 5 years, 8 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: content/DEPS
diff --git a/content/DEPS b/content/DEPS
index fb2bf9d417d6ffcb872a51456d53f75b89edeea5..3eb2ac3f7afba6b0ed25815755110cd4c3900ee4 100644
--- a/content/DEPS
+++ b/content/DEPS
@@ -55,6 +55,9 @@ include_rules = [
"-v8",
"-tools",
+ # Allow inclusion of specific components that we depend on.
jam 2015/04/14 14:47:12 we need a comment saying that content can only dep
+ "+components/webcrypto",
jam 2015/04/14 14:47:12 since only content/child depends on this, better t
+
# Allow inclusion of third-party code:
"+third_party/angle",
"+third_party/flac",

Powered by Google App Engine
This is Rietveld 408576698