Index: components/omaha_query_params.gypi |
diff --git a/components/autocomplete.gypi b/components/omaha_query_params.gypi |
similarity index 65% |
copy from components/autocomplete.gypi |
copy to components/omaha_query_params.gypi |
index f8d3d148e7ad54b80bf38c39a78e799c350e0c03..3b36b8041a9b93690b69524e1dd05f0bd7cbf198 100644 |
--- a/components/autocomplete.gypi |
+++ b/components/omaha_query_params.gypi |
@@ -5,17 +5,18 @@ |
{ |
'targets': [ |
{ |
- 'target_name': 'autocomplete', |
+ 'target_name': 'omaha_query_params', |
'type': 'static_library', |
- 'dependencies': [ |
- '../base/base.gyp:base', |
- ], |
'include_dirs': [ |
'..', |
], |
+ 'dependencies': [ |
+ '../base/base.gyp:base', |
+ '../content/content.gyp:content_browser', |
jochen (gone - plz use gerrit)
2014/06/24 08:52:31
why do you depend on content_browser but the DEPS
|
+ ], |
'sources': [ |
- 'autocomplete/url_prefix.cc', |
- 'autocomplete/url_prefix.h', |
+ 'omaha_query_params/omaha_query_params.cc', |
+ 'omaha_query_params/omaha_query_params.h', |
], |
}, |
], |