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

Side by Side Diff: extensions/extensions.gypi

Issue 1165773004: Extract the element implementation logic to function mods in <webview>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@qui
Patch Set: sync @tott Created 5 years, 6 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 | « no previous file | extensions/renderer/dispatcher.cc » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'extensions_common_constants_sources': [ 7 'extensions_common_constants_sources': [
8 'common/constants.cc', 8 'common/constants.cc',
9 'common/constants.h', 9 'common/constants.h',
10 ], 10 ],
(...skipping 935 matching lines...) Expand 10 before | Expand all | Expand 10 after
946 'renderer/resources/test_custom_bindings.js', 946 'renderer/resources/test_custom_bindings.js',
947 'renderer/resources/uncaught_exception_handler.js', 947 'renderer/resources/uncaught_exception_handler.js',
948 'renderer/resources/unload_event.js', 948 'renderer/resources/unload_event.js',
949 'renderer/resources/utils.js', 949 'renderer/resources/utils.js',
950 'renderer/resources/guest_view/app_view/app_view.js', 950 'renderer/resources/guest_view/app_view/app_view.js',
951 'renderer/resources/guest_view/extension_options/extension_options.js', 951 'renderer/resources/guest_view/extension_options/extension_options.js',
952 'renderer/resources/guest_view/extension_view/extension_view.js', 952 'renderer/resources/guest_view/extension_view/extension_view.js',
953 'renderer/resources/guest_view/surface_view/surface_view.js', 953 'renderer/resources/guest_view/surface_view/surface_view.js',
954 'renderer/resources/guest_view/web_view/web_view.js', 954 'renderer/resources/guest_view/web_view/web_view.js',
955 'renderer/resources/guest_view/web_view/web_view_events.js', 955 'renderer/resources/guest_view/web_view/web_view_events.js',
956 'renderer/resources/guest_view/web_view/web_view_iframe.js',
956 'renderer/resources/web_request_custom_bindings.js', 957 'renderer/resources/web_request_custom_bindings.js',
957 'renderer/resources/web_request_internal_custom_bindings.js', 958 'renderer/resources/web_request_internal_custom_bindings.js',
958 'renderer/runtime_custom_bindings.cc', 959 'renderer/runtime_custom_bindings.cc',
959 'renderer/runtime_custom_bindings.h', 960 'renderer/runtime_custom_bindings.h',
960 'renderer/safe_builtins.cc', 961 'renderer/safe_builtins.cc',
961 'renderer/safe_builtins.h', 962 'renderer/safe_builtins.h',
962 'renderer/script_context.cc', 963 'renderer/script_context.cc',
963 'renderer/script_context.h', 964 'renderer/script_context.h',
964 'renderer/script_context_set.cc', 965 'renderer/script_context_set.cc',
965 'renderer/script_context_set.h', 966 'renderer/script_context_set.h',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
1048 'test/result_catcher.h', 1049 'test/result_catcher.h',
1049 'test/test_content_utility_client.cc', 1050 'test/test_content_utility_client.cc',
1050 'test/test_content_utility_client.h', 1051 'test/test_content_utility_client.h',
1051 'test/test_extensions_client.cc', 1052 'test/test_extensions_client.cc',
1052 'test/test_extensions_client.h', 1053 'test/test_extensions_client.h',
1053 'test/test_permission_message_provider.cc', 1054 'test/test_permission_message_provider.cc',
1054 'test/test_permission_message_provider.h', 1055 'test/test_permission_message_provider.h',
1055 ], 1056 ],
1056 }, 1057 },
1057 } 1058 }
OLDNEW
« no previous file with comments | « no previous file | extensions/renderer/dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698