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

Unified Diff: test/compiler-unittests/DEPS

Issue 457503002: Reland "Add initial support for compiler unit tests using GTest/GMock.". (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Workaround for -std=gnu++0x. Created 6 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
« no previous file with comments | « test/base-unittests/DEPS ('k') | test/compiler-unittests/arm/instruction-selector-arm-unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/compiler-unittests/DEPS
diff --git a/test/compiler-unittests/DEPS b/test/compiler-unittests/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..cf66c5ad70a0e308c61958a2465ad239e40f8418
--- /dev/null
+++ b/test/compiler-unittests/DEPS
@@ -0,0 +1,5 @@
+include_rules = [
+ "+src",
+ "+testing/gmock",
+ "+testing/gtest",
+]
« no previous file with comments | « test/base-unittests/DEPS ('k') | test/compiler-unittests/arm/instruction-selector-arm-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698