| 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 2134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2145 '../components/components.gyp:dom_distiller_test_support', | 2145 '../components/components.gyp:dom_distiller_test_support', |
| 2146 '../components/components.gyp:guest_view_test_support', | 2146 '../components/components.gyp:guest_view_test_support', |
| 2147 '../components/components.gyp:history_core_test_support', | 2147 '../components/components.gyp:history_core_test_support', |
| 2148 '../components/components.gyp:safe_browsing_db', | 2148 '../components/components.gyp:safe_browsing_db', |
| 2149 '../components/components.gyp:ssl_config', | 2149 '../components/components.gyp:ssl_config', |
| 2150 '../components/components.gyp:test_database_manager', | 2150 '../components/components.gyp:test_database_manager', |
| 2151 '../components/components.gyp:translate_core_common', | 2151 '../components/components.gyp:translate_core_common', |
| 2152 '../components/components.gyp:ui_zoom_test_support', | 2152 '../components/components.gyp:ui_zoom_test_support', |
| 2153 '../components/components_resources.gyp:components_resources', | 2153 '../components/components_resources.gyp:components_resources', |
| 2154 '../components/components_strings.gyp:components_strings', | 2154 '../components/components_strings.gyp:components_strings', |
| 2155 '../content/content.gyp:feature_h264_with_openh264_ffmpeg', | |
| 2156 '../content/content_shell_and_tests.gyp:content_browser_test_base', | 2155 '../content/content_shell_and_tests.gyp:content_browser_test_base', |
| 2157 '../crypto/crypto.gyp:crypto_test_support', | 2156 '../crypto/crypto.gyp:crypto_test_support', |
| 2158 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 2157 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
| 2159 '../device/serial/serial.gyp:device_serial_test_util', | 2158 '../device/serial/serial.gyp:device_serial_test_util', |
| 2160 '../extensions/common/api/api.gyp:extensions_api', | 2159 '../extensions/common/api/api.gyp:extensions_api', |
| 2161 '../google_apis/google_apis.gyp:google_apis_test_support', | 2160 '../google_apis/google_apis.gyp:google_apis_test_support', |
| 2162 '../media/cast/cast.gyp:cast_test_utility', | 2161 '../media/cast/cast.gyp:cast_test_utility', |
| 2163 '../media/media.gyp:media', | 2162 '../media/media.gyp:media', |
| 2164 '../net/net.gyp:net', | 2163 '../net/net.gyp:net', |
| 2165 '../net/net.gyp:net_test_support', | 2164 '../net/net.gyp:net_test_support', |
| (...skipping 1347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3513 'browser', | 3512 'browser', |
| 3514 ], | 3513 ], |
| 3515 'sources': [ | 3514 'sources': [ |
| 3516 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3515 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3517 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3516 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3518 ], | 3517 ], |
| 3519 }] | 3518 }] |
| 3520 }], | 3519 }], |
| 3521 ], # 'conditions' | 3520 ], # 'conditions' |
| 3522 } | 3521 } |
| OLD | NEW |