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

Unified Diff: blimp/client/DEPS

Issue 1696563002: Blimp: add support for SSL connections. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reland (safe_json issue fixed). Created 4 years, 10 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 | « blimp/client/BUILD.gn ('k') | blimp/client/app/android/blimp_jni_registrar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/DEPS
diff --git a/blimp/client/DEPS b/blimp/client/DEPS
index 62e48705f83cce3e9d8bb5a48100abd43c53bda3..e1fa29acdb05d63174959951347fec545e836a6f 100644
--- a/blimp/client/DEPS
+++ b/blimp/client/DEPS
@@ -2,7 +2,8 @@ include_rules = [
"+base",
"+cc",
"-cc/blink",
- "-chrome"
+ "-chrome",
+ "+components/safe_json",
"-content",
"+gpu",
"+jni",
« no previous file with comments | « blimp/client/BUILD.gn ('k') | blimp/client/app/android/blimp_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698