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

Side by Side Diff: extensions/extensions.gypi

Issue 1167423002: Use V8 Maybe APIs in extensions/renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « extensions/extensions.gyp ('k') | extensions/renderer/activity_log_converter_strategy.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 972 matching lines...) Expand 10 before | Expand all | Expand 10 after
983 'renderer/user_script_injector.cc', 983 'renderer/user_script_injector.cc',
984 'renderer/user_script_injector.h', 984 'renderer/user_script_injector.h',
985 'renderer/user_script_set.cc', 985 'renderer/user_script_set.cc',
986 'renderer/user_script_set.h', 986 'renderer/user_script_set.h',
987 'renderer/user_script_set_manager.cc', 987 'renderer/user_script_set_manager.cc',
988 'renderer/user_script_set_manager.h', 988 'renderer/user_script_set_manager.h',
989 'renderer/utils_native_handler.cc', 989 'renderer/utils_native_handler.cc',
990 'renderer/utils_native_handler.h', 990 'renderer/utils_native_handler.h',
991 'renderer/v8_context_native_handler.cc', 991 'renderer/v8_context_native_handler.cc',
992 'renderer/v8_context_native_handler.h', 992 'renderer/v8_context_native_handler.h',
993 'renderer/v8_maybe_helpers.h',
993 'renderer/v8_schema_registry.cc', 994 'renderer/v8_schema_registry.cc',
994 'renderer/v8_schema_registry.h', 995 'renderer/v8_schema_registry.h',
995 'renderer/web_ui_injection_host.cc', 996 'renderer/web_ui_injection_host.cc',
996 'renderer/web_ui_injection_host.h', 997 'renderer/web_ui_injection_host.h',
997 ], 998 ],
998 'extensions_utility_sources': [ 999 'extensions_utility_sources': [
999 'utility/unpacker.cc', 1000 'utility/unpacker.cc',
1000 'utility/unpacker.h', 1001 'utility/unpacker.h',
1001 'utility/utility_handler.cc', 1002 'utility/utility_handler.cc',
1002 'utility/utility_handler.h', 1003 'utility/utility_handler.h',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
1046 'test/result_catcher.h', 1047 'test/result_catcher.h',
1047 'test/test_content_utility_client.cc', 1048 'test/test_content_utility_client.cc',
1048 'test/test_content_utility_client.h', 1049 'test/test_content_utility_client.h',
1049 'test/test_extensions_client.cc', 1050 'test/test_extensions_client.cc',
1050 'test/test_extensions_client.h', 1051 'test/test_extensions_client.h',
1051 'test/test_permission_message_provider.cc', 1052 'test/test_permission_message_provider.cc',
1052 'test/test_permission_message_provider.h', 1053 'test/test_permission_message_provider.h',
1053 ], 1054 ],
1054 }, 1055 },
1055 } 1056 }
OLDNEW
« no previous file with comments | « extensions/extensions.gyp ('k') | extensions/renderer/activity_log_converter_strategy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698