Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(901)

Unified Diff: tools/OmahaCompatibility/common/example_config.txt

Issue 624713003: Keep only base/extractor.[cc|h]. (Closed) Base URL: https://chromium.googlesource.com/external/omaha.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/OmahaCompatibility/common/error.h ('k') | tools/OmahaCompatibility/common/ping_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/OmahaCompatibility/common/example_config.txt
diff --git a/tools/OmahaCompatibility/common/example_config.txt b/tools/OmahaCompatibility/common/example_config.txt
deleted file mode 100644
index 65970d9eef9313363a8479ffe55d95dda9654ebb..0000000000000000000000000000000000000000
--- a/tools/OmahaCompatibility/common/example_config.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-; NOTE TO ALL COPYING THIS FILE FOR MODIFICATIONS.
-; 1. Please do not add spaces in the AppName. This tool does not support
-; it although omaha itself does.
-; 2. For now we only support one application and two versions.
-; 3. Please note that for now we only support this exact format
-; and nothing else. ONLY change the values below i.e. the
-; value part of key=value.
-; 4. The AppName, Appguid, NeedsAdmin, and Language are self explanatory,
-; Version1, and Version2 indicate the versions that the installers
-; pointed by Installer1 and Installer2 Install.
-
-[Application]
-AppName=YouTubeUploader
-AppGuid={A4F7B07B-B9BD-4a33-B136-96D2ADFB60CB}
-NeedsAdmin=False
-Language=en
-
-Version1=1.0.24.0
-Installer1=c:\Builds\youtubeuploader.msi
-
-Version2=2.0.0.0
-Installer2=c:\Builds\youtubeuploader.msi
« no previous file with comments | « tools/OmahaCompatibility/common/error.h ('k') | tools/OmahaCompatibility/common/ping_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698