| 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 2104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2115 'test_support_common', | 2115 'test_support_common', |
| 2116 'test_support_sync_integration', | 2116 'test_support_sync_integration', |
| 2117 'test_support_ui', | 2117 'test_support_ui', |
| 2118 '../base/base.gyp:base', | 2118 '../base/base.gyp:base', |
| 2119 '../base/base.gyp:base_i18n', | 2119 '../base/base.gyp:base_i18n', |
| 2120 '../base/base.gyp:test_support_base', | 2120 '../base/base.gyp:test_support_base', |
| 2121 '../components/components.gyp:autofill_content_risk_proto', | 2121 '../components/components.gyp:autofill_content_risk_proto', |
| 2122 '../components/components.gyp:autofill_content_test_support', | 2122 '../components/components.gyp:autofill_content_test_support', |
| 2123 '../components/components.gyp:captive_portal_test_support', | 2123 '../components/components.gyp:captive_portal_test_support', |
| 2124 '../components/components.gyp:certificate_reporting', | 2124 '../components/components.gyp:certificate_reporting', |
| 2125 '../components/components.gyp:compression', | |
| 2126 '../components/components.gyp:dom_distiller_content_browser', | 2125 '../components/components.gyp:dom_distiller_content_browser', |
| 2127 '../components/components.gyp:dom_distiller_content_renderer', | 2126 '../components/components.gyp:dom_distiller_content_renderer', |
| 2128 '../components/components.gyp:dom_distiller_test_support', | 2127 '../components/components.gyp:dom_distiller_test_support', |
| 2129 '../components/components.gyp:guest_view_test_support', | 2128 '../components/components.gyp:guest_view_test_support', |
| 2130 '../components/components.gyp:history_core_test_support', | 2129 '../components/components.gyp:history_core_test_support', |
| 2131 '../components/components.gyp:ssl_config', | 2130 '../components/components.gyp:ssl_config', |
| 2132 '../components/components.gyp:translate_core_common', | 2131 '../components/components.gyp:translate_core_common', |
| 2133 '../components/components.gyp:ui_zoom_test_support', | 2132 '../components/components.gyp:ui_zoom_test_support', |
| 2134 '../components/components_resources.gyp:components_resources', | 2133 '../components/components_resources.gyp:components_resources', |
| 2135 '../components/components_strings.gyp:components_strings', | 2134 '../components/components_strings.gyp:components_strings', |
| (...skipping 1400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3536 'utility', | 3535 'utility', |
| 3537 ], | 3536 ], |
| 3538 'sources': [ | 3537 'sources': [ |
| 3539 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3538 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3540 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3539 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3541 ], | 3540 ], |
| 3542 }] | 3541 }] |
| 3543 }], | 3542 }], |
| 3544 ], # 'conditions' | 3543 ], # 'conditions' |
| 3545 } | 3544 } |
| OLD | NEW |