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

Unified Diff: test/base-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 | « src/compiler/instruction-selector-impl.h ('k') | test/compiler-unittests/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/base-unittests/DEPS
diff --git a/test/base-unittests/DEPS b/test/base-unittests/DEPS
index 80f67114d443d2912629d45000fdbda4f03de4dc..90b080063f6c8ad0f1c0f1f8314fd35843c1f364 100644
--- a/test/base-unittests/DEPS
+++ b/test/base-unittests/DEPS
@@ -4,5 +4,5 @@ include_rules = [
"+include/v8stdint.h",
"-src",
"+src/base",
- "+testing",
+ "+testing/gtest",
]
« no previous file with comments | « src/compiler/instruction-selector-impl.h ('k') | test/compiler-unittests/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698