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

Unified Diff: components/components_tests.gyp

Issue 852893002: Swarm components_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reland Created 5 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 | « no previous file | components/components_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 21149c5e674070c3493adc65e3881c7713c87a26..77cfc0b6871edc7cd30c458a933215c5fd0afa2e 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -866,12 +866,12 @@
],
}],
['OS=="linux" and component=="shared_library" and use_allocator!="none"', {
- 'dependencies': [
+ 'dependencies': [
'<(DEPTH)/base/allocator/allocator.gyp:allocator',
- ],
- 'link_settings': {
+ ],
+ 'link_settings': {
'ldflags': ['-rdynamic'],
- },
+ },
}],
['configuration_policy==1', {
'dependencies': [
@@ -1132,5 +1132,22 @@
},
],
}],
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'components_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'components_unittests',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'components_unittests.isolate',
+ ],
+ },
+ ],
+ }],
],
}
« no previous file with comments | « no previous file | components/components_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698