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

Unified Diff: cc/DEPS

Issue 2498053004: Add InProcessContextProvider and update InProcessCommandBuffer (Closed)
Patch Set: Remove Surface on RemoveCompositor Created 4 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
Index: cc/DEPS
diff --git a/cc/DEPS b/cc/DEPS
index c41afd289ce80abf0e19b99e1be7f0d0261ad285..bbab8316a1074d8b8a7f753d51b2f48c633b0038 100644
--- a/cc/DEPS
+++ b/cc/DEPS
@@ -22,3 +22,17 @@ include_rules = [
"+ui/gl",
"-cc/blink",
]
+
+specific_include_rules = {
+ "in_process_context_provider\.cc": [
+ "+gpu/command_buffer/client",
+ "+gpu/command_buffer/common",
+ "+gpu/command_buffer/service",
+ "+gpu/ipc",
+ "+gpu/skia_bindings",
+ ],
+ "in_process_context_provider\.h": [
+ "+gpu/command_buffer/common",
+ "+gpu/ipc",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698