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

Unified Diff: base/base.gyp

Issue 11236005: Convert all the foo_test_run from using actions to use rules. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed pseudo italic Created 8 years, 2 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 | build/isolate.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 2d5ef344754e6bb3657275855d9d93cc90d5263c..4ad689bd45ae0b0b3bf314a90c183b1877d48a2e 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -1056,29 +1056,11 @@
'base_unittests',
],
'includes': [
+ '../build/isolate.gypi',
'base_unittests.isolate',
],
- 'actions': [
- {
- 'action_name': 'isolate',
- 'inputs': [
- 'base_unittests.isolate',
- '<@(isolate_dependency_tracked)',
- ],
- 'outputs': [
- '<(PRODUCT_DIR)/base_unittests.isolated',
- ],
- 'action': [
- 'python',
- '../tools/swarm_client/isolate.py',
- '<(test_isolation_mode)',
- '--outdir', '<(test_isolation_outdir)',
- '--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)',
- '--variable', 'OS', '<(OS)',
- '--result', '<@(_outputs)',
- '--isolate', 'base_unittests.isolate',
- ],
- },
+ 'sources': [
+ 'base_unittests.isolate',
],
},
],
« no previous file with comments | « no previous file | build/isolate.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698