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

Side by Side Diff: extensions/extensions.gypi

Issue 1097583004: Move the Extension Port implementation out of messaging.js into its own file port.js. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 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 901 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 'renderer/resources/greasemonkey_api.js', 912 'renderer/resources/greasemonkey_api.js',
913 'renderer/resources/i18n_custom_bindings.js', 913 'renderer/resources/i18n_custom_bindings.js',
914 'renderer/resources/image_util.js', 914 'renderer/resources/image_util.js',
915 'renderer/resources/json_schema.js', 915 'renderer/resources/json_schema.js',
916 'renderer/resources/last_error.js', 916 'renderer/resources/last_error.js',
917 'renderer/resources/messaging.js', 917 'renderer/resources/messaging.js',
918 'renderer/resources/messaging_utils.js', 918 'renderer/resources/messaging_utils.js',
919 'renderer/resources/permissions_custom_bindings.js', 919 'renderer/resources/permissions_custom_bindings.js',
920 'renderer/resources/platform_app.css', 920 'renderer/resources/platform_app.css',
921 'renderer/resources/platform_app.js', 921 'renderer/resources/platform_app.js',
922 'renderer/resources/port.js',
922 'renderer/resources/runtime_custom_bindings.js', 923 'renderer/resources/runtime_custom_bindings.js',
923 'renderer/resources/schema_utils.js', 924 'renderer/resources/schema_utils.js',
924 'renderer/resources/send_request.js', 925 'renderer/resources/send_request.js',
925 'renderer/resources/set_icon.js', 926 'renderer/resources/set_icon.js',
926 'renderer/resources/storage_area.js', 927 'renderer/resources/storage_area.js',
927 'renderer/resources/test_custom_bindings.js', 928 'renderer/resources/test_custom_bindings.js',
928 'renderer/resources/uncaught_exception_handler.js', 929 'renderer/resources/uncaught_exception_handler.js',
929 'renderer/resources/unload_event.js', 930 'renderer/resources/unload_event.js',
930 'renderer/resources/utils.js', 931 'renderer/resources/utils.js',
931 'renderer/resources/guest_view/extension_view/extension_view.js', 932 'renderer/resources/guest_view/extension_view/extension_view.js',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
1030 'test/result_catcher.h', 1031 'test/result_catcher.h',
1031 'test/test_content_utility_client.cc', 1032 'test/test_content_utility_client.cc',
1032 'test/test_content_utility_client.h', 1033 'test/test_content_utility_client.h',
1033 'test/test_extensions_client.cc', 1034 'test/test_extensions_client.cc',
1034 'test/test_extensions_client.h', 1035 'test/test_extensions_client.h',
1035 'test/test_permission_message_provider.cc', 1036 'test/test_permission_message_provider.cc',
1036 'test/test_permission_message_provider.h', 1037 'test/test_permission_message_provider.h',
1037 ], 1038 ],
1038 }, 1039 },
1039 } 1040 }
OLDNEW
« no previous file with comments | « no previous file | extensions/renderer/dispatcher.cc » ('j') | extensions/renderer/resources/messaging.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698