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

Side by Side Diff: extensions/extensions.gypi

Issue 1924323002: Move Cast certificate verification code from extensions to components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplified OWNERS files Created 4 years, 7 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/extensions_tests.gyp » ('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 19 matching lines...) Expand all
30 'common/api/printer_provider/usb_printer_manifest_data.cc', 30 'common/api/printer_provider/usb_printer_manifest_data.cc',
31 'common/api/printer_provider/usb_printer_manifest_data.h', 31 'common/api/printer_provider/usb_printer_manifest_data.h',
32 'common/api/printer_provider/usb_printer_manifest_handler.cc', 32 'common/api/printer_provider/usb_printer_manifest_handler.cc',
33 'common/api/printer_provider/usb_printer_manifest_handler.h', 33 'common/api/printer_provider/usb_printer_manifest_handler.h',
34 'common/api/sockets/sockets_manifest_data.cc', 34 'common/api/sockets/sockets_manifest_data.cc',
35 'common/api/sockets/sockets_manifest_data.h', 35 'common/api/sockets/sockets_manifest_data.h',
36 'common/api/sockets/sockets_manifest_handler.cc', 36 'common/api/sockets/sockets_manifest_handler.cc',
37 'common/api/sockets/sockets_manifest_handler.h', 37 'common/api/sockets/sockets_manifest_handler.h',
38 'common/api/sockets/sockets_manifest_permission.cc', 38 'common/api/sockets/sockets_manifest_permission.cc',
39 'common/api/sockets/sockets_manifest_permission.h', 39 'common/api/sockets/sockets_manifest_permission.h',
40 'common/cast/cast_cert_validator.cc',
41 'common/cast/cast_cert_validator.h',
42 'common/cast/cast_root_ca_cert_der-inc.h',
43 'common/cast/eureka_root_ca_der-inc.h',
44 'common/common_manifest_handlers.cc', 40 'common/common_manifest_handlers.cc',
45 'common/common_manifest_handlers.h', 41 'common/common_manifest_handlers.h',
46 'common/csp_validator.cc', 42 'common/csp_validator.cc',
47 'common/csp_validator.h', 43 'common/csp_validator.h',
48 'common/dom_action_types.h', 44 'common/dom_action_types.h',
49 'common/draggable_region.cc', 45 'common/draggable_region.cc',
50 'common/draggable_region.h', 46 'common/draggable_region.h',
51 'common/error_utils.cc', 47 'common/error_utils.cc',
52 'common/error_utils.h', 48 'common/error_utils.h',
53 'common/event_filter.cc', 49 'common/event_filter.cc',
(...skipping 1071 matching lines...) Expand 10 before | Expand all | Expand 10 after
1125 'test/result_catcher.h', 1121 'test/result_catcher.h',
1126 'test/test_content_utility_client.cc', 1122 'test/test_content_utility_client.cc',
1127 'test/test_content_utility_client.h', 1123 'test/test_content_utility_client.h',
1128 'test/test_extensions_client.cc', 1124 'test/test_extensions_client.cc',
1129 'test/test_extensions_client.h', 1125 'test/test_extensions_client.h',
1130 'test/test_permission_message_provider.cc', 1126 'test/test_permission_message_provider.cc',
1131 'test/test_permission_message_provider.h', 1127 'test/test_permission_message_provider.h',
1132 ], 1128 ],
1133 }, 1129 },
1134 } 1130 }
OLDNEW
« no previous file with comments | « extensions/extensions.gyp ('k') | extensions/extensions_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698