Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1102173002: Move GuestView layer in browser to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed John's comments Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1469 matching lines...) Expand 10 before | Expand all | Expand 10 after
1480 'type': 'executable', 1480 'type': 'executable',
1481 'dependencies': [ 1481 'dependencies': [
1482 'browser', 1482 'browser',
1483 'chrome_resources.gyp:chrome_resources', 1483 'chrome_resources.gyp:chrome_resources',
1484 'chrome_resources.gyp:chrome_strings', 1484 'chrome_resources.gyp:chrome_strings',
1485 'chrome_resources.gyp:packed_extra_resources', 1485 'chrome_resources.gyp:packed_extra_resources',
1486 'chrome_resources.gyp:packed_resources', 1486 'chrome_resources.gyp:packed_resources',
1487 'debugger', 1487 'debugger',
1488 'renderer', 1488 'renderer',
1489 'test_support_common', 1489 'test_support_common',
1490 '../components/components.gyp:guest_view',
1491 '../components/components.gyp:guest_view_test_support',
1490 '../content/app/resources/content_resources.gyp:content_resources', 1492 '../content/app/resources/content_resources.gyp:content_resources',
1491 '../crypto/crypto.gyp:crypto_test_support', 1493 '../crypto/crypto.gyp:crypto_test_support',
1492 '../google_apis/google_apis.gyp:google_apis_test_support', 1494 '../google_apis/google_apis.gyp:google_apis_test_support',
1493 '../net/net.gyp:net', 1495 '../net/net.gyp:net',
1494 '../net/net.gyp:net_resources', 1496 '../net/net.gyp:net_resources',
1495 '../net/net.gyp:net_test_support', 1497 '../net/net.gyp:net_test_support',
1496 '../ppapi/ppapi_internal.gyp:ppapi_tests', 1498 '../ppapi/ppapi_internal.gyp:ppapi_tests',
1497 '../skia/skia.gyp:skia', 1499 '../skia/skia.gyp:skia',
1498 '../sync/sync.gyp:sync', 1500 '../sync/sync.gyp:sync',
1499 '../testing/gmock.gyp:gmock', 1501 '../testing/gmock.gyp:gmock',
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
1969 'test_support_common', 1971 'test_support_common',
1970 'test_support_sync_integration', 1972 'test_support_sync_integration',
1971 '../base/base.gyp:base', 1973 '../base/base.gyp:base',
1972 '../base/base.gyp:base_i18n', 1974 '../base/base.gyp:base_i18n',
1973 '../base/base.gyp:test_support_base', 1975 '../base/base.gyp:test_support_base',
1974 '../components/components.gyp:autofill_content_risk_proto', 1976 '../components/components.gyp:autofill_content_risk_proto',
1975 '../components/components.gyp:autofill_content_test_support', 1977 '../components/components.gyp:autofill_content_test_support',
1976 '../components/components.gyp:captive_portal_test_support', 1978 '../components/components.gyp:captive_portal_test_support',
1977 '../components/components.gyp:dom_distiller_content', 1979 '../components/components.gyp:dom_distiller_content',
1978 '../components/components.gyp:dom_distiller_test_support', 1980 '../components/components.gyp:dom_distiller_test_support',
1981 '../components/components.gyp:guest_view',
1982 '../components/components.gyp:guest_view_test_support',
1979 '../components/components.gyp:translate_core_common', 1983 '../components/components.gyp:translate_core_common',
1980 '../components/components_resources.gyp:components_resources', 1984 '../components/components_resources.gyp:components_resources',
1981 '../components/components_strings.gyp:components_strings', 1985 '../components/components_strings.gyp:components_strings',
1982 '../crypto/crypto.gyp:crypto_test_support', 1986 '../crypto/crypto.gyp:crypto_test_support',
1983 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 1987 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
1984 '../device/serial/serial.gyp:device_serial_test_util', 1988 '../device/serial/serial.gyp:device_serial_test_util',
1985 '../extensions/common/api/api.gyp:extensions_api', 1989 '../extensions/common/api/api.gyp:extensions_api',
1986 '../google_apis/google_apis.gyp:google_apis_test_support', 1990 '../google_apis/google_apis.gyp:google_apis_test_support',
1987 '../media/cast/cast.gyp:cast_test_utility', 1991 '../media/cast/cast.gyp:cast_test_utility',
1988 '../media/media.gyp:media', 1992 '../media/media.gyp:media',
(...skipping 1257 matching lines...) Expand 10 before | Expand all | Expand 10 after
3246 ['enable_webrtc==1', { 3250 ['enable_webrtc==1', {
3247 'dependencies': [ 3251 'dependencies': [
3248 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3252 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3249 ] 3253 ]
3250 }], 3254 }],
3251 ], 3255 ],
3252 }] 3256 }]
3253 }], 3257 }],
3254 ], # 'conditions' 3258 ], # 'conditions'
3255 } 3259 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698