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 'variables': { | 5 'variables': { |
6 'chrome_browser_extensions_test_support_sources': [ | 6 'chrome_browser_extensions_test_support_sources': [ |
7 # A list of sources which is shared between different browser tests. | 7 # A list of sources which is shared between different browser tests. |
8 'browser/apps/app_browsertest_util.cc', | 8 'browser/apps/app_browsertest_util.cc', |
9 'browser/apps/app_browsertest_util.h', | 9 'browser/apps/app_browsertest_util.h', |
10 'browser/extensions/browsertest_util.cc', | 10 'browser/extensions/browsertest_util.cc', |
(...skipping 3154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3165 'type': 'none', | 3165 'type': 'none', |
3166 'dependencies': [ | 3166 'dependencies': [ |
3167 'chrome_run', | 3167 'chrome_run', |
3168 '../tools/telemetry/telemetry.gyp:bitmaptools#host', | 3168 '../tools/telemetry/telemetry.gyp:bitmaptools#host', |
3169 'gpu_tests_base', | 3169 'gpu_tests_base', |
3170 ], | 3170 ], |
3171 'sources': [ | 3171 'sources': [ |
3172 'telemetry_gpu_test.isolate', | 3172 'telemetry_gpu_test.isolate', |
3173 ], | 3173 ], |
3174 }, | 3174 }, |
3175 { | |
3176 'target_name': 'gpu_unittests_run', | |
3177 'type': 'none', | |
3178 'dependencies': [ | |
3179 '../gpu/gpu.gyp:gpu_unittests', | |
3180 'gpu_tests_base', | |
3181 ], | |
3182 'sources': [ | |
3183 'gpu_unittests.isolate', | |
3184 ], | |
3185 }, | |
3186 ], | 3175 ], |
3187 'conditions': [ | 3176 'conditions': [ |
3188 ['internal_gles2_conform_tests==1', { | 3177 ['internal_gles2_conform_tests==1', { |
3189 'targets': [ | 3178 'targets': [ |
3190 { | 3179 { |
3191 'target_name': 'gles2_conform_test_run', | 3180 'target_name': 'gles2_conform_test_run', |
3192 'type': 'none', | 3181 'type': 'none', |
3193 'dependencies': [ | 3182 'dependencies': [ |
3194 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_c
onform_test', | 3183 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_c
onform_test', |
3195 'gpu_tests_base', | 3184 'gpu_tests_base', |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3238 ['enable_webrtc==1', { | 3227 ['enable_webrtc==1', { |
3239 'dependencies': [ | 3228 'dependencies': [ |
3240 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3229 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3241 ] | 3230 ] |
3242 }], | 3231 }], |
3243 ], | 3232 ], |
3244 }] | 3233 }] |
3245 }], | 3234 }], |
3246 ], # 'conditions' | 3235 ], # 'conditions' |
3247 } | 3236 } |
OLD | NEW |