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

Unified Diff: test/base-unittests/DEPS

Issue 448603002: Refactor unit tests for the base library to use GTest. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Reduce LoopIncrement test time. 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
Index: test/base-unittests/DEPS
diff --git a/src/base/DEPS b/test/base-unittests/DEPS
similarity index 88%
copy from src/base/DEPS
copy to test/base-unittests/DEPS
index e53cadff484602768523bfacc2409493e76eca20..80f67114d443d2912629d45000fdbda4f03de4dc 100644
--- a/src/base/DEPS
+++ b/test/base-unittests/DEPS
@@ -4,4 +4,5 @@ include_rules = [
"+include/v8stdint.h",
"-src",
"+src/base",
+ "+testing",
]

Powered by Google App Engine
This is Rietveld 408576698