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

Unified Diff: src/heap/heap.gyp

Issue 525193004: Merge heap unit tests into src. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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/heap/gc-idle-time-handler-unittest.cc ('k') | test/heap-unittests/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/heap.gyp
diff --git a/test/heap-unittests/heap-unittests.gyp b/src/heap/heap.gyp
similarity index 93%
rename from test/heap-unittests/heap-unittests.gyp
rename to src/heap/heap.gyp
index 99e638a820707dccb78a257b32817da6c5be6424..2970eb8a43b7d78af308ec2d807c0cb44fad956d 100644
--- a/test/heap-unittests/heap-unittests.gyp
+++ b/src/heap/heap.gyp
@@ -12,16 +12,15 @@
'target_name': 'heap-unittests',
'type': 'executable',
'dependencies': [
- '../../testing/gmock.gyp:gmock',
'../../testing/gtest.gyp:gtest',
+ '../../testing/gtest.gyp:gtest_main',
'../../tools/gyp/v8.gyp:v8_libplatform',
],
'include_dirs': [
'../..',
],
'sources': [ ### gcmole(all) ###
- 'heap-unittest.cc',
- 'heap-unittests.cc',
+ 'gc-idle-time-handler-unittest.cc',
],
'conditions': [
['component=="shared_library"', {
« no previous file with comments | « src/heap/gc-idle-time-handler-unittest.cc ('k') | test/heap-unittests/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698