crashpad.gyp 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # Copyright 2014 The Crashpad Authors. All rights reserved.
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. {
  15. 'targets': [
  16. {
  17. 'target_name': 'All',
  18. 'type': 'none',
  19. 'dependencies': [
  20. 'client/client.gyp:*',
  21. 'client/client_test.gyp:*',
  22. 'compat/compat.gyp:*',
  23. 'handler/handler.gyp:*',
  24. 'handler/handler_test.gyp:*',
  25. 'minidump/minidump.gyp:*',
  26. 'minidump/minidump_test.gyp:*',
  27. 'snapshot/snapshot.gyp:*',
  28. 'snapshot/snapshot_test.gyp:*',
  29. 'test/test.gyp:*',
  30. 'test/test_test.gyp:*',
  31. 'tools/tools.gyp:*',
  32. 'util/util.gyp:*',
  33. 'util/util_test.gyp:*',
  34. ],
  35. 'sources': [
  36. 'doc/support/crashpad.doxy.h',
  37. 'package.h',
  38. ],
  39. 'conditions': [
  40. ['OS!="mac" and OS!="win"', {
  41. 'suppress_wildcard': 1,
  42. }],
  43. ],
  44. },
  45. ],
  46. }