OLD | NEW |
1 # Copyright 2014 Google Inc. All rights reserved. | 1 # Copyright 2014 Google Inc. All rights reserved. |
2 # | 2 # |
3 # Redistribution and use in source and binary forms, with or without | 3 # Redistribution and use in source and binary forms, with or without |
4 # modification, are permitted provided that the following conditions are | 4 # modification, are permitted provided that the following conditions are |
5 # met: | 5 # met: |
6 # | 6 # |
7 # * Redistributions of source code must retain the above copyright | 7 # * Redistributions of source code must retain the above copyright |
8 # notice, this list of conditions and the following disclaimer. | 8 # notice, this list of conditions and the following disclaimer. |
9 # * Redistributions in binary form must reproduce the above | 9 # * Redistributions in binary form must reproduce the above |
10 # copyright notice, this list of conditions and the following disclaimer | 10 # copyright notice, this list of conditions and the following disclaimer |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 }, | 48 }, |
49 'dependencies': [ | 49 'dependencies': [ |
50 '../common/common.gyp:common', | 50 '../common/common.gyp:common', |
51 '../processor/processor.gyp:processor', | 51 '../processor/processor.gyp:processor', |
52 ], | 52 ], |
53 }, | 53 }, |
54 { | 54 { |
55 'target_name': 'dump_syms', | 55 'target_name': 'dump_syms', |
56 'type': 'executable', | 56 'type': 'executable', |
57 'sources': [ | 57 'sources': [ |
58 'dump_syms/dump_syms_tool.mm', | 58 'dump_syms/dump_syms_tool.cc', |
59 ], | 59 ], |
60 'link_settings': { | 60 'link_settings': { |
61 'libraries': [ | 61 'libraries': [ |
62 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 62 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
63 ], | 63 ], |
64 }, | 64 }, |
65 'dependencies': [ | 65 'dependencies': [ |
66 '../common/common.gyp:common', | 66 '../common/common.gyp:common', |
67 ], | 67 ], |
68 }, | 68 }, |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 'libraries': [ | 107 'libraries': [ |
108 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 108 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
109 ], | 109 ], |
110 }, | 110 }, |
111 'dependencies': [ | 111 'dependencies': [ |
112 '../common/common.gyp:common', | 112 '../common/common.gyp:common', |
113 ], | 113 ], |
114 }, | 114 }, |
115 ], | 115 ], |
116 } | 116 } |
OLD | NEW |