| Index: components/omaha_query_params.gypi
|
| diff --git a/components/autocomplete.gypi b/components/omaha_query_params.gypi
|
| similarity index 58%
|
| copy from components/autocomplete.gypi
|
| copy to components/omaha_query_params.gypi
|
| index f8d3d148e7ad54b80bf38c39a78e799c350e0c03..8994532cb2fd2aa4446a51c3260575758eeb9838 100644
|
| --- a/components/autocomplete.gypi
|
| +++ b/components/omaha_query_params.gypi
|
| @@ -5,17 +5,19 @@
|
| {
|
| 'targets': [
|
| {
|
| - 'target_name': 'autocomplete',
|
| + 'target_name': 'omaha_query_params',
|
| 'type': 'static_library',
|
| - 'dependencies': [
|
| - '../base/base.gyp:base',
|
| - ],
|
| 'include_dirs': [
|
| '..',
|
| ],
|
| + 'dependencies': [
|
| + '../base/base.gyp:base',
|
| + ],
|
| 'sources': [
|
| - 'autocomplete/url_prefix.cc',
|
| - 'autocomplete/url_prefix.h',
|
| + 'omaha_query_params/omaha_query_params.cc',
|
| + 'omaha_query_params/omaha_query_params.h',
|
| + 'omaha_query_params/omaha_query_params_delegate.cc',
|
| + 'omaha_query_params/omaha_query_params_delegate.h',
|
| ],
|
| },
|
| ],
|
|
|