| 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 'build_angle_deqp_tests%': 0, | 6 'build_angle_deqp_tests%': 0, |
| 7 'chrome_browser_extensions_test_support_sources': [ | 7 'chrome_browser_extensions_test_support_sources': [ |
| 8 # A list of sources which is shared between different browser tests. | 8 # A list of sources which is shared between different browser tests. |
| 9 'browser/apps/app_browsertest_util.cc', | 9 'browser/apps/app_browsertest_util.cc', |
| 10 'browser/apps/app_browsertest_util.h', | 10 'browser/apps/app_browsertest_util.h', |
| (...skipping 2158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2169 '../components/components.gyp:certificate_reporting', | 2169 '../components/components.gyp:certificate_reporting', |
| 2170 '../components/components.gyp:dom_distiller_content_browser', | 2170 '../components/components.gyp:dom_distiller_content_browser', |
| 2171 '../components/components.gyp:dom_distiller_content_renderer', | 2171 '../components/components.gyp:dom_distiller_content_renderer', |
| 2172 '../components/components.gyp:dom_distiller_test_support', | 2172 '../components/components.gyp:dom_distiller_test_support', |
| 2173 '../components/components.gyp:guest_view_test_support', | 2173 '../components/components.gyp:guest_view_test_support', |
| 2174 '../components/components.gyp:history_core_test_support', | 2174 '../components/components.gyp:history_core_test_support', |
| 2175 '../components/components.gyp:safe_browsing_db', | 2175 '../components/components.gyp:safe_browsing_db', |
| 2176 '../components/components.gyp:ssl_config', | 2176 '../components/components.gyp:ssl_config', |
| 2177 '../components/components.gyp:test_database_manager', | 2177 '../components/components.gyp:test_database_manager', |
| 2178 '../components/components.gyp:translate_core_common', | 2178 '../components/components.gyp:translate_core_common', |
| 2179 '../components/components.gyp:ui_zoom_test_support', | 2179 '../components/components.gyp:zoom_test_support', |
| 2180 '../components/components_resources.gyp:components_resources', | 2180 '../components/components_resources.gyp:components_resources', |
| 2181 '../components/components_strings.gyp:components_strings', | 2181 '../components/components_strings.gyp:components_strings', |
| 2182 '../content/content.gyp:common_features', | 2182 '../content/content.gyp:common_features', |
| 2183 '../content/content.gyp:feature_h264_with_openh264_ffmpeg', | 2183 '../content/content.gyp:feature_h264_with_openh264_ffmpeg', |
| 2184 '../content/content_shell_and_tests.gyp:content_browser_test_base', | 2184 '../content/content_shell_and_tests.gyp:content_browser_test_base', |
| 2185 '../crypto/crypto.gyp:crypto_test_support', | 2185 '../crypto/crypto.gyp:crypto_test_support', |
| 2186 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 2186 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
| 2187 '../device/serial/serial.gyp:device_serial_test_util', | 2187 '../device/serial/serial.gyp:device_serial_test_util', |
| 2188 '../extensions/common/api/api.gyp:extensions_api', | 2188 '../extensions/common/api/api.gyp:extensions_api', |
| 2189 '../google_apis/google_apis.gyp:google_apis_test_support', | 2189 '../google_apis/google_apis.gyp:google_apis_test_support', |
| (...skipping 1422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3612 'browser', | 3612 'browser', |
| 3613 ], | 3613 ], |
| 3614 'sources': [ | 3614 'sources': [ |
| 3615 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3615 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3616 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3616 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3617 ], | 3617 ], |
| 3618 }] | 3618 }] |
| 3619 }], | 3619 }], |
| 3620 ], # 'conditions' | 3620 ], # 'conditions' |
| 3621 } | 3621 } |
| OLD | NEW |