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 2019 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2030 'renderer', | 2030 'renderer', |
2031 'test_support_common', | 2031 'test_support_common', |
2032 'test_support_sync_integration', | 2032 'test_support_sync_integration', |
2033 '../base/base.gyp:base', | 2033 '../base/base.gyp:base', |
2034 '../base/base.gyp:base_i18n', | 2034 '../base/base.gyp:base_i18n', |
2035 '../base/base.gyp:test_support_base', | 2035 '../base/base.gyp:test_support_base', |
2036 '../components/components.gyp:autofill_content_risk_proto', | 2036 '../components/components.gyp:autofill_content_risk_proto', |
2037 '../components/components.gyp:autofill_content_test_support', | 2037 '../components/components.gyp:autofill_content_test_support', |
2038 '../components/components.gyp:captive_portal_test_support', | 2038 '../components/components.gyp:captive_portal_test_support', |
2039 '../components/components.gyp:dom_distiller_content_browser', | 2039 '../components/components.gyp:dom_distiller_content_browser', |
| 2040 '../components/components.gyp:dom_distiller_content_renderer', |
2040 '../components/components.gyp:dom_distiller_test_support', | 2041 '../components/components.gyp:dom_distiller_test_support', |
2041 '../components/components.gyp:guest_view_test_support', | 2042 '../components/components.gyp:guest_view_test_support', |
2042 '../components/components.gyp:translate_core_common', | 2043 '../components/components.gyp:translate_core_common', |
2043 '../components/components_resources.gyp:components_resources', | 2044 '../components/components_resources.gyp:components_resources', |
2044 '../components/components_strings.gyp:components_strings', | 2045 '../components/components_strings.gyp:components_strings', |
2045 '../crypto/crypto.gyp:crypto_test_support', | 2046 '../crypto/crypto.gyp:crypto_test_support', |
2046 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 2047 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
2047 '../device/serial/serial.gyp:device_serial_test_util', | 2048 '../device/serial/serial.gyp:device_serial_test_util', |
2048 '../extensions/common/api/api.gyp:extensions_api', | 2049 '../extensions/common/api/api.gyp:extensions_api', |
2049 '../google_apis/google_apis.gyp:google_apis_test_support', | 2050 '../google_apis/google_apis.gyp:google_apis_test_support', |
(...skipping 1326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3376 'utility', | 3377 'utility', |
3377 ], | 3378 ], |
3378 'sources': [ | 3379 'sources': [ |
3379 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3380 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3380 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3381 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3381 ], | 3382 ], |
3382 }] | 3383 }] |
3383 }], | 3384 }], |
3384 ], # 'conditions' | 3385 ], # 'conditions' |
3385 } | 3386 } |
OLD | NEW |