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

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: Address comments 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
Index: third_party/omaha/omaha.gyp
diff --git a/third_party/power_gadget/power_gadget.gyp b/third_party/omaha/omaha.gyp
similarity index 62%
copy from third_party/power_gadget/power_gadget.gyp
copy to third_party/omaha/omaha.gyp
index b63362e5a2c4c9c285601658cebcb640bc09bcdb..76bbab4614bcb8824cdc4066f3959e3b3fe0a63d 100644
--- a/third_party/power_gadget/power_gadget.gyp
+++ b/third_party/omaha/omaha.gyp
@@ -5,11 +5,14 @@
{
'targets': [
{
- 'target_name': 'power_gadget',
+ 'target_name': 'omaha_extractor',
'type': 'static_library',
'sources': [
- 'PowerGadgetLib.cpp',
- 'PowerGadgetLib.h',
+ 'src/base/extractor.cc',
grt (UTC plus 2) 2014/07/31 20:48:06 to avoid the patch, you could put these in src/oma
jackhou1 2014/08/01 00:19:53 Done.
+ 'src/base/extractor.h',
+ ],
+ 'include_dirs': [
+ '../..',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698