Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: shell/shell.gyp

Issue 5198903443980288: Issue 321 - libadblockplus build fails on OS X (tr1/memory.h not found) (Closed)
Patch Set: Created April 14, 2014, 11:26 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « libadblockplus.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'targets': [{ 2 'targets': [{
3 'target_name': 'abpshell', 3 'target_name': 'abpshell',
4 'type': 'executable', 4 'type': 'executable',
5 'dependencies': [ 5 'dependencies': [
6 'libadblockplus.gyp:libadblockplus' 6 'libadblockplus.gyp:libadblockplus'
7 ], 7 ],
8 'sources': [ 8 'sources': [
9 'src/Main.cpp', 9 'src/Main.cpp',
10 'src/Command.cpp', 10 'src/Command.cpp',
11 'src/GcCommand.cpp', 11 'src/GcCommand.cpp',
12 'src/HelpCommand.cpp', 12 'src/HelpCommand.cpp',
13 'src/FiltersCommand.cpp', 13 'src/FiltersCommand.cpp',
14 'src/MatchesCommand.cpp', 14 'src/MatchesCommand.cpp',
15 'src/PrefsCommand.cpp', 15 'src/PrefsCommand.cpp',
16 'src/SubscriptionsCommand.cpp' 16 'src/SubscriptionsCommand.cpp'
17 ] 17 ],
18 'xcode_settings': {
19 'OTHER_LDFLAGS': ['-stdlib=libstdc++'],
20 },
18 }] 21 }]
19 } 22 }
OLDNEW
« no previous file with comments | « libadblockplus.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld