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

Side by Side Diff: base/base.gyp

Issue 3855004: Make USE_OPENSSL and USE_NSS mutually exclusive (Closed)
Patch Set: wtc comments Created 10 years, 2 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 | « no previous file | base/base.gypi » ('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 (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'includes': [ 9 'includes': [
10 'base.gypi', 10 'base.gypi',
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 'event_trace_consumer_win_unittest.cc', 220 'event_trace_consumer_win_unittest.cc',
221 'event_trace_controller_win_unittest.cc', 221 'event_trace_controller_win_unittest.cc',
222 'event_trace_provider_win_unittest.cc', 222 'event_trace_provider_win_unittest.cc',
223 'object_watcher_unittest.cc', 223 'object_watcher_unittest.cc',
224 'system_monitor_unittest.cc', 224 'system_monitor_unittest.cc',
225 'time_win_unittest.cc', 225 'time_win_unittest.cc',
226 'trace_event_win_unittest.cc', 226 'trace_event_win_unittest.cc',
227 'win_util_unittest.cc', 227 'win_util_unittest.cc',
228 ], 228 ],
229 }], 229 }],
230 [ 'use_openssl==1', {
231 'sources!': [
232 'crypto/rsa_private_key_nss_unittest.cc',
233 ],
234 }],
230 ], 235 ],
231 }, 236 },
232 { 237 {
233 'target_name': 'test_support_base', 238 'target_name': 'test_support_base',
234 'type': '<(library)', 239 'type': '<(library)',
235 'dependencies': [ 240 'dependencies': [
236 'base', 241 'base',
237 'base_i18n', 242 'base_i18n',
238 '../testing/gmock.gyp:gmock', 243 '../testing/gmock.gyp:gmock',
239 '../testing/gtest.gyp:gtest', 244 '../testing/gtest.gyp:gtest',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 ], 317 ],
313 }], 318 }],
314 ], 319 ],
315 } 320 }
316 321
317 # Local Variables: 322 # Local Variables:
318 # tab-width:2 323 # tab-width:2
319 # indent-tabs-mode:nil 324 # indent-tabs-mode:nil
320 # End: 325 # End:
321 # vim: set expandtab tabstop=2 shiftwidth=2: 326 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698