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

Unified Diff: chrome/chrome_tests.gypi

Issue 255403007: Cast: Isolate for tab capture end2end test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: duplicate fixed Created 6 years, 7 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 | chrome/tab_capture_end2end_tests.isolate » ('j') | chrome/tab_capture_end2end_tests.isolate » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index b7d430f8f3066e923dd0aff2357222ecfbbe4e06..c8760ffe1b50c3b9bce91c749e7ec1ab7b78512e 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2892,6 +2892,20 @@
],
},
{
+ 'target_name': 'tab_capture_end2endtests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'browser_tests_run',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ 'tab_capture_end2endtests.isolate',
+ ],
+ 'sources': [
+ 'tab_capture_end2endtests.isolate',
+ ],
+ },
+ {
'target_name': 'tab_capture_performance_tests_run',
'type': 'none',
'dependencies': [
« no previous file with comments | « no previous file | chrome/tab_capture_end2end_tests.isolate » ('j') | chrome/tab_capture_end2end_tests.isolate » ('J')

Powered by Google App Engine
This is Rietveld 408576698