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

Unified Diff: installer/installer.gyp

Issue 6197445574787072: Cleaned up CA exceptions. Integrated free-standing handle class. (Closed)
Patch Set: Created March 30, 2014, 7:43 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | installer/src/installer-lib/database.h » ('j') | installer/src/installer-lib/record.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: installer/installer.gyp
===================================================================
--- a/installer/installer.gyp
+++ b/installer/installer.gyp
@@ -717,13 +717,14 @@
'type': 'static_library',
'sources':
[
- 'src/installer-lib/custom-i18n.h',
- 'src/installer-lib/custom-i18n.wxi',
+ 'src/installer-lib/custom-i18n.h',
+ 'src/installer-lib/custom-i18n.wxi',
'src/installer-lib/database.cpp',
'src/installer-lib/database.h',
'src/installer-lib/DLL.cpp',
'src/installer-lib/DLL.h',
- 'src/installer-lib/handle.h',
+ 'src/installer-lib/handle.h',
+ 'src/installer-lib/installer-lib.h',
'src/installer-lib/interaction.cpp',
'src/installer-lib/interaction.h',
'src/installer-lib/process.cpp',
@@ -875,6 +876,7 @@
'sources':
[
'src/installer-lib/test/database_test.cpp',
+ 'src/installer-lib/test/exception_test.cpp',
'src/installer-lib/test/process_test.cpp',
'src/installer-lib/test/property_test.cpp',
'src/installer-lib/test/record_test.cpp',
« no previous file with comments | « no previous file | installer/src/installer-lib/database.h » ('j') | installer/src/installer-lib/record.cpp » ('J')

Powered by Google App Engine
This is Rietveld