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

Delta Between Two Patch Sets: src/plugin/AdblockPlus.rc

Issue 10945039: Switch to gyp (Closed)
Left Patch Set: Created June 20, 2013, 3:14 p.m.
Right Patch Set: Final version Created June 21, 2013, 2:16 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « installer/adblockplusie.wxs ('k') | src/plugin/Plugin.h » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 // Microsoft Visual C++ generated resource script. 1 // Microsoft Visual C++ generated resource script.
2 // 2 //
3 #include "../shared/Version.h" 3 #include "../shared/Version.h"
4 #include "Resource.h" 4 #include "Resource.h"
5 5
6 #define APSTUDIO_READONLY_SYMBOLS 6 #define APSTUDIO_READONLY_SYMBOLS
7 #include "winres.h" 7 #include "winres.h"
8 #undef APSTUDIO_READONLY_SYMBOLS 8 #undef APSTUDIO_READONLY_SYMBOLS
9 9
10 ///////////////////////////////////////////////////////////////////////////// 10 /////////////////////////////////////////////////////////////////////////////
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 BEGIN 94 BEGIN
95 IDS_PROJNAME "Adblock Plus" 95 IDS_PROJNAME "Adblock Plus"
96 END 96 END
97 97
98 #ifndef APSTUDIO_INVOKED 98 #ifndef APSTUDIO_INVOKED
99 ///////////////////////////////////////////////////////////////////////////// 99 /////////////////////////////////////////////////////////////////////////////
100 // 100 //
101 // Generated from the TEXTINCLUDE 3 resource. 101 // Generated from the TEXTINCLUDE 3 resource.
102 // 102 //
103 #ifdef _WIN64 103 #ifdef _WIN64
104 1 TYPELIB "..\\..\\build\\x64\\AdblockPlus.tlb" 104 1 TYPELIB "../../build/x64/AdblockPlus.tlb"
105 #else 105 #else
106 1 TYPELIB "..\\..\\build\\ia32\\AdblockPlus.tlb" 106 1 TYPELIB "../../build/ia32/AdblockPlus.tlb"
107 #endif 107 #endif
108 108
109 ///////////////////////////////////////////////////////////////////////////// 109 /////////////////////////////////////////////////////////////////////////////
110 #endif // not APSTUDIO_INVOKED 110 #endif // not APSTUDIO_INVOKED
111
LEFTRIGHT

Powered by Google App Engine
This is Rietveld