| 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/omnibox | 8 # GN version: //components/omnibox |
| 9 'target_name': 'omnibox', | 9 'target_name': 'omnibox', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| 11 'dependencies': [ | 11 'dependencies': [ |
| 12 '../base/base.gyp:base', | 12 '../base/base.gyp:base', |
| 13 '../base/base.gyp:base_i18n', | 13 '../base/base.gyp:base_i18n', |
| 14 '../net/net.gyp:net', | 14 '../net/net.gyp:net', |
| 15 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 15 '../ui/base/ui_base.gyp:ui_base', | 16 '../ui/base/ui_base.gyp:ui_base', |
| 16 '../url/url.gyp:url_lib', | 17 '../url/url.gyp:url_lib', |
| 17 'bookmarks_browser', | 18 'bookmarks_browser', |
| 18 'component_metrics_proto', | 19 'component_metrics_proto', |
| 19 'components_resources.gyp:components_resources', | 20 'components_resources.gyp:components_resources', |
| 20 'components_strings.gyp:components_strings', | 21 'components_strings.gyp:components_strings', |
| 21 'history_core_browser', | 22 'history_core_browser', |
| 23 'keyed_service_core', |
| 24 'omnibox_in_memory_url_index_cache_proto', |
| 22 'query_parser', | 25 'query_parser', |
| 23 'search', | 26 'search', |
| 24 'search_engines', | 27 'search_engines', |
| 25 'url_fixer', | 28 'url_fixer', |
| 26 'variations_http_provider', | 29 'variations_http_provider', |
| 27 ], | 30 ], |
| 28 'export_dependent_settings': [ | 31 'export_dependent_settings': [ |
| 29 'component_metrics_proto', | 32 'component_metrics_proto', |
| 30 ], | 33 ], |
| 31 'include_dirs': [ | 34 'include_dirs': [ |
| (...skipping 15 matching lines...) Expand all Loading... |
| 47 'omnibox/autocomplete_provider_listener.h', | 50 'omnibox/autocomplete_provider_listener.h', |
| 48 'omnibox/autocomplete_result.cc', | 51 'omnibox/autocomplete_result.cc', |
| 49 'omnibox/autocomplete_result.h', | 52 'omnibox/autocomplete_result.h', |
| 50 'omnibox/autocomplete_scheme_classifier.h', | 53 'omnibox/autocomplete_scheme_classifier.h', |
| 51 'omnibox/base_search_provider.cc', | 54 'omnibox/base_search_provider.cc', |
| 52 'omnibox/base_search_provider.h', | 55 'omnibox/base_search_provider.h', |
| 53 'omnibox/bookmark_provider.cc', | 56 'omnibox/bookmark_provider.cc', |
| 54 'omnibox/bookmark_provider.h', | 57 'omnibox/bookmark_provider.h', |
| 55 'omnibox/history_provider.cc', | 58 'omnibox/history_provider.cc', |
| 56 'omnibox/history_provider.h', | 59 'omnibox/history_provider.h', |
| 60 'omnibox/history_quick_provider.cc', |
| 61 'omnibox/history_quick_provider.h', |
| 57 'omnibox/history_url_provider.cc', | 62 'omnibox/history_url_provider.cc', |
| 58 'omnibox/history_url_provider.h', | 63 'omnibox/history_url_provider.h', |
| 64 'omnibox/in_memory_url_index.cc', |
| 65 'omnibox/in_memory_url_index.h', |
| 59 'omnibox/in_memory_url_index_types.cc', | 66 'omnibox/in_memory_url_index_types.cc', |
| 60 'omnibox/in_memory_url_index_types.h', | 67 'omnibox/in_memory_url_index_types.h', |
| 61 'omnibox/keyword_extensions_delegate.cc', | 68 'omnibox/keyword_extensions_delegate.cc', |
| 62 'omnibox/keyword_extensions_delegate.h', | 69 'omnibox/keyword_extensions_delegate.h', |
| 63 'omnibox/keyword_provider.cc', | 70 'omnibox/keyword_provider.cc', |
| 64 'omnibox/keyword_provider.h', | 71 'omnibox/keyword_provider.h', |
| 65 'omnibox/omnibox_field_trial.cc', | 72 'omnibox/omnibox_field_trial.cc', |
| 66 'omnibox/omnibox_field_trial.h', | 73 'omnibox/omnibox_field_trial.h', |
| 67 'omnibox/omnibox_log.cc', | 74 'omnibox/omnibox_log.cc', |
| 68 'omnibox/omnibox_log.h', | 75 'omnibox/omnibox_log.h', |
| 69 'omnibox/omnibox_switches.cc', | 76 'omnibox/omnibox_switches.cc', |
| 70 'omnibox/omnibox_switches.h', | 77 'omnibox/omnibox_switches.h', |
| 71 'omnibox/scored_history_match.cc', | 78 'omnibox/scored_history_match.cc', |
| 72 'omnibox/scored_history_match.h', | 79 'omnibox/scored_history_match.h', |
| 73 'omnibox/search_provider.cc', | 80 'omnibox/search_provider.cc', |
| 74 'omnibox/search_provider.h', | 81 'omnibox/search_provider.h', |
| 75 'omnibox/search_suggestion_parser.cc', | 82 'omnibox/search_suggestion_parser.cc', |
| 76 'omnibox/search_suggestion_parser.h', | 83 'omnibox/search_suggestion_parser.h', |
| 77 'omnibox/suggestion_answer.cc', | 84 'omnibox/suggestion_answer.cc', |
| 78 'omnibox/suggestion_answer.h', | 85 'omnibox/suggestion_answer.h', |
| 86 'omnibox/url_index_private_data.cc', |
| 87 'omnibox/url_index_private_data.h', |
| 79 'omnibox/url_prefix.cc', | 88 'omnibox/url_prefix.cc', |
| 80 'omnibox/url_prefix.h', | 89 'omnibox/url_prefix.h', |
| 81 ], | 90 ], |
| 82 }, | 91 }, |
| 92 { |
| 93 # Protobuf compiler / generator for the InMemoryURLIndex caching |
| 94 # protocol buffer. |
| 95 # GN version: //components/omnibox:in_memory_url_index_cache_proto |
| 96 'target_name': 'omnibox_in_memory_url_index_cache_proto', |
| 97 'type': 'static_library', |
| 98 'sources': [ 'omnibox/in_memory_url_index_cache.proto', ], |
| 99 'variables': { |
| 100 'proto_in_dir': 'omnibox', |
| 101 'proto_out_dir': 'components/omnibox', |
| 102 }, |
| 103 'includes': [ '../build/protoc.gypi', ], |
| 104 }, |
| 83 # GN version: //components/omnibox:omnibox_crash_keys | 105 # GN version: //components/omnibox:omnibox_crash_keys |
| 84 # crash_keys.h is included from //chrome/common and thus can't live with | 106 # crash_keys.h is included from //chrome/common and thus can't live with |
| 85 # the other browser-specific targets. | 107 # the other browser-specific targets. |
| 86 # TODO(mpearson): Remove this target once crbug.com/464926 is closed. | 108 # TODO(mpearson): Remove this target once crbug.com/464926 is closed. |
| 87 { | 109 { |
| 88 'target_name': 'omnibox_crash_keys', | 110 'target_name': 'omnibox_crash_keys', |
| 89 'type': 'static_library', | 111 'type': 'static_library', |
| 90 'sources': [ | 112 'sources': [ |
| 91 'omnibox/crash_keys.cc', | 113 'omnibox/crash_keys.cc', |
| 92 'omnibox/crash_keys.h', | 114 'omnibox/crash_keys.h', |
| (...skipping 15 matching lines...) Expand all Loading... |
| 108 '..', | 130 '..', |
| 109 ], | 131 ], |
| 110 'sources': [ | 132 'sources': [ |
| 111 # Note: sources list duplicated in GN build. | 133 # Note: sources list duplicated in GN build. |
| 112 'omnibox/test_scheme_classifier.cc', | 134 'omnibox/test_scheme_classifier.cc', |
| 113 'omnibox/test_scheme_classifier.h', | 135 'omnibox/test_scheme_classifier.h', |
| 114 ], | 136 ], |
| 115 }, | 137 }, |
| 116 ], | 138 ], |
| 117 } | 139 } |
| OLD | NEW |