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 2097 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2108 '../components/components.gyp:autofill_content_risk_proto', | 2108 '../components/components.gyp:autofill_content_risk_proto', |
2109 '../components/components.gyp:autofill_content_test_support', | 2109 '../components/components.gyp:autofill_content_test_support', |
2110 '../components/components.gyp:captive_portal_test_support', | 2110 '../components/components.gyp:captive_portal_test_support', |
2111 '../components/components.gyp:certificate_reporting', | 2111 '../components/components.gyp:certificate_reporting', |
2112 '../components/components.gyp:dom_distiller_content_browser', | 2112 '../components/components.gyp:dom_distiller_content_browser', |
2113 '../components/components.gyp:dom_distiller_content_renderer', | 2113 '../components/components.gyp:dom_distiller_content_renderer', |
2114 '../components/components.gyp:dom_distiller_test_support', | 2114 '../components/components.gyp:dom_distiller_test_support', |
2115 '../components/components.gyp:guest_view_test_support', | 2115 '../components/components.gyp:guest_view_test_support', |
2116 '../components/components.gyp:ssl_config', | 2116 '../components/components.gyp:ssl_config', |
2117 '../components/components.gyp:translate_core_common', | 2117 '../components/components.gyp:translate_core_common', |
| 2118 '../components/components.gyp:ui_zoom_test_utils', |
2118 '../components/components_resources.gyp:components_resources', | 2119 '../components/components_resources.gyp:components_resources', |
2119 '../components/components_strings.gyp:components_strings', | 2120 '../components/components_strings.gyp:components_strings', |
2120 '../crypto/crypto.gyp:crypto_test_support', | 2121 '../crypto/crypto.gyp:crypto_test_support', |
2121 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 2122 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
2122 '../device/serial/serial.gyp:device_serial_test_util', | 2123 '../device/serial/serial.gyp:device_serial_test_util', |
2123 '../extensions/common/api/api.gyp:extensions_api', | 2124 '../extensions/common/api/api.gyp:extensions_api', |
2124 '../google_apis/google_apis.gyp:google_apis_test_support', | 2125 '../google_apis/google_apis.gyp:google_apis_test_support', |
2125 '../media/cast/cast.gyp:cast_test_utility', | 2126 '../media/cast/cast.gyp:cast_test_utility', |
2126 '../media/media.gyp:media', | 2127 '../media/media.gyp:media', |
2127 '../net/net.gyp:net', | 2128 '../net/net.gyp:net', |
(...skipping 1331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3459 'utility', | 3460 'utility', |
3460 ], | 3461 ], |
3461 'sources': [ | 3462 'sources': [ |
3462 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3463 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3463 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3464 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3464 ], | 3465 ], |
3465 }] | 3466 }] |
3466 }], | 3467 }], |
3467 ], # 'conditions' | 3468 ], # 'conditions' |
3468 } | 3469 } |
OLD | NEW |