| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'search_engines', | 8 'target_name': 'component_updater', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| 11 '../base/base.gyp:base', | 11 '../base/base.gyp:base', |
| 12 '../url/url.gyp:url_lib', | |
| 13 ], | 12 ], |
| 14 'include_dirs': [ | 13 'include_dirs': [ |
| 15 '..', | 14 '..', |
| 16 ], | 15 ], |
| 17 'sources': [ | 16 'sources': [ |
| 18 'search_engines/template_url_data.cc', | 17 'component_updater/browser/component_updater_switches.cc', |
| 19 'search_engines/template_url_data.h', | 18 'component_updater/browser/component_updater_switches.h', |
| 20 'search_engines/template_url_id.h', | 19 'component_updater/common/pref_names.cc', |
| 20 'component_updater/common/pref_names.h', |
| 21 ], | 21 ], |
| 22 }, | 22 }, |
| 23 ], | 23 ], |
| 24 } | 24 } |
| OLD | NEW |