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

Side by Side Diff: src/tools/mac/tools_mac.gypi

Issue 1340543002: Fix Mac Breakpad host tools to build in Linux cross-compile (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Move mac-headers to mac_headers Created 5 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
OLDNEW
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
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
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 }
OLDNEW
« src/common/mac/dump_syms.cc ('K') | « src/tools/mac/dump_syms/dump_syms_tool.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698