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

Unified Diff: extensions/extensions_tests.gyp

Issue 1213943002: Isolate extensions_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | extensions/extensions_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions_tests.gyp
diff --git a/extensions/extensions_tests.gyp b/extensions/extensions_tests.gyp
index 80f86885353dff0e57c4576f77ba03e65f4ccfc9..8703f29a374741055f647aae582853e7166757ef 100644
--- a/extensions/extensions_tests.gyp
+++ b/extensions/extensions_tests.gyp
@@ -126,6 +126,19 @@
'extensions_browsertests.isolate',
],
},
+ {
+ 'target_name': 'extensions_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'extensions_unittests',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'extensions_unittests.isolate',
+ ],
+ }
],
}],
],
« no previous file with comments | « no previous file | extensions/extensions_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698