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

Unified Diff: ui/compositor/test/DEPS

Issue 853353003: ui/compositor: Provide its own 'in process' ContextProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: SetContextLostCallback Created 5 years, 11 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: ui/compositor/test/DEPS
diff --git a/ui/compositor/test/DEPS b/ui/compositor/test/DEPS
index 7f9b273bbe2ed4d2702bfd9b7d2ab6091619b2e0..317af8f51d32c2375fb7c7073532c42f2dfbc401 100644
--- a/ui/compositor/test/DEPS
+++ b/ui/compositor/test/DEPS
@@ -1,5 +1,7 @@
include_rules = [
- "+gpu/blink",
"+gpu/command_buffer/client",
- "+webkit/common/gpu",
+ "+gpu/command_buffer/common",
+ "+gpu/skia_bindings",
+ "+skia/ext",
+ "+third_party/WebKit/public/platform",
piman 2015/01/23 03:21:17 nit: you don't need this one anymore
tfarina 2015/01/23 14:58:16 Done.
]

Powered by Google App Engine
This is Rietveld 408576698