 Chromium Code Reviews
 Chromium Code Reviews Issue 1646853002:
  Add embedder api for participating in gpu logic  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1646853002:
  Add embedder api for participating in gpu logic  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: content/public/gpu/DEPS | 
| diff --git a/content/public/gpu/DEPS b/content/public/gpu/DEPS | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..28411429f5b804ab6afa7460349724b9f6d5c2dc | 
| --- /dev/null | 
| +++ b/content/public/gpu/DEPS | 
| @@ -0,0 +1,3 @@ | 
| +include_rules = [ | 
| + "+content/browser/gpu", | 
| 
jam
2016/01/28 16:47:36
huh? why is this? content/gpu can't depend on cont
 
kcwu
2016/01/28 17:55:30
This is for implementation of gpu_service_registry
 
jam
2016/01/28 21:13:39
Where do you want the code in gpu_service_registry
 
kcwu
2016/01/29 17:22:44
Done.
 | 
| +] |