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

Unified Diff: cc/DEPS

Issue 2498053004: Add InProcessContextProvider and update InProcessCommandBuffer (Closed)
Patch Set: Revert experiments and fix android_webview 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
« no previous file with comments | « cc/BUILD.gn ('k') | cc/output/in_process_context_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+ ],
+}
« no previous file with comments | « cc/BUILD.gn ('k') | cc/output/in_process_context_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698