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

Unified Diff: third_party/omaha/omaha.gyp

Issue 423293004: Move app_installer into chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change app_installer.gypi to app_installer.gyp Created 6 years, 5 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
« third_party/omaha/base/extractor.h ('K') | « third_party/omaha/base/extractor.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/omaha/omaha.gyp
diff --git a/third_party/power_gadget/power_gadget.gyp b/third_party/omaha/omaha.gyp
similarity index 61%
copy from third_party/power_gadget/power_gadget.gyp
copy to third_party/omaha/omaha.gyp
index b63362e5a2c4c9c285601658cebcb640bc09bcdb..75f33c05411d8656e793fbcd5c9e50a09f7b15ab 100644
--- a/third_party/power_gadget/power_gadget.gyp
+++ b/third_party/omaha/omaha.gyp
@@ -5,11 +5,15 @@
{
'targets': [
{
- 'target_name': 'power_gadget',
+ 'target_name': 'omaha_extractor',
'type': 'static_library',
'sources': [
- 'PowerGadgetLib.cpp',
- 'PowerGadgetLib.h',
+ 'base/extractor.cc',
+ 'base/extractor.h',
+ ],
+ 'include_dirs': [
+ '..',
+ '../..',
],
},
],
« third_party/omaha/base/extractor.h ('K') | « third_party/omaha/base/extractor.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698