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

Unified Diff: installer/src/installer-lib/test/test-installer-lib-ca.def

Issue 5675960980471808: Updated installer with custom action (Closed)
Patch Set: Created March 8, 2014, 5:06 a.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
Index: installer/src/installer-lib/test/test-installer-lib-ca.def
===================================================================
new file mode 100644
--- /dev/null
+++ b/installer/src/installer-lib/test/test-installer-lib-ca.def
@@ -0,0 +1,13 @@
+; -------------------------------------------------------------------------------------------------
+; copyright notice goes here
+; -------------------------------------------------------------------------------------------------
+
+LIBRARY "installer-library-test-customactions"
+
+EXPORTS
+; test-installer-lib-sandbox.cpp
+ sandbox
+; close_application.cpp
+ abp_close_ie
+; custom-action-fail.cpp
+ fail

Powered by Google App Engine
This is Rietveld