exports.gyp 1006 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # This Source Code Form is subject to the terms of the Mozilla Public
  2. # License, v. 2.0. If a copy of the MPL was not distributed with this
  3. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  4. {
  5. 'includes': [
  6. '../../coreconf/config.gypi'
  7. ],
  8. 'targets': [
  9. {
  10. 'target_name': 'lib_ckfw_exports',
  11. 'type': 'none',
  12. 'copies': [
  13. {
  14. 'files': [
  15. 'nssck.api',
  16. 'nssckepv.h',
  17. 'nssckft.h',
  18. 'nssckfw.h',
  19. 'nssckfwc.h',
  20. 'nssckfwt.h',
  21. 'nssckg.h',
  22. 'nssckmdt.h',
  23. 'nssckt.h'
  24. ],
  25. 'destination': '<(nss_public_dist_dir)/<(module)'
  26. },
  27. {
  28. 'files': [
  29. 'ck.h',
  30. 'ckfw.h',
  31. 'ckfwm.h',
  32. 'ckfwtm.h',
  33. 'ckmd.h',
  34. 'ckt.h'
  35. ],
  36. 'destination': '<(nss_private_dist_dir)/<(module)'
  37. }
  38. ]
  39. }
  40. ],
  41. 'variables': {
  42. 'module': 'nss'
  43. }
  44. }