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

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: Deleted the other file, fixed typos and retested 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 884a708db925852b30c5a00f9c741d530692fb96..56e1be3563a4801bf2b8d0776bd65d5beec41a33 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2893,6 +2893,20 @@
],
},
{
+ 'target_name': 'tab_capture_end2end_tests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'browser_tests_run',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ 'tab_capture_end2end_tests.isolate',
+ ],
+ 'sources': [
+ 'tab_capture_end2end_tests.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