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

Unified Diff: services/ui/ws/DEPS

Issue 2281583003: services/ui: Split GpuServiceInternal into gpu vs. ws pieces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@DONE_2016.08.24_mus-ws-gpu-refactor
Patch Set: tot merge Created 4 years, 4 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: services/ui/ws/DEPS
diff --git a/services/ui/ws/DEPS b/services/ui/ws/DEPS
index 54bb901c257f69f2fea4743d93301dd00459d85e..740f36489ada6ed9db7cdbab5493438ca7310a27 100644
--- a/services/ui/ws/DEPS
+++ b/services/ui/ws/DEPS
@@ -1,5 +1,8 @@
include_rules = [
- "+gpu/config/gpu_info.h",
+ "+gpu/command_buffer/client",
+ "+gpu/config",
+ "+gpu/ipc/client",
+ "+gpu/ipc/common",
"+services/ui/gpu/interfaces",
]
@@ -9,5 +12,9 @@ specific_include_rules = {
],
"gpu_service_proxy.cc": [
"+services/ui/gpu/gpu_service_internal.h",
+ ],
+ # This should be removed. crbug.com/637923
+ "mus_gpu_memory_buffer_manager.cc": [
+ "+services/ui/gpu/gpu_service_internal.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698