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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 481473003: Remove tab_capture_performance_tests isolate and _run target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/tab_capture_performance_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 2893 matching lines...) Expand 10 before | Expand all | Expand 10 after
2904 }], 2904 }],
2905 ], 2905 ],
2906 'includes': [ 2906 'includes': [
2907 '../build/isolate.gypi', 2907 '../build/isolate.gypi',
2908 'sync_integration_tests.isolate', 2908 'sync_integration_tests.isolate',
2909 ], 2909 ],
2910 'sources': [ 2910 'sources': [
2911 'sync_integration_tests.isolate', 2911 'sync_integration_tests.isolate',
2912 ], 2912 ],
2913 }, 2913 },
2914 {
2915 'target_name': 'tab_capture_performance_tests_run',
2916 'type': 'none',
2917 'dependencies': [
2918 'performance_browser_tests',
2919 'chrome_run',
2920 ],
2921 'includes': [
2922 '../build/isolate.gypi',
2923 'tab_capture_performance_tests.isolate',
2924 ],
2925 'sources': [
2926 'tab_capture_performance_tests.isolate',
2927 ],
2928 },
2929 ], 2914 ],
2930 'conditions': [ 2915 'conditions': [
2931 ['archive_gpu_tests==1', { 2916 ['archive_gpu_tests==1', {
2932 'targets': [ 2917 'targets': [
2933 { 2918 {
2934 'target_name': 'angle_unittests_run', 2919 'target_name': 'angle_unittests_run',
2935 'type': 'none', 2920 'type': 'none',
2936 'dependencies': [ 2921 'dependencies': [
2937 '../gpu/gpu.gyp:angle_unittests', 2922 '../gpu/gpu.gyp:angle_unittests',
2938 ], 2923 ],
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
3044 ['enable_webrtc==1', { 3029 ['enable_webrtc==1', {
3045 'dependencies': [ 3030 'dependencies': [
3046 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3031 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3047 ] 3032 ]
3048 }], 3033 }],
3049 ], 3034 ],
3050 }] 3035 }]
3051 }], 3036 }],
3052 ], # 'conditions' 3037 ], # 'conditions'
3053 } 3038 }
OLDNEW
« no previous file with comments | « no previous file | chrome/tab_capture_performance_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698