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

Side by Side Diff: extensions/extensions.gyp

Issue 890083002: [Extensions] Propagate activeTab hosts to extension background pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « extensions/common/permissions/permissions_data.cc ('k') | extensions/renderer/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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 1073 matching lines...) Expand 10 before | Expand all | Expand 10 after
1084 'renderer/script_injection_manager.h', 1084 'renderer/script_injection_manager.h',
1085 'renderer/script_injector.h', 1085 'renderer/script_injector.h',
1086 'renderer/scripts_run_info.cc', 1086 'renderer/scripts_run_info.cc',
1087 'renderer/scripts_run_info.h', 1087 'renderer/scripts_run_info.h',
1088 'renderer/send_request_natives.cc', 1088 'renderer/send_request_natives.cc',
1089 'renderer/send_request_natives.h', 1089 'renderer/send_request_natives.h',
1090 'renderer/set_icon_natives.cc', 1090 'renderer/set_icon_natives.cc',
1091 'renderer/set_icon_natives.h', 1091 'renderer/set_icon_natives.h',
1092 'renderer/static_v8_external_one_byte_string_resource.cc', 1092 'renderer/static_v8_external_one_byte_string_resource.cc',
1093 'renderer/static_v8_external_one_byte_string_resource.h', 1093 'renderer/static_v8_external_one_byte_string_resource.h',
1094 'renderer/tab_finder.cc',
1095 'renderer/tab_finder.h',
1094 'renderer/test_features_native_handler.cc', 1096 'renderer/test_features_native_handler.cc',
1095 'renderer/test_features_native_handler.h', 1097 'renderer/test_features_native_handler.h',
1096 'renderer/user_gestures_native_handler.cc', 1098 'renderer/user_gestures_native_handler.cc',
1097 'renderer/user_gestures_native_handler.h', 1099 'renderer/user_gestures_native_handler.h',
1098 'renderer/user_script_injector.cc', 1100 'renderer/user_script_injector.cc',
1099 'renderer/user_script_injector.h', 1101 'renderer/user_script_injector.h',
1100 'renderer/user_script_set.cc', 1102 'renderer/user_script_set.cc',
1101 'renderer/user_script_set.h', 1103 'renderer/user_script_set.h',
1102 'renderer/user_script_set_manager.cc', 1104 'renderer/user_script_set_manager.cc',
1103 'renderer/user_script_set_manager.h', 1105 'renderer/user_script_set_manager.h',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
1246 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', 1248 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak',
1247 ], 1249 ],
1248 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', 1250 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak',
1249 }, 1251 },
1250 'includes': [ '../build/repack_action.gypi' ], 1252 'includes': [ '../build/repack_action.gypi' ],
1251 }, 1253 },
1252 ], 1254 ],
1253 }, 1255 },
1254 ] 1256 ]
1255 } 1257 }
OLDNEW
« no previous file with comments | « extensions/common/permissions/permissions_data.cc ('k') | extensions/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698