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

Side by Side Diff: components/omnibox.gypi

Issue 500023002: Introduce AutocompleteProviderDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 6 years, 3 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
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 8 # GN version: //components/omnibox
9 'target_name': 'omnibox', 9 'target_name': 'omnibox',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 16 matching lines...) Expand all
27 'sources': [ 27 'sources': [
28 # Note: sources list duplicated in GN build. 28 # Note: sources list duplicated in GN build.
29 'omnibox/autocomplete_input.cc', 29 'omnibox/autocomplete_input.cc',
30 'omnibox/autocomplete_input.h', 30 'omnibox/autocomplete_input.h',
31 'omnibox/autocomplete_match.cc', 31 'omnibox/autocomplete_match.cc',
32 'omnibox/autocomplete_match.h', 32 'omnibox/autocomplete_match.h',
33 'omnibox/autocomplete_match_type.cc', 33 'omnibox/autocomplete_match_type.cc',
34 'omnibox/autocomplete_match_type.h', 34 'omnibox/autocomplete_match_type.h',
35 'omnibox/autocomplete_provider.cc', 35 'omnibox/autocomplete_provider.cc',
36 'omnibox/autocomplete_provider.h', 36 'omnibox/autocomplete_provider.h',
37 'omnibox/autocomplete_provider_delegate.h',
37 'omnibox/autocomplete_provider_listener.h', 38 'omnibox/autocomplete_provider_listener.h',
38 'omnibox/autocomplete_result.cc', 39 'omnibox/autocomplete_result.cc',
39 'omnibox/autocomplete_result.h', 40 'omnibox/autocomplete_result.h',
40 'omnibox/autocomplete_scheme_classifier.h', 41 'omnibox/autocomplete_scheme_classifier.h',
41 'omnibox/keyword_extensions_delegate.cc', 42 'omnibox/keyword_extensions_delegate.cc',
42 'omnibox/keyword_extensions_delegate.h', 43 'omnibox/keyword_extensions_delegate.h',
43 'omnibox/keyword_provider.cc', 44 'omnibox/keyword_provider.cc',
44 'omnibox/keyword_provider.h', 45 'omnibox/keyword_provider.h',
45 'omnibox/omnibox_field_trial.cc', 46 'omnibox/omnibox_field_trial.cc',
46 'omnibox/omnibox_field_trial.h', 47 'omnibox/omnibox_field_trial.h',
(...skipping 18 matching lines...) Expand all
65 '..', 66 '..',
66 ], 67 ],
67 'sources': [ 68 'sources': [
68 # Note: sources list duplicated in GN build. 69 # Note: sources list duplicated in GN build.
69 'omnibox/test_scheme_classifier.cc', 70 'omnibox/test_scheme_classifier.cc',
70 'omnibox/test_scheme_classifier.h', 71 'omnibox/test_scheme_classifier.h',
71 ], 72 ],
72 }, 73 },
73 ], 74 ],
74 } 75 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698