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

Unified Diff: Source/heap/blink_heap_tests.gyp

Issue 138443002: Revert of Create our own blink_heap run_all_tests target to avoid piggy-backing on wtf's. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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 | « Source/heap/RunAllTests.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/heap/blink_heap_tests.gyp
diff --git a/Source/heap/blink_heap_tests.gyp b/Source/heap/blink_heap_tests.gyp
index e78f6df83749450e3132e5f1630c99c2dc29174a..caecf97a5a4731b142a17487dc87e7d974dda19e 100644
--- a/Source/heap/blink_heap_tests.gyp
+++ b/Source/heap/blink_heap_tests.gyp
@@ -32,42 +32,26 @@
'../build/win/precompile.gypi',
'blink_heap.gypi',
],
- 'targets': [
- {
- 'target_name': 'blink_heap_unittests',
- 'type': 'executable',
- 'dependencies': [
- 'run_all_tests',
- '../config.gyp:unittest_config',
- '../wtf/wtf.gyp:wtf',
- '../wtf/wtf_tests.gyp:wtf_unittest_helpers',
- 'blink_heap.gyp:blink_heap',
- ],
- 'sources': [
- '<@(heap_test_files)',
- ],
- 'conditions': [
- ['os_posix==1 and OS!="mac" and OS!="android" and OS!="ios" and linux_use_tcmalloc==1', {
- 'dependencies': [
- '<(DEPTH)/base/base.gyp:base',
- '<(DEPTH)/base/allocator/allocator.gyp:allocator',
- ]
- }],
- ]
- },
- {
- 'target_name': 'run_all_tests',
- 'type': 'static_library',
- 'dependencies': [
- '../config.gyp:unittest_config',
- '<(DEPTH)/base/base.gyp:test_support_base',
- ],
- 'export_dependent_settings': [
- '<(DEPTH)/base/base.gyp:test_support_base',
- ],
- 'sources': [
- 'RunAllTests.cpp',
- ]
- },
- ],
+ 'targets': [{
+ 'target_name': 'blink_heap_unittests',
+ 'type': 'executable',
+ 'dependencies': [
+ '../config.gyp:unittest_config',
+ '../wtf/wtf.gyp:wtf',
+ '../wtf/wtf_tests.gyp:run_all_tests',
+ '../wtf/wtf_tests.gyp:wtf_unittest_helpers',
+ 'blink_heap.gyp:blink_heap',
+ ],
+ 'sources': [
+ '<@(heap_test_files)',
+ ],
+ 'conditions': [
+ ['os_posix==1 and OS!="mac" and OS!="android" and OS!="ios" and linux_use_tcmalloc==1', {
+ 'dependencies': [
+ '<(DEPTH)/base/base.gyp:base',
+ '<(DEPTH)/base/allocator/allocator.gyp:allocator',
+ ]
+ }],
+ ]
+ }],
}
« no previous file with comments | « Source/heap/RunAllTests.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698