| 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 # GN version: //components/search_engines | 8 # GN version: //components/search_engines |
| 9 'target_name': 'search_engines', | 9 'target_name': 'search_engines', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| 11 'dependencies': [ | 11 'dependencies': [ |
| 12 '../base/base.gyp:base', | 12 '../base/base.gyp:base', |
| 13 '../google_apis/google_apis.gyp:google_apis', | 13 '../google_apis/google_apis.gyp:google_apis', |
| 14 '../net/net.gyp:net', | 14 '../net/net.gyp:net', |
| 15 '../sql/sql.gyp:sql', | 15 '../sql/sql.gyp:sql', |
| 16 '../sync/sync.gyp:sync', | 16 '../sync/sync.gyp:sync', |
| 17 '../third_party/libxml/libxml.gyp:libxml', | 17 '../third_party/libxml/libxml.gyp:libxml', |
| 18 '../ui/gfx/gfx.gyp:gfx', | 18 '../ui/gfx/gfx.gyp:gfx', |
| 19 '../url/url.gyp:url_lib', | 19 '../url/url.gyp:url_lib', |
| 20 'component_metrics_proto', | 20 'component_metrics_proto', |
| 21 'components_strings.gyp:components_strings', | 21 'components_strings.gyp:components_strings', |
| 22 'google_core_browser', | 22 'google_core_browser', |
| 23 'history_core_browser', | 23 'history_core_browser', |
| 24 'keyed_service_core', | 24 'keyed_service_core', |
| 25 'policy', | 25 'policy', |
| 26 'pref_registry', | 26 'pref_registry', |
| 27 'rappor', | 27 'rappor', |
| 28 'search_engines/prepopulated_engines.gyp:prepopulated_engines', | 28 'search_engines/prepopulated_engines.gyp:prepopulated_engines', |
| 29 'url_formatter/url_formatter.gyp:url_formatter', | 29 'url_fixer', |
| 30 'webdata_common', | 30 'webdata_common', |
| 31 ], | 31 ], |
| 32 'export_dependent_settings': [ | 32 'export_dependent_settings': [ |
| 33 'component_metrics_proto', | 33 'component_metrics_proto', |
| 34 ], | 34 ], |
| 35 'include_dirs': [ | 35 'include_dirs': [ |
| 36 '..', | 36 '..', |
| 37 ], | 37 ], |
| 38 'sources': [ | 38 'sources': [ |
| 39 # Note: sources list duplicated in GN build. | 39 # Note: sources list duplicated in GN build. |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 ], | 99 ], |
| 100 'sources': [ | 100 'sources': [ |
| 101 'search_engines/default_search_pref_test_util.cc', | 101 'search_engines/default_search_pref_test_util.cc', |
| 102 'search_engines/default_search_pref_test_util.h', | 102 'search_engines/default_search_pref_test_util.h', |
| 103 'search_engines/testing_search_terms_data.cc', | 103 'search_engines/testing_search_terms_data.cc', |
| 104 'search_engines/testing_search_terms_data.h', | 104 'search_engines/testing_search_terms_data.h', |
| 105 ], | 105 ], |
| 106 }, | 106 }, |
| 107 ], | 107 ], |
| 108 } | 108 } |
| OLD | NEW |