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 3283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3294 'gpu_tests_base', | 3294 'gpu_tests_base', |
3295 ], | 3295 ], |
3296 'sources': [ | 3296 'sources': [ |
3297 'angle_unittests.isolate', | 3297 'angle_unittests.isolate', |
3298 ], | 3298 ], |
3299 }, | 3299 }, |
3300 { | 3300 { |
3301 'target_name': 'browser_tests_run', | 3301 'target_name': 'browser_tests_run', |
3302 'type': 'none', | 3302 'type': 'none', |
3303 'dependencies': [ | 3303 'dependencies': [ |
3304 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', | |
3305 'browser_tests', | 3304 'browser_tests', |
3306 'chrome', | 3305 'chrome', |
3307 ], | 3306 ], |
3308 'includes': [ | 3307 'includes': [ |
3309 '../build/isolate.gypi', | 3308 '../build/isolate.gypi', |
3310 ], | 3309 ], |
3311 'sources': [ | 3310 'sources': [ |
3312 'browser_tests.isolate', | 3311 'browser_tests.isolate', |
3313 ], | 3312 ], |
3314 'conditions': [ | 3313 'conditions': [ |
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3547 'browser', | 3546 'browser', |
3548 ], | 3547 ], |
3549 'sources': [ | 3548 'sources': [ |
3550 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3549 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3551 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3550 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3552 ], | 3551 ], |
3553 }] | 3552 }] |
3554 }], | 3553 }], |
3555 ], # 'conditions' | 3554 ], # 'conditions' |
3556 } | 3555 } |
OLD | NEW |