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

Side by Side Diff: extensions/extensions.gyp

Issue 620623002: Revert "Allow declarative webrequest and webrequest in extensions." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 864 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 'renderer/resources/platform_app.js', 875 'renderer/resources/platform_app.js',
876 'renderer/resources/runtime_custom_bindings.js', 876 'renderer/resources/runtime_custom_bindings.js',
877 'renderer/resources/schema_utils.js', 877 'renderer/resources/schema_utils.js',
878 'renderer/resources/send_request.js', 878 'renderer/resources/send_request.js',
879 'renderer/resources/set_icon.js', 879 'renderer/resources/set_icon.js',
880 'renderer/resources/storage_area.js', 880 'renderer/resources/storage_area.js',
881 'renderer/resources/test_custom_bindings.js', 881 'renderer/resources/test_custom_bindings.js',
882 'renderer/resources/uncaught_exception_handler.js', 882 'renderer/resources/uncaught_exception_handler.js',
883 'renderer/resources/unload_event.js', 883 'renderer/resources/unload_event.js',
884 'renderer/resources/utils.js', 884 'renderer/resources/utils.js',
885 'renderer/resources/extensions/web_view.js',
886 'renderer/resources/extensions/web_view_events.js',
887 'renderer/resources/extensions/web_view_experimental.js',
888 'renderer/resources/web_request_custom_bindings.js', 885 'renderer/resources/web_request_custom_bindings.js',
889 'renderer/resources/web_request_internal_custom_bindings.js', 886 'renderer/resources/web_request_internal_custom_bindings.js',
890 'renderer/runtime_custom_bindings.cc', 887 'renderer/runtime_custom_bindings.cc',
891 'renderer/runtime_custom_bindings.h', 888 'renderer/runtime_custom_bindings.h',
892 'renderer/safe_builtins.cc', 889 'renderer/safe_builtins.cc',
893 'renderer/safe_builtins.h', 890 'renderer/safe_builtins.h',
894 'renderer/scoped_persistent.h', 891 'renderer/scoped_persistent.h',
895 'renderer/script_context.cc', 892 'renderer/script_context.cc',
896 'renderer/script_context.h', 893 'renderer/script_context.h',
897 'renderer/script_context_set.cc', 894 'renderer/script_context_set.cc',
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
1174 'conditions': [ 1171 'conditions': [
1175 ['OS=="win" and win_use_allocator_shim==1', { 1172 ['OS=="win" and win_use_allocator_shim==1', {
1176 'dependencies': [ 1173 'dependencies': [
1177 '../base/allocator/allocator.gyp:allocator', 1174 '../base/allocator/allocator.gyp:allocator',
1178 ], 1175 ],
1179 }], 1176 }],
1180 ], 1177 ],
1181 }, 1178 },
1182 ] 1179 ]
1183 } 1180 }
OLDNEW
« no previous file with comments | « extensions/common/permissions/extensions_api_permissions.cc ('k') | extensions/extensions_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698