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

Unified Diff: cc/surfaces/DEPS

Issue 2498053004: Add InProcessContextProvider and update InProcessCommandBuffer (Closed)
Patch Set: 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/surfaces/DEPS
diff --git a/cc/surfaces/DEPS b/cc/surfaces/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..3f333f4d58adc50b44c925e9890583e650b5a12f
--- /dev/null
+++ b/cc/surfaces/DEPS
@@ -0,0 +1,23 @@
+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",
+ ],
+ "deferred_gpu_command_service\.h": [
+ "+gpu/command_buffer/common",
+ "+gpu/command_buffer/service",
+ "+gpu/ipc",
+ ],
+ "deferred_gpu_command_service\.cc": [
+ "+gpu/command_buffer/common",
+ "+gpu/ipc",
+ ],
+}
+

Powered by Google App Engine
This is Rietveld 408576698