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

Side by Side Diff: chrome/chrome_tests_unit.gypi

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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 'plugin', 298 'plugin',
299 'renderer', 299 'renderer',
300 'utility', 300 'utility',
301 '../content/content.gyp:content_gpu', 301 '../content/content.gyp:content_gpu',
302 '../content/content.gyp:content_plugin', 302 '../content/content.gyp:content_plugin',
303 '../content/content.gyp:content_ppapi_plugin', 303 '../content/content.gyp:content_ppapi_plugin',
304 '../content/content.gyp:content_renderer', 304 '../content/content.gyp:content_renderer',
305 '../content/content.gyp:content_utility', 305 '../content/content.gyp:content_utility',
306 '../content/content.gyp:content_worker', 306 '../content/content.gyp:content_worker',
307 '../components/components.gyp:autofill_core_test_support', 307 '../components/components.gyp:autofill_core_test_support',
308 '../crypto/crypto.gyp:crypto',
308 '../ipc/ipc.gyp:test_support_ipc', 309 '../ipc/ipc.gyp:test_support_ipc',
309 '../media/media.gyp:media_test_support', 310 '../media/media.gyp:media_test_support',
310 '../ppapi/ppapi_internal.gyp:ppapi_shared', 311 '../ppapi/ppapi_internal.gyp:ppapi_shared',
311 '../sql/sql.gyp:test_support_sql', 312 '../sql/sql.gyp:test_support_sql',
312 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 313 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
313 '../webkit/child/webkit_child.gyp:webkit_child', 314 '../webkit/child/webkit_child.gyp:webkit_child',
314 ], 315 ],
315 'export_dependent_settings': [ 316 'export_dependent_settings': [
316 'renderer', 317 'renderer',
317 ], 318 ],
(...skipping 2605 matching lines...) Expand 10 before | Expand all | Expand 10 after
2923 'browser/ui/app_list/test/fake_profile.h', 2924 'browser/ui/app_list/test/fake_profile.h',
2924 'browser/ui/app_list/test/fake_profile_store.cc', 2925 'browser/ui/app_list/test/fake_profile_store.cc',
2925 'browser/ui/app_list/test/fake_profile_store.h', 2926 'browser/ui/app_list/test/fake_profile_store.h',
2926 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2927 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2927 ], 2928 ],
2928 }, 2929 },
2929 ], 2930 ],
2930 }], 2931 }],
2931 ], # 'conditions' 2932 ], # 'conditions'
2932 } 2933 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | crypto/ec_private_key.h » ('j') | crypto/ec_private_key.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698