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

Side by Side Diff: components/omnibox.gypi

Issue 1639463002: Moves HistoryIndexRestoreObserver to components/omnibox/browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/test/base/testing_profile.cc ('k') | components/omnibox/browser/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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 '../base/base.gyp:base', 174 '../base/base.gyp:base',
175 '../testing/gmock.gyp:gmock', 175 '../testing/gmock.gyp:gmock',
176 'omnibox_browser', 176 'omnibox_browser',
177 'component_metrics_proto', 177 'component_metrics_proto',
178 ], 178 ],
179 'include_dirs': [ 179 'include_dirs': [
180 '..', 180 '..',
181 ], 181 ],
182 'sources': [ 182 'sources': [
183 # Note: sources list duplicated in GN build. 183 # Note: sources list duplicated in GN build.
184 'omnibox/browser/history_index_restore_observer.cc',
185 'omnibox/browser/history_index_restore_observer.h',
184 'omnibox/browser/mock_autocomplete_provider_client.cc', 186 'omnibox/browser/mock_autocomplete_provider_client.cc',
185 'omnibox/browser/mock_autocomplete_provider_client.h', 187 'omnibox/browser/mock_autocomplete_provider_client.h',
186 'omnibox/browser/test_scheme_classifier.cc', 188 'omnibox/browser/test_scheme_classifier.cc',
187 'omnibox/browser/test_scheme_classifier.h', 189 'omnibox/browser/test_scheme_classifier.h',
188 ], 190 ],
189 }, 191 },
190 ], 192 ],
191 'conditions': [ 193 'conditions': [
192 ['OS == "android"', { 194 ['OS == "android"', {
193 'targets': [ 195 'targets': [
194 { 196 {
195 # GN: //components/omnibox:autocomplete_match_type_javagen 197 # GN: //components/omnibox:autocomplete_match_type_javagen
196 'target_name': 'autocomplete_match_type_java', 198 'target_name': 'autocomplete_match_type_java',
197 'type': 'none', 199 'type': 'none',
198 'variables': { 200 'variables': {
199 'source_file': 'omnibox/browser/autocomplete_match_type.h', 201 'source_file': 'omnibox/browser/autocomplete_match_type.h',
200 }, 202 },
201 'includes': [ '../build/android/java_cpp_enum.gypi' ], 203 'includes': [ '../build/android/java_cpp_enum.gypi' ],
202 }, 204 },
203 ], 205 ],
204 }], 206 }],
205 ], 207 ],
206 } 208 }
OLDNEW
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | components/omnibox/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698