OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |