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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 1679913002: Run chrome_app_unittests on win bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to position 374371 Created 4 years, 10 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 | « chrome/chrome_app_unittests.isolate ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 83e0facae5a2f4ac77b134875a467353e4e2223a..b8ca9f20e55229308344bbc2ae39ecce9737a18c 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -3007,6 +3007,19 @@
['test_isolation_mode != "noop"', {
'targets': [
{
+ 'target_name': 'chrome_app_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'chrome_app_unittests',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'chrome_app_unittests.isolate',
+ ],
+ },
+ {
'target_name': 'unit_tests_run',
'type': 'none',
'dependencies': [
« no previous file with comments | « chrome/chrome_app_unittests.isolate ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698