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: fix obtaining of DPI value of content (NotificationWindow) of NotificationBorderWindow Created Aug. 18, 2015, 9:43 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 | html/templates/NotificationWindow.html » ('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': [ 2 'includes': [
3 'defaults.gypi', 3 'defaults.gypi',
4 'common/common.gypi', 4 'common/common.gypi',
5 ], 5 ],
6 6
7 'variables': { 7 'variables': {
8 'build_type%': 'devbuild', 8 'build_type%': 'devbuild',
9 'build_version%': '', 9 'build_version%': '',
10 }, 10 },
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 'src/shared/AutoHandle.cpp', 43 'src/shared/AutoHandle.cpp',
44 'src/shared/AutoHandle.h', 44 'src/shared/AutoHandle.h',
45 'src/shared/Communication.cpp', 45 'src/shared/Communication.cpp',
46 'src/shared/Communication.h', 46 'src/shared/Communication.h',
47 'src/shared/CriticalSection.h', 47 'src/shared/CriticalSection.h',
48 'src/shared/Dictionary.cpp', 48 'src/shared/Dictionary.cpp',
49 'src/shared/Dictionary.h', 49 'src/shared/Dictionary.h',
50 'src/shared/Utils.cpp', 50 'src/shared/Utils.cpp',
51 'src/shared/Utils.h', 51 'src/shared/Utils.h',
52 'src/shared/Version.h', 52 'src/shared/Version.h',
53 'src/shared/MsHTMLUtils.cpp',
54 'src/shared/MsHTMLUtils.h',
53 ] 55 ]
54 }, 56 },
55 57
56 { 58 {
57 'target_name': 'AdblockPlusEngine', 59 'target_name': 'AdblockPlusEngine',
58 'type': 'executable', 60 'type': 'executable',
59 'dependencies': [ 61 'dependencies': [
60 'shared', 62 'shared',
61 'libadblockplus/libadblockplus.gyp:libadblockplus', 63 'libadblockplus/libadblockplus.gyp:libadblockplus',
62 ], 64 ],
63 'sources': [ 65 'sources': [
64 'src/engine/Main.cpp', 66 'src/engine/Main.cpp',
67 'src/engine/NotificationWindow.cpp',
68 'src/engine/NotificationWindow.h',
65 'src/engine/Debug.cpp', 69 'src/engine/Debug.cpp',
66 'src/engine/UpdateInstallDialog.cpp', 70 'src/engine/UpdateInstallDialog.cpp',
67 'src/engine/Updater.cpp', 71 'src/engine/Updater.cpp',
68 'src/engine/engine.rc', 72 'src/engine/engine.rc',
69 ], 73 ],
70 'libraries': [ 74 'libraries': [
71 '-ladvapi32', 75 '-ladvapi32',
72 '-lole32', 76 '-lole32',
73 '-luser32', 77 '-luser32',
74 '-lshell32', 78 '-lshell32',
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 'Release': { 306 'Release': {
303 'msvs_settings': { 307 'msvs_settings': {
304 'VCLinkerTool': { 308 'VCLinkerTool': {
305 'AdditionalDependencies': ['atls.lib'], 309 'AdditionalDependencies': ['atls.lib'],
306 }, 310 },
307 }, 311 },
308 }, 312 },
309 }, 313 },
310 }] 314 }]
311 } 315 }
OLDNEW
« no previous file with comments | « no previous file | html/templates/NotificationWindow.html » ('j') | src/engine/Main.cpp » ('J')

Powered by Google App Engine
This is Rietveld