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

Side by Side Diff: adblockplus.gyp

Issue 6505394822184960: Issue 1109 - Support notifications (Closed)
Patch Set: Created May 11, 2015, 10:01 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 | « no previous file | installer/src/msi/adblockplusie.wxs » ('j') | src/engine/Main.cpp » ('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 24 matching lines...) Expand all
35 'type': 'static_library', 35 'type': 'static_library',
36 'sources': [ 36 'sources': [
37 'src/shared/AutoHandle.cpp', 37 'src/shared/AutoHandle.cpp',
38 'src/shared/Communication.cpp', 38 'src/shared/Communication.cpp',
39 'src/shared/Dictionary.cpp', 39 'src/shared/Dictionary.cpp',
40 'src/shared/Utils.cpp', 40 'src/shared/Utils.cpp',
41 'src/shared/Registry.h', 41 'src/shared/Registry.h',
42 'src/shared/Registry.cpp', 42 'src/shared/Registry.cpp',
43 'src/shared/IE_version.h', 43 'src/shared/IE_version.h',
44 'src/shared/IE_version.cpp', 44 'src/shared/IE_version.cpp',
45 'src/shared/MsHTMLUtils.cpp',
46 'src/shared/MsHTMLUtils.h',
45 ] 47 ]
46 }, 48 },
47 49
48 { 50 {
49 'target_name': 'AdblockPlusEngine', 51 'target_name': 'AdblockPlusEngine',
50 'type': 'executable', 52 'type': 'executable',
51 'dependencies': [ 53 'dependencies': [
52 'shared', 54 'shared',
53 'libadblockplus/libadblockplus.gyp:libadblockplus', 55 'libadblockplus/libadblockplus.gyp:libadblockplus',
54 ], 56 ],
55 'sources': [ 57 'sources': [
56 'src/engine/Main.cpp', 58 'src/engine/Main.cpp',
59 'src/engine/NotificationWindow.cpp',
60 'src/engine/NotificationWindow.h',
57 'src/engine/Debug.cpp', 61 'src/engine/Debug.cpp',
58 'src/engine/UpdateInstallDialog.cpp', 62 'src/engine/UpdateInstallDialog.cpp',
59 'src/engine/Updater.cpp', 63 'src/engine/Updater.cpp',
60 'src/engine/engine.rc', 64 'src/engine/engine.rc',
61 ], 65 ],
62 'libraries': [ 66 'libraries': [
63 '-ladvapi32', 67 '-ladvapi32',
64 '-lole32', 68 '-lole32',
65 '-luser32', 69 '-luser32',
66 '-lshell32', 70 '-lshell32',
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 'Release': { 303 'Release': {
300 'msvs_settings': { 304 'msvs_settings': {
301 'VCLinkerTool': { 305 'VCLinkerTool': {
302 'AdditionalDependencies': ['atls.lib'], 306 'AdditionalDependencies': ['atls.lib'],
303 }, 307 },
304 }, 308 },
305 }, 309 },
306 }, 310 },
307 }] 311 }]
308 } 312 }
OLDNEW
« no previous file with comments | « no previous file | installer/src/msi/adblockplusie.wxs » ('j') | src/engine/Main.cpp » ('J')

Powered by Google App Engine
This is Rietveld