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 2035 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2046 '../base/base.gyp:base', | 2046 '../base/base.gyp:base', |
2047 '../base/base.gyp:base_i18n', | 2047 '../base/base.gyp:base_i18n', |
2048 '../base/base.gyp:test_support_base', | 2048 '../base/base.gyp:test_support_base', |
2049 '../components/components.gyp:autofill_content_risk_proto', | 2049 '../components/components.gyp:autofill_content_risk_proto', |
2050 '../components/components.gyp:autofill_content_test_support', | 2050 '../components/components.gyp:autofill_content_test_support', |
2051 '../components/components.gyp:captive_portal_test_support', | 2051 '../components/components.gyp:captive_portal_test_support', |
2052 '../components/components.gyp:dom_distiller_content_browser', | 2052 '../components/components.gyp:dom_distiller_content_browser', |
2053 '../components/components.gyp:dom_distiller_test_support', | 2053 '../components/components.gyp:dom_distiller_test_support', |
2054 '../components/components.gyp:guest_view_test_support', | 2054 '../components/components.gyp:guest_view_test_support', |
2055 '../components/components.gyp:translate_core_common', | 2055 '../components/components.gyp:translate_core_common', |
2056 '../components/components.gyp:ssl_config', | |
Ryan Sleevi
2015/09/08 21:02:16
sort
Abhishek
2015/09/10 13:32:54
Done.
| |
2056 '../components/components_resources.gyp:components_resources', | 2057 '../components/components_resources.gyp:components_resources', |
2057 '../components/components_strings.gyp:components_strings', | 2058 '../components/components_strings.gyp:components_strings', |
2058 '../crypto/crypto.gyp:crypto_test_support', | 2059 '../crypto/crypto.gyp:crypto_test_support', |
2059 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 2060 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
2060 '../device/serial/serial.gyp:device_serial_test_util', | 2061 '../device/serial/serial.gyp:device_serial_test_util', |
2061 '../extensions/common/api/api.gyp:extensions_api', | 2062 '../extensions/common/api/api.gyp:extensions_api', |
2062 '../google_apis/google_apis.gyp:google_apis_test_support', | 2063 '../google_apis/google_apis.gyp:google_apis_test_support', |
2063 '../media/cast/cast.gyp:cast_test_utility', | 2064 '../media/cast/cast.gyp:cast_test_utility', |
2064 '../media/media.gyp:media', | 2065 '../media/media.gyp:media', |
2065 '../net/net.gyp:net', | 2066 '../net/net.gyp:net', |
(...skipping 1309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3375 'utility', | 3376 'utility', |
3376 ], | 3377 ], |
3377 'sources': [ | 3378 'sources': [ |
3378 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3379 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3379 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3380 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3380 ], | 3381 ], |
3381 }] | 3382 }] |
3382 }], | 3383 }], |
3383 ], # 'conditions' | 3384 ], # 'conditions' |
3384 } | 3385 } |
OLD | NEW |