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

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: git cl format 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
Index: third_party/omaha/omaha.gyp
diff --git a/device/core/core.gyp b/third_party/omaha/omaha.gyp
similarity index 69%
copy from device/core/core.gyp
copy to third_party/omaha/omaha.gyp
index 09bd315330e738ddf64f7e8515facf0d9c42eb6a..e0d3fcded137e487669356ceb79883876c06bbfe 100644
--- a/device/core/core.gyp
+++ b/third_party/omaha/omaha.gyp
@@ -3,19 +3,17 @@
# found in the LICENSE file.
{
- 'variables': {
- 'chromium_code': 1,
- },
'targets': [
{
- 'target_name': 'device_core',
+ 'target_name': 'omaha_extractor',
'type': 'static_library',
+ 'sources': [
+ 'src/omaha/base/extractor.cc',
+ 'src/omaha/base/extractor.h',
+ ],
'include_dirs': [
'../..',
- ],
- 'sources': [
- 'device_client.cc',
- 'device_client.h',
+ 'src',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698