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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/tab_capture_end2end_tests.isolate » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'includes': [ 5 'includes': [
6 'js_unittest_vars.gypi', 6 'js_unittest_vars.gypi',
7 ], 7 ],
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'interactive_ui_tests', 10 'target_name': 'interactive_ui_tests',
(...skipping 2875 matching lines...) Expand 10 before | Expand all | Expand 10 after
2886 ], 2886 ],
2887 'includes': [ 2887 'includes': [
2888 '../build/isolate.gypi', 2888 '../build/isolate.gypi',
2889 'sync_integration_tests.isolate', 2889 'sync_integration_tests.isolate',
2890 ], 2890 ],
2891 'sources': [ 2891 'sources': [
2892 'sync_integration_tests.isolate', 2892 'sync_integration_tests.isolate',
2893 ], 2893 ],
2894 }, 2894 },
2895 { 2895 {
2896 'target_name': 'tab_capture_end2end_tests_run',
2897 'type': 'none',
2898 'dependencies': [
2899 'browser_tests_run',
2900 ],
2901 'includes': [
2902 '../build/isolate.gypi',
2903 'tab_capture_end2endtests.isolate',
Ken Russell (switch to Gerrit) 2014/05/14 22:50:41 The isolate is named differently!
2904 ],
2905 'sources': [
2906 'tab_capture_end2endtests.isolate',
2907 ],
2908 },
2909 {
2896 'target_name': 'tab_capture_performance_tests_run', 2910 'target_name': 'tab_capture_performance_tests_run',
2897 'type': 'none', 2911 'type': 'none',
2898 'dependencies': [ 2912 'dependencies': [
2899 'performance_browser_tests', 2913 'performance_browser_tests',
2900 'chrome_run', 2914 'chrome_run',
2901 ], 2915 ],
2902 'includes': [ 2916 'includes': [
2903 '../build/isolate.gypi', 2917 '../build/isolate.gypi',
2904 'tab_capture_performance_tests.isolate', 2918 'tab_capture_performance_tests.isolate',
2905 ], 2919 ],
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
2961 ['enable_webrtc==1', { 2975 ['enable_webrtc==1', {
2962 'dependencies': [ 2976 'dependencies': [
2963 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 2977 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
2964 ] 2978 ]
2965 }], 2979 }],
2966 ], 2980 ],
2967 }] 2981 }]
2968 }], 2982 }],
2969 ], # 'conditions' 2983 ], # 'conditions'
2970 } 2984 }
OLDNEW
« 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