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

Unified Diff: ui/gfx/test/DEPS

Issue 280973003: Move a good set of gfx unit tests into gfx_unittests target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm gl dependency - gfx_unittests does not need it to run Created 6 years, 7 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
« no previous file with comments | « ui/gfx/gfx_tests.gyp ('k') | ui/gfx/test/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
+ ],
+}
« no previous file with comments | « ui/gfx/gfx_tests.gyp ('k') | ui/gfx/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698