Index: ui/gfx/test/DEPS |
diff --git a/ui/gfx/test/DEPS b/ui/gfx/test/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..9329d372f090a4efd26aec3c3633df3aa668fc58 |
--- /dev/null |
+++ b/ui/gfx/test/DEPS |
@@ -0,0 +1,7 @@ |
+specific_include_rules = { |
+ "run_all_unittests\.cc": [ |
+ "+ui/base/resource/resource_bundle.h", |
+ "+ui/base/ui_base_paths.h", |
+ "+ui/gl/gl_surface.h", |
danakj
2014/05/14 14:16:03
this isn't used in the run_all_unittests.cc file.
tfarina
2014/05/14 17:16:20
Good catch. I forgot to remove this when I made th
|
+ ], |
+} |