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

Side by Side Diff: components/omnibox.gypi

Issue 470523002: Componentize AutocompleteResult (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « components/components_tests.gyp ('k') | components/omnibox/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 8 # GN version: //components/omnibox
9 'target_name': 'omnibox', 9 'target_name': 'omnibox',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 15 matching lines...) Expand all
26 # Note: sources list duplicated in GN build. 26 # Note: sources list duplicated in GN build.
27 'omnibox/autocomplete_input.cc', 27 'omnibox/autocomplete_input.cc',
28 'omnibox/autocomplete_input.h', 28 'omnibox/autocomplete_input.h',
29 'omnibox/autocomplete_match.cc', 29 'omnibox/autocomplete_match.cc',
30 'omnibox/autocomplete_match.h', 30 'omnibox/autocomplete_match.h',
31 'omnibox/autocomplete_match_type.cc', 31 'omnibox/autocomplete_match_type.cc',
32 'omnibox/autocomplete_match_type.h', 32 'omnibox/autocomplete_match_type.h',
33 'omnibox/autocomplete_provider.cc', 33 'omnibox/autocomplete_provider.cc',
34 'omnibox/autocomplete_provider.h', 34 'omnibox/autocomplete_provider.h',
35 'omnibox/autocomplete_provider_listener.h', 35 'omnibox/autocomplete_provider_listener.h',
36 'omnibox/autocomplete_result.cc',
37 'omnibox/autocomplete_result.h',
36 'omnibox/autocomplete_scheme_classifier.h', 38 'omnibox/autocomplete_scheme_classifier.h',
37 'omnibox/omnibox_field_trial.cc', 39 'omnibox/omnibox_field_trial.cc',
38 'omnibox/omnibox_field_trial.h', 40 'omnibox/omnibox_field_trial.h',
39 'omnibox/omnibox_switches.cc', 41 'omnibox/omnibox_switches.cc',
40 'omnibox/omnibox_switches.h', 42 'omnibox/omnibox_switches.h',
41 'omnibox/search_suggestion_parser.cc', 43 'omnibox/search_suggestion_parser.cc',
42 'omnibox/search_suggestion_parser.h', 44 'omnibox/search_suggestion_parser.h',
43 'omnibox/url_prefix.cc', 45 'omnibox/url_prefix.cc',
44 'omnibox/url_prefix.h', 46 'omnibox/url_prefix.h',
45 ], 47 ],
(...skipping 11 matching lines...) Expand all
57 '..', 59 '..',
58 ], 60 ],
59 'sources': [ 61 'sources': [
60 # Note: sources list duplicated in GN build. 62 # Note: sources list duplicated in GN build.
61 'omnibox/test_scheme_classifier.cc', 63 'omnibox/test_scheme_classifier.cc',
62 'omnibox/test_scheme_classifier.h', 64 'omnibox/test_scheme_classifier.h',
63 ], 65 ],
64 }, 66 },
65 ], 67 ],
66 } 68 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/omnibox/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698