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

Side by Side Diff: chrome/chrome.gyp

Issue 66213002: NSS: {EC,RSA}PrivateKey shouldn't call crypto::GetPublicNSSKeySlot or GetPrivateNSSKeySlot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gyp fixes Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | crypto/ec_private_key.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 'type': 'static_library', 148 'type': 'static_library',
149 'variables': { 'enable_wexit_time_destructors': 1, }, 149 'variables': { 'enable_wexit_time_destructors': 1, },
150 'dependencies': [ 150 'dependencies': [
151 'chrome_resources.gyp:chrome_extra_resources', 151 'chrome_resources.gyp:chrome_extra_resources',
152 'chrome_resources.gyp:chrome_resources', 152 'chrome_resources.gyp:chrome_resources',
153 'chrome_resources.gyp:chrome_strings', 153 'chrome_resources.gyp:chrome_strings',
154 'chrome_resources.gyp:theme_resources', 154 'chrome_resources.gyp:theme_resources',
155 'common/extensions/api/api.gyp:api', 155 'common/extensions/api/api.gyp:api',
156 '../base/base.gyp:base', 156 '../base/base.gyp:base',
157 '../content/content.gyp:content_browser', 157 '../content/content.gyp:content_browser',
158 '../crypto/crypto.gyp:crypto',
158 '../net/net.gyp:http_server', 159 '../net/net.gyp:http_server',
159 '../net/net.gyp:net', 160 '../net/net.gyp:net',
160 '../skia/skia.gyp:skia', 161 '../skia/skia.gyp:skia',
161 '../third_party/icu/icu.gyp:icui18n', 162 '../third_party/icu/icu.gyp:icui18n',
162 '../third_party/icu/icu.gyp:icuuc', 163 '../third_party/icu/icu.gyp:icuuc',
163 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 164 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
164 '../third_party/libusb/libusb.gyp:libusb', 165 '../third_party/libusb/libusb.gyp:libusb',
165 ], 166 ],
166 'include_dirs': [ 167 'include_dirs': [
167 '..', 168 '..',
(...skipping 949 matching lines...) Expand 10 before | Expand all | Expand 10 after
1117 'sources': [ 1118 'sources': [
1118 'service/cloud_print/print_system_cups.cc', 1119 'service/cloud_print/print_system_cups.cc',
1119 ], 1120 ],
1120 }], 1121 }],
1121 ], 1122 ],
1122 }, 1123 },
1123 ], 1124 ],
1124 }], 1125 }],
1125 ], # 'conditions' 1126 ], # 'conditions'
1126 } 1127 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | crypto/ec_private_key.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698