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

Side by Side Diff: adblockplus.gyp

Issue 10786016: Moved all pipe functionality into a self-containing Communication::Pipe class (Closed)
Patch Set: Created May 31, 2013, 11:48 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 | createsolution.bat » ('j') | src/engine/main.cpp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 'includes': ['libadblockplus/common.gypi', 'libadblockplus/third_party/googlet est.gyp'],
3
4 'targets': [{
5 'target_name': 'tests',
6 'type': 'executable',
7 'dependencies': [
8 'googletest_main',
9 ],
10 'sources': [
11 'src/shared/AutoHandle.cpp',
12 'src/shared/Communication.cpp',
13 'test/CommunicationTest.cpp',
14 ],
15 'defines': ['WINVER=0x0501'],
16 'link_settings': {
17 'libraries': ['-ladvapi32'],
18 },
19 'msvs_settings': {
20 'VCLinkerTool': {
21 'SubSystem': '1', # Console
22 'EntryPointSymbol': 'mainCRTStartup',
23 },
24 },
25 }]
26 }
OLDNEW
« no previous file with comments | « no previous file | createsolution.bat » ('j') | src/engine/main.cpp » ('J')

Powered by Google App Engine
This is Rietveld