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', |
], |
}, |
], |