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 1465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1476 'type': 'executable', | 1476 'type': 'executable', |
1477 'dependencies': [ | 1477 'dependencies': [ |
1478 'browser', | 1478 'browser', |
1479 'chrome_resources.gyp:chrome_resources', | 1479 'chrome_resources.gyp:chrome_resources', |
1480 'chrome_resources.gyp:chrome_strings', | 1480 'chrome_resources.gyp:chrome_strings', |
1481 'chrome_resources.gyp:packed_extra_resources', | 1481 'chrome_resources.gyp:packed_extra_resources', |
1482 'chrome_resources.gyp:packed_resources', | 1482 'chrome_resources.gyp:packed_resources', |
1483 'debugger', | 1483 'debugger', |
1484 'renderer', | 1484 'renderer', |
1485 'test_support_common', | 1485 'test_support_common', |
| 1486 '../components/components.gyp:guest_view', |
| 1487 '../components/components.gyp:guest_view_test_support', |
1486 '../content/app/resources/content_resources.gyp:content_resources', | 1488 '../content/app/resources/content_resources.gyp:content_resources', |
1487 '../crypto/crypto.gyp:crypto_test_support', | 1489 '../crypto/crypto.gyp:crypto_test_support', |
1488 '../google_apis/google_apis.gyp:google_apis_test_support', | 1490 '../google_apis/google_apis.gyp:google_apis_test_support', |
1489 '../net/net.gyp:net', | 1491 '../net/net.gyp:net', |
1490 '../net/net.gyp:net_resources', | 1492 '../net/net.gyp:net_resources', |
1491 '../net/net.gyp:net_test_support', | 1493 '../net/net.gyp:net_test_support', |
1492 '../ppapi/ppapi_internal.gyp:ppapi_tests', | 1494 '../ppapi/ppapi_internal.gyp:ppapi_tests', |
1493 '../skia/skia.gyp:skia', | 1495 '../skia/skia.gyp:skia', |
1494 '../sync/sync.gyp:sync', | 1496 '../sync/sync.gyp:sync', |
1495 '../testing/gmock.gyp:gmock', | 1497 '../testing/gmock.gyp:gmock', |
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1965 'test_support_common', | 1967 'test_support_common', |
1966 'test_support_sync_integration', | 1968 'test_support_sync_integration', |
1967 '../base/base.gyp:base', | 1969 '../base/base.gyp:base', |
1968 '../base/base.gyp:base_i18n', | 1970 '../base/base.gyp:base_i18n', |
1969 '../base/base.gyp:test_support_base', | 1971 '../base/base.gyp:test_support_base', |
1970 '../components/components.gyp:autofill_content_risk_proto', | 1972 '../components/components.gyp:autofill_content_risk_proto', |
1971 '../components/components.gyp:autofill_content_test_support', | 1973 '../components/components.gyp:autofill_content_test_support', |
1972 '../components/components.gyp:captive_portal_test_support', | 1974 '../components/components.gyp:captive_portal_test_support', |
1973 '../components/components.gyp:dom_distiller_content', | 1975 '../components/components.gyp:dom_distiller_content', |
1974 '../components/components.gyp:dom_distiller_test_support', | 1976 '../components/components.gyp:dom_distiller_test_support', |
| 1977 '../components/components.gyp:guest_view', |
| 1978 '../components/components.gyp:guest_view_test_support', |
1975 '../components/components.gyp:translate_core_common', | 1979 '../components/components.gyp:translate_core_common', |
1976 '../components/components_resources.gyp:components_resources', | 1980 '../components/components_resources.gyp:components_resources', |
1977 '../components/components_strings.gyp:components_strings', | 1981 '../components/components_strings.gyp:components_strings', |
1978 '../crypto/crypto.gyp:crypto_test_support', | 1982 '../crypto/crypto.gyp:crypto_test_support', |
1979 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 1983 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
1980 '../device/serial/serial.gyp:device_serial_test_util', | 1984 '../device/serial/serial.gyp:device_serial_test_util', |
1981 '../extensions/common/api/api.gyp:extensions_api', | 1985 '../extensions/common/api/api.gyp:extensions_api', |
1982 '../google_apis/google_apis.gyp:google_apis_test_support', | 1986 '../google_apis/google_apis.gyp:google_apis_test_support', |
1983 '../media/cast/cast.gyp:cast_test_utility', | 1987 '../media/cast/cast.gyp:cast_test_utility', |
1984 '../media/media.gyp:media', | 1988 '../media/media.gyp:media', |
(...skipping 1255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3240 ['enable_webrtc==1', { | 3244 ['enable_webrtc==1', { |
3241 'dependencies': [ | 3245 'dependencies': [ |
3242 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3246 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3243 ] | 3247 ] |
3244 }], | 3248 }], |
3245 ], | 3249 ], |
3246 }] | 3250 }] |
3247 }], | 3251 }], |
3248 ], # 'conditions' | 3252 ], # 'conditions' |
3249 } | 3253 } |
OLD | NEW |