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

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: nits fixed + tested 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') | no next file with comments »
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..9e3676c402c53d66123a691f4d977b0c1f18bc7c 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_end2endtests.isolate',
Ken Russell (switch to Gerrit) 2014/05/14 22:50:41 The isolate is named differently!
+ ],
+ '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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698