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

Side by Side Diff: extensions/extensions.gyp

Issue 687733004: Implement crypto signature verification routines using OpenSSL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix const truncation warning (raised by Win builds.) Created 6 years, 1 month 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/common/api/cast_channel/logging.proto ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1100 matching lines...) Expand 10 before | Expand all | Expand 10 after
1111 'extensions_test_support', 1111 'extensions_test_support',
1112 ], 1112 ],
1113 # Needed for third_party libraries like leveldb. 1113 # Needed for third_party libraries like leveldb.
1114 'include_dirs': [ 1114 'include_dirs': [
1115 '..', 1115 '..',
1116 ], 1116 ],
1117 'sources': [ 1117 'sources': [
1118 'browser/api/api_resource_manager_unittest.cc', 1118 'browser/api/api_resource_manager_unittest.cc',
1119 'browser/api/bluetooth/bluetooth_event_router_unittest.cc', 1119 'browser/api/bluetooth/bluetooth_event_router_unittest.cc',
1120 'browser/api/cast_channel/cast_auth_ica_unittest.cc', 1120 'browser/api/cast_channel/cast_auth_ica_unittest.cc',
1121 'browser/api/cast_channel/cast_auth_util_unittest.cc',
1121 'browser/api/cast_channel/cast_channel_api_unittest.cc', 1122 'browser/api/cast_channel/cast_channel_api_unittest.cc',
1122 'browser/api/cast_channel/cast_framer_unittest.cc', 1123 'browser/api/cast_channel/cast_framer_unittest.cc',
1123 'browser/api/cast_channel/cast_socket_unittest.cc', 1124 'browser/api/cast_channel/cast_socket_unittest.cc',
1124 'browser/api/cast_channel/cast_transport_unittest.cc', 1125 'browser/api/cast_channel/cast_transport_unittest.cc',
1125 'browser/api/cast_channel/logger_unittest.cc', 1126 'browser/api/cast_channel/logger_unittest.cc',
1126 'browser/api/declarative/declarative_rule_unittest.cc', 1127 'browser/api/declarative/declarative_rule_unittest.cc',
1127 'browser/api/declarative/deduping_factory_unittest.cc', 1128 'browser/api/declarative/deduping_factory_unittest.cc',
1128 'browser/api/declarative/rules_registry_unittest.cc', 1129 'browser/api/declarative/rules_registry_unittest.cc',
1129 'browser/api/declarative_webrequest/webrequest_condition_unittest.cc', 1130 'browser/api/declarative_webrequest/webrequest_condition_unittest.cc',
1130 'browser/api/declarative_webrequest/webrequest_condition_attribute_unitt est.cc', 1131 'browser/api/declarative_webrequest/webrequest_condition_attribute_unitt est.cc',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
1216 'conditions': [ 1217 'conditions': [
1217 ['OS=="win" and win_use_allocator_shim==1', { 1218 ['OS=="win" and win_use_allocator_shim==1', {
1218 'dependencies': [ 1219 'dependencies': [
1219 '../base/allocator/allocator.gyp:allocator', 1220 '../base/allocator/allocator.gyp:allocator',
1220 ], 1221 ],
1221 }], 1222 }],
1222 ], 1223 ],
1223 }, 1224 },
1224 ] 1225 ]
1225 } 1226 }
OLDNEW
« no previous file with comments | « extensions/common/api/cast_channel/logging.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698