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

Side by Side Diff: base/base.gyp

Issue 219013: Revert "Linux (nss) implementations of RSAPrivateKey and SignatureCreator" (Closed)
Patch Set: Created 11 years, 3 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/crypto/rsa_private_key.h » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 {
11 'target_name': 'base', 11 'target_name': 'base',
12 'type': '<(library)', 12 'type': '<(library)',
13 'dependencies': [ 13 'dependencies': [
14 '../third_party/icu/icu.gyp:icui18n', 14 '../third_party/icu/icu.gyp:icui18n',
15 '../third_party/icu/icu.gyp:icuuc', 15 '../third_party/icu/icu.gyp:icuuc',
16 ], 16 ],
17 'msvs_guid': '1832A374-8A74-4F9E-B536-69A699B3E165', 17 'msvs_guid': '1832A374-8A74-4F9E-B536-69A699B3E165',
18 'sources': [ 18 'sources': [
19 '../build/build_config.h', 19 '../build/build_config.h',
20 'crypto/cssm_init.cc', 20 'crypto/cssm_init.cc',
21 'crypto/cssm_init.h', 21 'crypto/cssm_init.h',
22 'crypto/rsa_private_key.h', 22 'crypto/rsa_private_key.h',
23 'crypto/rsa_private_key_nss.cc',
24 'crypto/rsa_private_key_win.cc', 23 'crypto/rsa_private_key_win.cc',
25 'crypto/signature_creator.h', 24 'crypto/signature_creator.h',
26 'crypto/signature_creator_nss.cc',
27 'crypto/signature_creator_win.cc', 25 'crypto/signature_creator_win.cc',
28 'crypto/signature_verifier.h', 26 'crypto/signature_verifier.h',
29 'crypto/signature_verifier_mac.cc', 27 'crypto/signature_verifier_mac.cc',
30 'crypto/signature_verifier_nss.cc', 28 'crypto/signature_verifier_nss.cc',
31 'crypto/signature_verifier_win.cc', 29 'crypto/signature_verifier_win.cc',
32 'third_party/dmg_fp/dmg_fp.h', 30 'third_party/dmg_fp/dmg_fp.h',
33 'third_party/dmg_fp/dtoa.cc', 31 'third_party/dmg_fp/dtoa.cc',
34 'third_party/dmg_fp/g_fmt.cc', 32 'third_party/dmg_fp/g_fmt.cc',
35 'third_party/nspr/prcpucfg.h', 33 'third_party/nspr/prcpucfg.h',
36 'third_party/nspr/prcpucfg_win.h', 34 'third_party/nspr/prcpucfg_win.h',
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 }, 406 },
409 'export_dependent_settings': [ 407 'export_dependent_settings': [
410 '../build/linux/system.gyp:gtk', 408 '../build/linux/system.gyp:gtk',
411 ], 409 ],
412 }, 410 },
413 { # else: OS != "linux" && OS != "freebsd" 411 { # else: OS != "linux" && OS != "freebsd"
414 'sources/': [ 412 'sources/': [
415 ['exclude', '/xdg_mime/'], 413 ['exclude', '/xdg_mime/'],
416 ], 414 ],
417 'sources!': [ 415 'sources!': [
418 'crypto/rsa_private_key_nss.cc',
419 'crypto/signature_creator_nss.cc',
420 'crypto/signature_verifier_nss.cc', 416 'crypto/signature_verifier_nss.cc',
421 'atomicops_internals_x86_gcc.cc', 417 'atomicops_internals_x86_gcc.cc',
422 'directory_watcher_inotify.cc', 418 'directory_watcher_inotify.cc',
423 'hmac_nss.cc', 419 'hmac_nss.cc',
424 'idle_timer_none.cc', 420 'idle_timer_none.cc',
425 'linux_util.cc', 421 'linux_util.cc',
426 'message_pump_glib.cc', 422 'message_pump_glib.cc',
427 'nss_init.cc', 423 'nss_init.cc',
428 'nss_init.h', 424 'nss_init.h',
429 'time_posix.cc', 425 'time_posix.cc',
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 'dependencies': [ 696 'dependencies': [
701 '../build/linux/system.gyp:gtk', 697 '../build/linux/system.gyp:gtk',
702 '../build/linux/system.gyp:nss', 698 '../build/linux/system.gyp:nss',
703 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 699 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
704 ], 700 ],
705 }, { # OS != "linux" and OS != "freebsd" 701 }, { # OS != "linux" and OS != "freebsd"
706 'sources!': [ 702 'sources!': [
707 'message_pump_glib_unittest.cc', 703 'message_pump_glib_unittest.cc',
708 ] 704 ]
709 }], 705 }],
710 ['OS == "mac"', { 706 ['OS != "mac"', {
711 'sources!': [
712 'crypto/rsa_private_key_unittest.cc',
713 'crypto/signature_creator_unittest.cc',
714 ],
715 }, { # OS != "mac"
716 'sources!': [ 707 'sources!': [
717 'mac_util_unittest.cc', 708 'mac_util_unittest.cc',
718 ], 709 ],
719 }], 710 }],
720 # This is needed to trigger the dll copy step on windows. 711 # This is needed to trigger the dll copy step on windows.
721 # TODO(mark): This should not be necessary. 712 # TODO(mark): This should not be necessary.
722 ['OS == "win"', { 713 ['OS == "win"', {
723 'dependencies': [ 714 'dependencies': [
724 '../third_party/icu/icu.gyp:icudata', 715 '../third_party/icu/icu.gyp:icudata',
725 ], 716 ],
726 'sources!': [ 717 'sources!': [
727 'data_pack_unittest.cc', 718 'data_pack_unittest.cc',
728 'file_descriptor_shuffle_unittest.cc', 719 'file_descriptor_shuffle_unittest.cc',
729 ], 720 ],
730 }, { # OS != "win" 721 }, { # OS != "win"
731 'sources!': [ 722 'sources!': [
723 'crypto/rsa_private_key_unittest.cc',
724 'crypto/signature_creator_unittest.cc',
732 'gfx/native_theme_unittest.cc', 725 'gfx/native_theme_unittest.cc',
733 'object_watcher_unittest.cc', 726 'object_watcher_unittest.cc',
734 'pe_image_unittest.cc', 727 'pe_image_unittest.cc',
735 'scoped_bstr_win_unittest.cc', 728 'scoped_bstr_win_unittest.cc',
736 'scoped_comptr_win_unittest.cc', 729 'scoped_comptr_win_unittest.cc',
737 'scoped_variant_win_unittest.cc', 730 'scoped_variant_win_unittest.cc',
738 'system_monitor_unittest.cc', 731 'system_monitor_unittest.cc',
739 'time_win_unittest.cc', 732 'time_win_unittest.cc',
740 'win_util_unittest.cc', 733 'win_util_unittest.cc',
741 'wmi_util_unittest.cc', 734 'wmi_util_unittest.cc',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 '<@(_outputs)', 872 '<@(_outputs)',
880 ], 873 ],
881 'message': 'Generating version information', 874 'message': 'Generating version information',
882 }, 875 },
883 ], 876 ],
884 }, 877 },
885 ], 878 ],
886 }], 879 }],
887 ], 880 ],
888 } 881 }
OLDNEW
« no previous file with comments | « no previous file | base/crypto/rsa_private_key.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698