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

Side by Side Diff: adblockplus.gyp

Issue 5765952465534976: Issue #276 - Introduce ATL_Deprecate.h (Closed)
Patch Set: Created July 24, 2014, 2:06 p.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 | « no previous file | src/plugin/ATL_Deprecate.h » ('j') | src/plugin/PluginStdAfx.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'includes': ['defaults.gypi'], 2 'includes': ['defaults.gypi'],
3 3
4 'variables': { 4 'variables': {
5 'build_type%': 'devbuild', 5 'build_type%': 'devbuild',
6 'build_version%': '', 6 'build_version%': '',
7 }, 7 },
8 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 { 77 {
78 'target_name': 'AdblockPlus', 78 'target_name': 'AdblockPlus',
79 'type': 'shared_library', 79 'type': 'shared_library',
80 'dependencies': [ 80 'dependencies': [
81 'shared' 81 'shared'
82 ], 82 ],
83 'sources': [ 83 'sources': [
84 'src/plugin/AdblockPlusClient.cpp', 84 'src/plugin/AdblockPlusClient.cpp',
85 'src/plugin/AdblockPlusDomTraverser.cpp', 85 'src/plugin/AdblockPlusDomTraverser.cpp',
86 'src/plugin/AdblockPlusTab.cpp', 86 'src/plugin/AdblockPlusTab.cpp',
87 'src/plugin/ATL_Deprecate.h',
Oleksandr 2014/07/25 08:30:27 There are no .h files here yet. I think we should
87 'src/plugin/NotificationMessage.cpp', 88 'src/plugin/NotificationMessage.cpp',
88 'src/plugin/Plugin.cpp', 89 'src/plugin/Plugin.cpp',
89 'src/plugin/PluginClass.cpp', 90 'src/plugin/PluginClass.cpp',
90 'src/plugin/PluginClientBase.cpp', 91 'src/plugin/PluginClientBase.cpp',
91 'src/plugin/PluginClientFactory.cpp', 92 'src/plugin/PluginClientFactory.cpp',
92 'src/plugin/PluginDebug.cpp', 93 'src/plugin/PluginDebug.cpp',
93 'src/plugin/PluginFilter.cpp', 94 'src/plugin/PluginFilter.cpp',
94 'src/plugin/PluginMimeFilterClient.cpp', 95 'src/plugin/PluginMimeFilterClient.cpp',
95 'src/plugin/PluginMutex.cpp', 96 'src/plugin/PluginMutex.cpp',
96 'src/plugin/PluginSettings.cpp', 97 'src/plugin/PluginSettings.cpp',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 'libraries': ['-ladvapi32', '-lshell32', '-lole32'], 177 'libraries': ['-ladvapi32', '-lshell32', '-lole32'],
177 }, 178 },
178 'msvs_settings': { 179 'msvs_settings': {
179 'VCLinkerTool': { 180 'VCLinkerTool': {
180 'SubSystem': '1', # Console 181 'SubSystem': '1', # Console
181 'EntryPointSymbol': 'mainCRTStartup', 182 'EntryPointSymbol': 'mainCRTStartup',
182 }, 183 },
183 }, 184 },
184 }] 185 }]
185 } 186 }
OLDNEW
« no previous file with comments | « no previous file | src/plugin/ATL_Deprecate.h » ('j') | src/plugin/PluginStdAfx.h » ('J')

Powered by Google App Engine
This is Rietveld