diff options
Diffstat (limited to 'content/common/gpu/DEPS')
-rw-r--r-- | content/common/gpu/DEPS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/content/common/gpu/DEPS b/content/common/gpu/DEPS new file mode 100644 index 0000000..274c1ef --- /dev/null +++ b/content/common/gpu/DEPS @@ -0,0 +1,9 @@ +include_rules = [
+ "+chrome/app",
+ "+gpu/command_buffer",
+ "+libEGL",
+ "+libGLESv2",
+ "+media/base",
+ "+media/video",
+ "+skia",
+]
|