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 2119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2130 '../base/base.gyp:test_support_base', | 2130 '../base/base.gyp:test_support_base', |
2131 '../components/components.gyp:autofill_content_risk_proto', | 2131 '../components/components.gyp:autofill_content_risk_proto', |
2132 '../components/components.gyp:autofill_content_test_support', | 2132 '../components/components.gyp:autofill_content_test_support', |
2133 '../components/components.gyp:captive_portal_test_support', | 2133 '../components/components.gyp:captive_portal_test_support', |
2134 '../components/components.gyp:certificate_reporting', | 2134 '../components/components.gyp:certificate_reporting', |
2135 '../components/components.gyp:compression', | 2135 '../components/components.gyp:compression', |
2136 '../components/components.gyp:dom_distiller_content_browser', | 2136 '../components/components.gyp:dom_distiller_content_browser', |
2137 '../components/components.gyp:dom_distiller_content_renderer', | 2137 '../components/components.gyp:dom_distiller_content_renderer', |
2138 '../components/components.gyp:dom_distiller_test_support', | 2138 '../components/components.gyp:dom_distiller_test_support', |
2139 '../components/components.gyp:guest_view_test_support', | 2139 '../components/components.gyp:guest_view_test_support', |
| 2140 '../components/components.gyp:history_core_test_support', |
2140 '../components/components.gyp:ssl_config', | 2141 '../components/components.gyp:ssl_config', |
2141 '../components/components.gyp:translate_core_common', | 2142 '../components/components.gyp:translate_core_common', |
2142 '../components/components.gyp:ui_zoom_test_support', | 2143 '../components/components.gyp:ui_zoom_test_support', |
2143 '../components/components_resources.gyp:components_resources', | 2144 '../components/components_resources.gyp:components_resources', |
2144 '../components/components_strings.gyp:components_strings', | 2145 '../components/components_strings.gyp:components_strings', |
2145 '../crypto/crypto.gyp:crypto_test_support', | 2146 '../crypto/crypto.gyp:crypto_test_support', |
2146 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 2147 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
2147 '../device/serial/serial.gyp:device_serial_test_util', | 2148 '../device/serial/serial.gyp:device_serial_test_util', |
2148 '../extensions/common/api/api.gyp:extensions_api', | 2149 '../extensions/common/api/api.gyp:extensions_api', |
2149 '../google_apis/google_apis.gyp:google_apis_test_support', | 2150 '../google_apis/google_apis.gyp:google_apis_test_support', |
(...skipping 1358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3508 'utility', | 3509 'utility', |
3509 ], | 3510 ], |
3510 'sources': [ | 3511 'sources': [ |
3511 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3512 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3512 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3513 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3513 ], | 3514 ], |
3514 }] | 3515 }] |
3515 }], | 3516 }], |
3516 ], # 'conditions' | 3517 ], # 'conditions' |
3517 } | 3518 } |
OLD | NEW |