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

Unified Diff: blimp/client/DEPS

Issue 1450423002: Add glue between the client and engine for Blimp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blimp_ipc2
Patch Set: Fix build break Created 5 years, 1 month 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/android/blimp_view.h » ('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 fd78a68667a286cbeccab31ad14e81cfe00d04d5..1240c91a721612577857bfc1ca6988a083cb3dd1 100644
--- a/blimp/client/DEPS
+++ b/blimp/client/DEPS
@@ -6,6 +6,7 @@ include_rules = [
"-content",
"+gpu",
"+jni",
+ "+net/base",
"+skia",
"+third_party/skia",
"+ui/gfx",
@@ -14,10 +15,4 @@ include_rules = [
# TODO(dtrainor): Remove this once Toast uses are removed from Java.
"!ui/android",
-
- # TODO(dtrainor): Remove this once the LayerTreeHost settings for Blimp
- # are finalized or are pushed from the server component. See
- # crbug.com/527655.
- "!content/public/common/content_switches.h",
- "!ui/native_theme/native_theme_switches.h",
]
« no previous file with comments | « blimp/client/BUILD.gn ('k') | blimp/client/android/blimp_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698