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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 562733003: Add a gpu_unittests isolate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/gpu_unittests.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 2988 matching lines...) Expand 10 before | Expand all | Expand 10 after
2999 '../tools/telemetry/telemetry.gyp:bitmaptools#host', 2999 '../tools/telemetry/telemetry.gyp:bitmaptools#host',
3000 ], 3000 ],
3001 'includes': [ 3001 'includes': [
3002 '../build/isolate.gypi', 3002 '../build/isolate.gypi',
3003 'telemetry_gpu_test.isolate', 3003 'telemetry_gpu_test.isolate',
3004 ], 3004 ],
3005 'sources': [ 3005 'sources': [
3006 'telemetry_gpu_test.isolate', 3006 'telemetry_gpu_test.isolate',
3007 ], 3007 ],
3008 }, 3008 },
3009 {
3010 'target_name': 'gpu_unittests_run',
3011 'type': 'none',
3012 'dependencies': [
3013 '../gpu/gpu.gyp:gpu_unittests',
3014 ],
3015 'includes': [
3016 '../build/isolate.gypi',
3017 'gpu_unittests.isolate',
3018 ],
3019 'sources': [
3020 'gpu_unittests.isolate',
3021 ],
3022 },
3009 ], 3023 ],
3010 'conditions': [ 3024 'conditions': [
3011 ['internal_gles2_conform_tests==1', { 3025 ['internal_gles2_conform_tests==1', {
3012 'targets': [ 3026 'targets': [
3013 { 3027 {
3014 'target_name': 'gles2_conform_test_run', 3028 'target_name': 'gles2_conform_test_run',
3015 'type': 'none', 3029 'type': 'none',
3016 'dependencies': [ 3030 'dependencies': [
3017 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_c onform_test', 3031 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_c onform_test',
3018 ], 3032 ],
(...skipping 29 matching lines...) Expand all
3048 ['enable_webrtc==1', { 3062 ['enable_webrtc==1', {
3049 'dependencies': [ 3063 'dependencies': [
3050 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3064 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3051 ] 3065 ]
3052 }], 3066 }],
3053 ], 3067 ],
3054 }] 3068 }]
3055 }], 3069 }],
3056 ], # 'conditions' 3070 ], # 'conditions'
3057 } 3071 }
OLDNEW
« no previous file with comments | « no previous file | chrome/gpu_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698