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

Side by Side Diff: extensions/extensions.gyp

Issue 878513005: Extensions: suspend extension's scripts when V8 is paused (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: check added Created 5 years, 10 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 1057 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 'renderer/resources/web_request_internal_custom_bindings.js', 1068 'renderer/resources/web_request_internal_custom_bindings.js',
1069 'renderer/runtime_custom_bindings.cc', 1069 'renderer/runtime_custom_bindings.cc',
1070 'renderer/runtime_custom_bindings.h', 1070 'renderer/runtime_custom_bindings.h',
1071 'renderer/safe_builtins.cc', 1071 'renderer/safe_builtins.cc',
1072 'renderer/safe_builtins.h', 1072 'renderer/safe_builtins.h',
1073 'renderer/scoped_persistent.h', 1073 'renderer/scoped_persistent.h',
1074 'renderer/script_context.cc', 1074 'renderer/script_context.cc',
1075 'renderer/script_context.h', 1075 'renderer/script_context.h',
1076 'renderer/script_context_set.cc', 1076 'renderer/script_context_set.cc',
1077 'renderer/script_context_set.h', 1077 'renderer/script_context_set.h',
1078 'renderer/script_injection_callback.cc',
1079 'renderer/script_injection_callback.h',
1078 'renderer/script_injection.cc', 1080 'renderer/script_injection.cc',
1079 'renderer/script_injection.h', 1081 'renderer/script_injection.h',
1080 'renderer/script_injection_manager.cc', 1082 'renderer/script_injection_manager.cc',
1081 'renderer/script_injection_manager.h', 1083 'renderer/script_injection_manager.h',
1082 'renderer/script_injector.h', 1084 'renderer/script_injector.h',
1083 'renderer/scripts_run_info.cc', 1085 'renderer/scripts_run_info.cc',
1084 'renderer/scripts_run_info.h', 1086 'renderer/scripts_run_info.h',
1085 'renderer/send_request_natives.cc', 1087 'renderer/send_request_natives.cc',
1086 'renderer/send_request_natives.h', 1088 'renderer/send_request_natives.h',
1087 'renderer/set_icon_natives.cc', 1089 'renderer/set_icon_natives.cc',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
1243 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', 1245 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak',
1244 ], 1246 ],
1245 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', 1247 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak',
1246 }, 1248 },
1247 'includes': [ '../build/repack_action.gypi' ], 1249 'includes': [ '../build/repack_action.gypi' ],
1248 }, 1250 },
1249 ], 1251 ],
1250 }, 1252 },
1251 ] 1253 ]
1252 } 1254 }
OLDNEW
« no previous file with comments | « no previous file | extensions/renderer/script_injection.h » ('j') | extensions/renderer/script_injection.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698