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

Unified Diff: content/child/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: jam nits 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
« no previous file with comments | « content/child/BUILD.gn ('k') | content/child/blink_platform_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/DEPS
diff --git a/content/child/DEPS b/content/child/DEPS
index 9cfa5d1fc339b49f775ae93b7b17777bc51e2721..42cba53cee0b55e9798d12f5b459503f367a4026 100644
--- a/content/child/DEPS
+++ b/content/child/DEPS
@@ -1,4 +1,8 @@
include_rules = [
+ # Allow inclusion of specific components that we depend on. We may only
+ # depend on components which we share with the mojo html_viewer.
+ "+components/webcrypto",
+
"+components/tracing",
Elliot Glaysher 2015/04/14 23:44:49 It looks like someone already beat us to depending
jam 2015/04/15 17:15:09 yeah that's been the case for a while (we changed
"+content/app/strings/grit", # For generated headers
"+content/public/child",
« no previous file with comments | « content/child/BUILD.gn ('k') | content/child/blink_platform_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698