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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1414783002: Don't keep the lazy background page alive after a view with a Pepper plugin is closed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
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 2238 matching lines...) Expand 10 before | Expand all | Expand 10 after
2249 'dependencies': [ 2249 'dependencies': [
2250 'test/data/nacl/nacl_test_data.gyp:*', 2250 'test/data/nacl/nacl_test_data.gyp:*',
2251 '../ppapi/native_client/native_client.gyp:nacl_irt', 2251 '../ppapi/native_client/native_client.gyp:nacl_irt',
2252 '../ppapi/ppapi_nacl.gyp:ppapi_nacl_tests', 2252 '../ppapi/ppapi_nacl.gyp:ppapi_nacl_tests',
2253 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _background_keepalive', 2253 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _background_keepalive',
2254 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _load_unload', 2254 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _load_unload',
2255 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _media_galleries', 2255 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _media_galleries',
2256 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _multicast_permissions', 2256 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _multicast_permissions',
2257 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _no_socket_permissions', 2257 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _no_socket_permissions',
2258 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _packaged_app', 2258 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _packaged_app',
2259 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _popup',
2259 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _socket_permissions', 2260 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _socket_permissions',
2260 ], 2261 ],
2261 'conditions': [ 2262 'conditions': [
2262 ['chromeos==1', { 2263 ['chromeos==1', {
2263 'sources': [ 2264 'sources': [
2264 '../third_party/liblouis/nacl_wrapper/liblouis_wrapper_brows ertest.cc', 2265 '../third_party/liblouis/nacl_wrapper/liblouis_wrapper_brows ertest.cc',
2265 ], 2266 ],
2266 'dependencies': [ 2267 'dependencies': [
2267 'browser_chromeos', 2268 'browser_chromeos',
2268 '../third_party/liblouis/liblouis_nacl.gyp:liblouis_test_dat a', 2269 '../third_party/liblouis/liblouis_nacl.gyp:liblouis_test_dat a',
(...skipping 1164 matching lines...) Expand 10 before | Expand all | Expand 10 after
3433 'utility', 3434 'utility',
3434 ], 3435 ],
3435 'sources': [ 3436 'sources': [
3436 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3437 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3437 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3438 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3438 ], 3439 ],
3439 }] 3440 }]
3440 }], 3441 }],
3441 ], # 'conditions' 3442 ], # 'conditions'
3442 } 3443 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/lazy_background_page_apitest.cc ('k') | extensions/browser/extension_web_contents_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698