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

Side by Side Diff: components/omnibox.gypi

Issue 1240713002: Fix path to omnibox_focus_state.h in omnibox.gypi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | no next file » | 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 }, 113 },
114 { 114 {
115 # GN version: //components/omnibox/common 115 # GN version: //components/omnibox/common
116 'target_name': 'omnibox_common', 116 'target_name': 'omnibox_common',
117 'type': 'none', 117 'type': 'none',
118 'include_dirs': [ 118 'include_dirs': [
119 '..', 119 '..',
120 ], 120 ],
121 'sources': [ 121 'sources': [
122 # Note: sources list duplicated in GN build. 122 # Note: sources list duplicated in GN build.
123 'components/omnibox/omnibox_focus_state.h', 123 'omnibox/common/omnibox_focus_state.h',
124 ], 124 ],
125 }, 125 },
126 { 126 {
127 # Protobuf compiler / generator for the InMemoryURLIndex caching 127 # Protobuf compiler / generator for the InMemoryURLIndex caching
128 # protocol buffer. 128 # protocol buffer.
129 # GN version: //components/omnibox:in_memory_url_index_cache_proto 129 # GN version: //components/omnibox:in_memory_url_index_cache_proto
130 'target_name': 'omnibox_in_memory_url_index_cache_proto', 130 'target_name': 'omnibox_in_memory_url_index_cache_proto',
131 'type': 'static_library', 131 'type': 'static_library',
132 'sources': [ 'omnibox/browser/in_memory_url_index_cache.proto', ], 132 'sources': [ 'omnibox/browser/in_memory_url_index_cache.proto', ],
133 'variables': { 133 'variables': {
(...skipping 18 matching lines...) Expand all
152 'sources': [ 152 'sources': [
153 # Note: sources list duplicated in GN build. 153 # Note: sources list duplicated in GN build.
154 'omnibox/browser/mock_autocomplete_provider_client.cc', 154 'omnibox/browser/mock_autocomplete_provider_client.cc',
155 'omnibox/browser/mock_autocomplete_provider_client.h', 155 'omnibox/browser/mock_autocomplete_provider_client.h',
156 'omnibox/browser/test_scheme_classifier.cc', 156 'omnibox/browser/test_scheme_classifier.cc',
157 'omnibox/browser/test_scheme_classifier.h', 157 'omnibox/browser/test_scheme_classifier.h',
158 ], 158 ],
159 }, 159 },
160 ], 160 ],
161 } 161 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698