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 2087 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2098 '../base/base.gyp:base_i18n', | 2098 '../base/base.gyp:base_i18n', |
2099 '../base/base.gyp:test_support_base', | 2099 '../base/base.gyp:test_support_base', |
2100 '../components/components.gyp:autofill_content_risk_proto', | 2100 '../components/components.gyp:autofill_content_risk_proto', |
2101 '../components/components.gyp:autofill_content_test_support', | 2101 '../components/components.gyp:autofill_content_test_support', |
2102 '../components/components.gyp:captive_portal_test_support', | 2102 '../components/components.gyp:captive_portal_test_support', |
2103 '../components/components.gyp:certificate_reporting', | 2103 '../components/components.gyp:certificate_reporting', |
2104 '../components/components.gyp:dom_distiller_content_browser', | 2104 '../components/components.gyp:dom_distiller_content_browser', |
2105 '../components/components.gyp:dom_distiller_content_renderer', | 2105 '../components/components.gyp:dom_distiller_content_renderer', |
2106 '../components/components.gyp:dom_distiller_test_support', | 2106 '../components/components.gyp:dom_distiller_test_support', |
2107 '../components/components.gyp:guest_view_test_support', | 2107 '../components/components.gyp:guest_view_test_support', |
| 2108 '../components/components.gyp:ssl_config', |
2108 '../components/components.gyp:translate_core_common', | 2109 '../components/components.gyp:translate_core_common', |
2109 '../components/components_resources.gyp:components_resources', | 2110 '../components/components_resources.gyp:components_resources', |
2110 '../components/components_strings.gyp:components_strings', | 2111 '../components/components_strings.gyp:components_strings', |
2111 '../crypto/crypto.gyp:crypto_test_support', | 2112 '../crypto/crypto.gyp:crypto_test_support', |
2112 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 2113 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
2113 '../device/serial/serial.gyp:device_serial_test_util', | 2114 '../device/serial/serial.gyp:device_serial_test_util', |
2114 '../extensions/common/api/api.gyp:extensions_api', | 2115 '../extensions/common/api/api.gyp:extensions_api', |
2115 '../google_apis/google_apis.gyp:google_apis_test_support', | 2116 '../google_apis/google_apis.gyp:google_apis_test_support', |
2116 '../media/cast/cast.gyp:cast_test_utility', | 2117 '../media/cast/cast.gyp:cast_test_utility', |
2117 '../media/media.gyp:media', | 2118 '../media/media.gyp:media', |
(...skipping 1311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3429 'utility', | 3430 'utility', |
3430 ], | 3431 ], |
3431 'sources': [ | 3432 'sources': [ |
3432 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3433 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3433 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3434 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3434 ], | 3435 ], |
3435 }] | 3436 }] |
3436 }], | 3437 }], |
3437 ], # 'conditions' | 3438 ], # 'conditions' |
3438 } | 3439 } |
OLD | NEW |