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

Unified Diff: test/heap-unittests/DEPS

Issue 475233005: Setup heap-unittests and runtime-unittests. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Also add heap-unittests. 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 | « build/all.gyp ('k') | test/heap-unittests/heap-unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/heap-unittests/DEPS
diff --git a/test/compiler-unittests/DEPS b/test/heap-unittests/DEPS
similarity index 100%
copy from test/compiler-unittests/DEPS
copy to test/heap-unittests/DEPS
index fabd1b263cfc6aaecf9a6cbb2fe4f636fdfe00b7..9cae90b4e83fd2aa73b05e3168a494a54b73e5a2 100644
--- a/test/compiler-unittests/DEPS
+++ b/test/heap-unittests/DEPS
@@ -1,7 +1,7 @@
include_rules = [
"+src",
- "+testing/gtest",
- "+testing/gtest-support.h",
"+testing/gmock",
"+testing/gmock-support.h",
+ "+testing/gtest",
+ "+testing/gtest-support.h",
]
« no previous file with comments | « build/all.gyp ('k') | test/heap-unittests/heap-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698