Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Side by Side Diff: components/omnibox.gypi

Issue 1224203003: Componentize //chrome/common/omnibox_focus_state.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@omnibox_component_browser_subdir
Patch Set: Rebase Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/renderer/searchbox/searchbox.cc ('k') | components/omnibox/common/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/browser 8 # GN version: //components/omnibox/browser
9 'target_name': 'omnibox_browser', 9 'target_name': 'omnibox_browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'omnibox/browser/suggestion_answer.h', 105 'omnibox/browser/suggestion_answer.h',
106 'omnibox/browser/url_index_private_data.cc', 106 'omnibox/browser/url_index_private_data.cc',
107 'omnibox/browser/url_index_private_data.h', 107 'omnibox/browser/url_index_private_data.h',
108 'omnibox/browser/url_prefix.cc', 108 'omnibox/browser/url_prefix.cc',
109 'omnibox/browser/url_prefix.h', 109 'omnibox/browser/url_prefix.h',
110 'omnibox/browser/zero_suggest_provider.cc', 110 'omnibox/browser/zero_suggest_provider.cc',
111 'omnibox/browser/zero_suggest_provider.h', 111 'omnibox/browser/zero_suggest_provider.h',
112 ], 112 ],
113 }, 113 },
114 { 114 {
115 # GN version: //components/omnibox/common
116 'target_name': 'omnibox_common',
117 'type': 'none',
118 'include_dirs': [
119 '..',
120 ],
121 'sources': [
122 # Note: sources list duplicated in GN build.
123 'components/omnibox/omnibox_focus_state.h',
124 ],
125 },
126 {
115 # Protobuf compiler / generator for the InMemoryURLIndex caching 127 # Protobuf compiler / generator for the InMemoryURLIndex caching
116 # protocol buffer. 128 # protocol buffer.
117 # GN version: //components/omnibox:in_memory_url_index_cache_proto 129 # GN version: //components/omnibox:in_memory_url_index_cache_proto
118 'target_name': 'omnibox_in_memory_url_index_cache_proto', 130 'target_name': 'omnibox_in_memory_url_index_cache_proto',
119 'type': 'static_library', 131 'type': 'static_library',
120 'sources': [ 'omnibox/browser/in_memory_url_index_cache.proto', ], 132 'sources': [ 'omnibox/browser/in_memory_url_index_cache.proto', ],
121 'variables': { 133 'variables': {
122 'proto_in_dir': 'omnibox/browser', 134 'proto_in_dir': 'omnibox/browser',
123 'proto_out_dir': 'components/omnibox/browser', 135 'proto_out_dir': 'components/omnibox/browser',
124 }, 136 },
(...skipping 15 matching lines...) Expand all
140 'sources': [ 152 'sources': [
141 # Note: sources list duplicated in GN build. 153 # Note: sources list duplicated in GN build.
142 'omnibox/browser/mock_autocomplete_provider_client.cc', 154 'omnibox/browser/mock_autocomplete_provider_client.cc',
143 'omnibox/browser/mock_autocomplete_provider_client.h', 155 'omnibox/browser/mock_autocomplete_provider_client.h',
144 'omnibox/browser/test_scheme_classifier.cc', 156 'omnibox/browser/test_scheme_classifier.cc',
145 'omnibox/browser/test_scheme_classifier.h', 157 'omnibox/browser/test_scheme_classifier.h',
146 ], 158 ],
147 }, 159 },
148 ], 160 ],
149 } 161 }
OLDNEW
« no previous file with comments | « chrome/renderer/searchbox/searchbox.cc ('k') | components/omnibox/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698