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

Side by Side Diff: components/omnibox.gypi

Issue 1530133005: Refactor VariationsHttpHeaderProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing include to srt_fetcher_win.cc. Created 5 years 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/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 19 matching lines...) Expand all
30 'keyed_service_core', 30 'keyed_service_core',
31 'omnibox_common', 31 'omnibox_common',
32 'omnibox_in_memory_url_index_cache_proto', 32 'omnibox_in_memory_url_index_cache_proto',
33 'open_from_clipboard', 33 'open_from_clipboard',
34 'pref_registry', 34 'pref_registry',
35 'query_parser', 35 'query_parser',
36 'search', 36 'search',
37 'search_engines', 37 'search_engines',
38 'toolbar', 38 'toolbar',
39 'url_formatter/url_formatter.gyp:url_formatter', 39 'url_formatter/url_formatter.gyp:url_formatter',
40 'variations_http_provider', 40 'variations_net',
41 ], 41 ],
42 'export_dependent_settings': [ 42 'export_dependent_settings': [
43 'component_metrics_proto', 43 'component_metrics_proto',
44 'history_core_browser', 44 'history_core_browser',
45 ], 45 ],
46 'include_dirs': [ 46 'include_dirs': [
47 '..', 47 '..',
48 ], 48 ],
49 'sources': [ 49 'sources': [
50 # Note: sources list duplicated in GN build. 50 # Note: sources list duplicated in GN build.
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'type': 'none', 198 'type': 'none',
199 'variables': { 199 'variables': {
200 'source_file': 'omnibox/browser/autocomplete_match_type.h', 200 'source_file': 'omnibox/browser/autocomplete_match_type.h',
201 }, 201 },
202 'includes': [ '../build/android/java_cpp_enum.gypi' ], 202 'includes': [ '../build/android/java_cpp_enum.gypi' ],
203 }, 203 },
204 ], 204 ],
205 }], 205 }],
206 ], 206 ],
207 } 207 }
OLDNEW
« no previous file with comments | « components/metrics/metrics_service_unittest.cc ('k') | components/omnibox/browser/search_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698