[email protected] | fa817b1 | 2014-06-11 06:25:25 | [diff] [blame] | 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 |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | { |
| 6 | 'targets': [ |
| 7 | { |
| 8 | 'target_name': 'search_engines', |
| 9 | 'type': 'static_library', |
| 10 | 'dependencies': [ |
| 11 | '../base/base.gyp:base', |
[email protected] | d550cb0 | 2014-06-25 06:48:11 | [diff] [blame] | 12 | '../google_apis/google_apis.gyp:google_apis', |
| 13 | '../net/net.gyp:net', |
| 14 | '../ui/gfx/gfx.gyp:gfx_geometry', |
[email protected] | fa817b1 | 2014-06-11 06:25:25 | [diff] [blame] | 15 | '../url/url.gyp:url_lib', |
[email protected] | d550cb0 | 2014-06-25 06:48:11 | [diff] [blame] | 16 | 'component_metrics_proto', |
[email protected] | 0915b35 | 2014-06-25 19:58:14 | [diff] [blame^] | 17 | 'components_strings.gyp:components_strings', |
[email protected] | d550cb0 | 2014-06-25 06:48:11 | [diff] [blame] | 18 | 'google_core_browser', |
[email protected] | 0915b35 | 2014-06-25 19:58:14 | [diff] [blame^] | 19 | 'policy', |
| 20 | 'pref_registry', |
[email protected] | f92b15b | 2014-06-12 04:16:18 | [diff] [blame] | 21 | 'search_engines/prepopulated_engines.gyp:prepopulated_engines', |
[email protected] | fa817b1 | 2014-06-11 06:25:25 | [diff] [blame] | 22 | ], |
| 23 | 'include_dirs': [ |
| 24 | '..', |
| 25 | ], |
| 26 | 'sources': [ |
[email protected] | 0915b35 | 2014-06-25 19:58:14 | [diff] [blame^] | 27 | 'search_engines/default_search_manager.cc', |
| 28 | 'search_engines/default_search_manager.h', |
| 29 | 'search_engines/default_search_policy_handler.cc', |
| 30 | 'search_engines/default_search_policy_handler.h', |
[email protected] | f92b15b | 2014-06-12 04:16:18 | [diff] [blame] | 31 | 'search_engines/search_engine_type.h', |
[email protected] | 2d3e710 | 2014-06-21 05:57:17 | [diff] [blame] | 32 | 'search_engines/search_engines_pref_names.cc', |
| 33 | 'search_engines/search_engines_pref_names.h', |
[email protected] | 5c3c6e48 | 2014-06-23 09:47:18 | [diff] [blame] | 34 | 'search_engines/search_engines_switches.cc', |
| 35 | 'search_engines/search_engines_switches.h', |
[email protected] | eb7c2e2 | 2014-06-12 16:26:07 | [diff] [blame] | 36 | 'search_engines/search_terms_data.cc', |
| 37 | 'search_engines/search_terms_data.h', |
[email protected] | d550cb0 | 2014-06-25 06:48:11 | [diff] [blame] | 38 | 'search_engines/template_url.cc', |
| 39 | 'search_engines/template_url.h', |
[email protected] | fa817b1 | 2014-06-11 06:25:25 | [diff] [blame] | 40 | 'search_engines/template_url_data.cc', |
| 41 | 'search_engines/template_url_data.h', |
| 42 | 'search_engines/template_url_id.h', |
[email protected] | 0915b35 | 2014-06-25 19:58:14 | [diff] [blame^] | 43 | 'search_engines/template_url_prepopulate_data.cc', |
| 44 | 'search_engines/template_url_prepopulate_data.h', |
[email protected] | fa817b1 | 2014-06-11 06:25:25 | [diff] [blame] | 45 | ], |
| 46 | }, |
| 47 | ], |
| 48 | } |