| 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 'build_angle_deqp_tests%': 0, | 6 'build_angle_deqp_tests%': 0, |
| 7 'chrome_browser_extensions_test_support_sources': [ | 7 'chrome_browser_extensions_test_support_sources': [ |
| 8 # A list of sources which is shared between different browser tests. | 8 # A list of sources which is shared between different browser tests. |
| 9 'browser/apps/app_browsertest_util.cc', | 9 'browser/apps/app_browsertest_util.cc', |
| 10 'browser/apps/app_browsertest_util.h', | 10 'browser/apps/app_browsertest_util.h', |
| (...skipping 3457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3468 'type': 'none', | 3468 'type': 'none', |
| 3469 'dependencies': [ | 3469 'dependencies': [ |
| 3470 'browser_tests_run', | 3470 'browser_tests_run', |
| 3471 'gpu_tests_base', | 3471 'gpu_tests_base', |
| 3472 ], | 3472 ], |
| 3473 'sources': [ | 3473 'sources': [ |
| 3474 'tab_capture_end2end_tests.isolate', | 3474 'tab_capture_end2end_tests.isolate', |
| 3475 ], | 3475 ], |
| 3476 }, | 3476 }, |
| 3477 { | 3477 { |
| 3478 'target_name': 'telemetry_gpu_integration_test_run', |
| 3479 'type': 'none', |
| 3480 'dependencies': [ |
| 3481 'chrome_run', |
| 3482 'gpu_tests_base', |
| 3483 'telemetry_chrome_test_base', |
| 3484 ], |
| 3485 'sources': [ |
| 3486 'telemetry_gpu_integration_test.isolate', |
| 3487 ], |
| 3488 }, |
| 3489 { |
| 3478 'target_name': 'telemetry_gpu_test_run', | 3490 'target_name': 'telemetry_gpu_test_run', |
| 3479 'type': 'none', | 3491 'type': 'none', |
| 3480 'dependencies': [ | 3492 'dependencies': [ |
| 3481 'chrome_run', | 3493 'chrome_run', |
| 3482 'gpu_tests_base', | 3494 'gpu_tests_base', |
| 3483 'telemetry_chrome_test_base', | 3495 'telemetry_chrome_test_base', |
| 3484 ], | 3496 ], |
| 3485 'sources': [ | 3497 'sources': [ |
| 3486 'telemetry_gpu_test.isolate', | 3498 'telemetry_gpu_test.isolate', |
| 3487 ], | 3499 ], |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3573 'browser', | 3585 'browser', |
| 3574 ], | 3586 ], |
| 3575 'sources': [ | 3587 'sources': [ |
| 3576 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3588 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3577 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3589 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3578 ], | 3590 ], |
| 3579 }] | 3591 }] |
| 3580 }], | 3592 }], |
| 3581 ], # 'conditions' | 3593 ], # 'conditions' |
| 3582 } | 3594 } |
| OLD | NEW |