Index: third_party/omaha/omaha.gyp |
diff --git a/ios/web/ios_web.gyp b/third_party/omaha/omaha.gyp |
similarity index 59% |
copy from ios/web/ios_web.gyp |
copy to third_party/omaha/omaha.gyp |
index df20bcc049c010f6ef23a1d39d4798ed8ad1182a..e0d3fcded137e487669356ceb79883876c06bbfe 100644 |
--- a/ios/web/ios_web.gyp |
+++ b/third_party/omaha/omaha.gyp |
@@ -3,22 +3,17 @@ |
# found in the LICENSE file. |
{ |
- 'variables': { |
- 'chromium_code': 1, |
- }, |
'targets': [ |
{ |
- 'target_name': 'ios_web', |
+ 'target_name': 'omaha_extractor', |
'type': 'static_library', |
+ 'sources': [ |
+ 'src/omaha/base/extractor.cc', |
+ 'src/omaha/base/extractor.h', |
+ ], |
'include_dirs': [ |
'../..', |
- ], |
- 'dependencies': [ |
- '../../base/base.gyp:base', |
- ], |
- 'sources': [ |
- 'public/user_agent.h', |
- 'public/user_agent.mm', |
+ 'src', |
], |
}, |
], |