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

Unified Diff: components/components_tests.gyp

Issue 862953002: Revert of Swarm components_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 e7037911de372e5a3dc47bc947d2033c4eb65831..081ab7a6e0c06e8977d0166b43a6f7725e95477f 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -861,12 +861,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': [
@@ -1127,22 +1127,5 @@
},
],
}],
- ['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