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

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
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 1058 matching lines...) Expand 10 before | Expand all | Expand 10 after
1069 'renderer/script_injection_manager.h', 1069 'renderer/script_injection_manager.h',
1070 'renderer/script_injector.h', 1070 'renderer/script_injector.h',
1071 'renderer/scripts_run_info.cc', 1071 'renderer/scripts_run_info.cc',
1072 'renderer/scripts_run_info.h', 1072 'renderer/scripts_run_info.h',
1073 'renderer/send_request_natives.cc', 1073 'renderer/send_request_natives.cc',
1074 'renderer/send_request_natives.h', 1074 'renderer/send_request_natives.h',
1075 'renderer/set_icon_natives.cc', 1075 'renderer/set_icon_natives.cc',
1076 'renderer/set_icon_natives.h', 1076 'renderer/set_icon_natives.h',
1077 'renderer/static_v8_external_one_byte_string_resource.cc', 1077 'renderer/static_v8_external_one_byte_string_resource.cc',
1078 'renderer/static_v8_external_one_byte_string_resource.h', 1078 'renderer/static_v8_external_one_byte_string_resource.h',
1079 'renderer/tab_finder.cc',
1080 'renderer/tab_finder.h',
1079 'renderer/test_features_native_handler.cc', 1081 'renderer/test_features_native_handler.cc',
1080 'renderer/test_features_native_handler.h', 1082 'renderer/test_features_native_handler.h',
1081 'renderer/user_gestures_native_handler.cc', 1083 'renderer/user_gestures_native_handler.cc',
1082 'renderer/user_gestures_native_handler.h', 1084 'renderer/user_gestures_native_handler.h',
1083 'renderer/user_script_injector.cc', 1085 'renderer/user_script_injector.cc',
1084 'renderer/user_script_injector.h', 1086 'renderer/user_script_injector.h',
1085 'renderer/user_script_set.cc', 1087 'renderer/user_script_set.cc',
1086 'renderer/user_script_set.h', 1088 'renderer/user_script_set.h',
1087 'renderer/user_script_set_manager.cc', 1089 'renderer/user_script_set_manager.cc',
1088 'renderer/user_script_set_manager.h', 1090 'renderer/user_script_set_manager.h',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
1231 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', 1233 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak',
1232 ], 1234 ],
1233 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', 1235 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak',
1234 }, 1236 },
1235 'includes': [ '../build/repack_action.gypi' ], 1237 'includes': [ '../build/repack_action.gypi' ],
1236 }, 1238 },
1237 ], 1239 ],
1238 }, 1240 },
1239 ] 1241 ]
1240 } 1242 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698