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

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: 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 unified diff | Download patch
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 2874 matching lines...) Expand 10 before | Expand all | Expand 10 after
2885 ], 2885 ],
2886 'includes': [ 2886 'includes': [
2887 '../build/isolate.gypi', 2887 '../build/isolate.gypi',
2888 'sync_integration_tests.isolate', 2888 'sync_integration_tests.isolate',
2889 ], 2889 ],
2890 'sources': [ 2890 'sources': [
2891 'sync_integration_tests.isolate', 2891 'sync_integration_tests.isolate',
2892 ], 2892 ],
2893 }, 2893 },
2894 { 2894 {
2895 'target_name': 'tab_capture_end2endtests_run',
2896 'type': 'none',
2897 'dependencies': [
2898 'browser_tests_run',
2899 ],
2900 'includes': [
2901 '../build/isolate.gypi',
2902 'tab_capture_end2endtests.isolate',
2903 ],
2904 'sources': [
2905 'tab_capture_end2endtests.isolate',
2906 ],
2907 },
2908 {
2895 'target_name': 'tab_capture_performance_tests_run', 2909 'target_name': 'tab_capture_performance_tests_run',
2896 'type': 'none', 2910 'type': 'none',
2897 'dependencies': [ 2911 'dependencies': [
2898 'performance_browser_tests', 2912 'performance_browser_tests',
2899 'chrome_run', 2913 'chrome_run',
2900 ], 2914 ],
2901 'includes': [ 2915 'includes': [
2902 '../build/isolate.gypi', 2916 '../build/isolate.gypi',
2903 'tab_capture_performance_tests.isolate', 2917 'tab_capture_performance_tests.isolate',
2904 ], 2918 ],
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
2960 ['enable_webrtc==1', { 2974 ['enable_webrtc==1', {
2961 'dependencies': [ 2975 'dependencies': [
2962 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 2976 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
2963 ] 2977 ]
2964 }], 2978 }],
2965 ], 2979 ],
2966 }] 2980 }]
2967 }], 2981 }],
2968 ], # 'conditions' 2982 ], # 'conditions'
2969 } 2983 }
OLDNEW
« 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