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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 330233002: Create a new component "autocomplete" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, DEPS & OWNERS fix Created 6 years, 6 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 | « chrome/browser/history/scored_history_match.cc ('k') | components/OWNERS » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
11 'dependencies': [ 11 'dependencies': [
12 # NOTE: New dependencies should generally be added in the OS!="ios" 12 # NOTE: New dependencies should generally be added in the OS!="ios"
13 # dependencies block below, rather than here. 13 # dependencies block below, rather than here.
14 'browser_ui', 14 'browser_ui',
15 'cert_logger_proto', 15 'cert_logger_proto',
16 'chrome_resources.gyp:chrome_extra_resources', 16 'chrome_resources.gyp:chrome_extra_resources',
17 'chrome_resources.gyp:chrome_resources', 17 'chrome_resources.gyp:chrome_resources',
18 'chrome_resources.gyp:chrome_strings', 18 'chrome_resources.gyp:chrome_strings',
19 'chrome_resources.gyp:chrome_strings_map', 19 'chrome_resources.gyp:chrome_strings_map',
20 'chrome_resources.gyp:platform_locale_settings', 20 'chrome_resources.gyp:platform_locale_settings',
21 'chrome_resources.gyp:theme_resources', 21 'chrome_resources.gyp:theme_resources',
22 'common', 22 'common',
23 'common_net', 23 'common_net',
24 'in_memory_url_index_cache_proto', 24 'in_memory_url_index_cache_proto',
25 'probe_message_proto', 25 'probe_message_proto',
26 'safe_browsing_chunk_proto', 26 'safe_browsing_chunk_proto',
27 'safe_browsing_proto', 27 'safe_browsing_proto',
28 'safe_browsing_report_proto', 28 'safe_browsing_report_proto',
29 'suggestions_proto', 29 'suggestions_proto',
30 '../components/components.gyp:autocomplete',
30 '../components/components.gyp:autofill_core_browser', 31 '../components/components.gyp:autofill_core_browser',
31 '../components/components.gyp:bookmarks_browser', 32 '../components/components.gyp:bookmarks_browser',
32 '../components/components.gyp:captive_portal', 33 '../components/components.gyp:captive_portal',
33 '../components/components.gyp:cloud_devices_common', 34 '../components/components.gyp:cloud_devices_common',
34 '../components/components.gyp:component_metrics_proto', 35 '../components/components.gyp:component_metrics_proto',
35 '../components/components.gyp:data_reduction_proxy_browser', 36 '../components/components.gyp:data_reduction_proxy_browser',
36 '../components/components.gyp:domain_reliability', 37 '../components/components.gyp:domain_reliability',
37 '../components/components.gyp:favicon_base', 38 '../components/components.gyp:favicon_base',
38 '../components/components.gyp:favicon_core', 39 '../components/components.gyp:favicon_core',
39 '../components/components.gyp:feedback_component', 40 '../components/components.gyp:feedback_component',
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 'browser/autocomplete/keyword_provider.cc', 266 'browser/autocomplete/keyword_provider.cc',
266 'browser/autocomplete/keyword_provider.h', 267 'browser/autocomplete/keyword_provider.h',
267 'browser/autocomplete/search_provider.cc', 268 'browser/autocomplete/search_provider.cc',
268 'browser/autocomplete/search_provider.h', 269 'browser/autocomplete/search_provider.h',
269 'browser/autocomplete/shortcuts_backend.cc', 270 'browser/autocomplete/shortcuts_backend.cc',
270 'browser/autocomplete/shortcuts_backend.h', 271 'browser/autocomplete/shortcuts_backend.h',
271 'browser/autocomplete/shortcuts_backend_factory.cc', 272 'browser/autocomplete/shortcuts_backend_factory.cc',
272 'browser/autocomplete/shortcuts_backend_factory.h', 273 'browser/autocomplete/shortcuts_backend_factory.h',
273 'browser/autocomplete/shortcuts_provider.cc', 274 'browser/autocomplete/shortcuts_provider.cc',
274 'browser/autocomplete/shortcuts_provider.h', 275 'browser/autocomplete/shortcuts_provider.h',
275 'browser/autocomplete/url_prefix.cc',
276 'browser/autocomplete/url_prefix.h',
277 'browser/autocomplete/zero_suggest_provider.cc', 276 'browser/autocomplete/zero_suggest_provider.cc',
278 'browser/autocomplete/zero_suggest_provider.h', 277 'browser/autocomplete/zero_suggest_provider.h',
279 'browser/autofill/android/personal_data_manager_android.cc', 278 'browser/autofill/android/personal_data_manager_android.cc',
280 'browser/autofill/android/personal_data_manager_android.h', 279 'browser/autofill/android/personal_data_manager_android.h',
281 'browser/autofill/autofill_cc_infobar_delegate.cc', 280 'browser/autofill/autofill_cc_infobar_delegate.cc',
282 'browser/autofill/autofill_cc_infobar_delegate.h', 281 'browser/autofill/autofill_cc_infobar_delegate.h',
283 'browser/autofill/personal_data_manager_factory.cc', 282 'browser/autofill/personal_data_manager_factory.cc',
284 'browser/autofill/personal_data_manager_factory.h', 283 'browser/autofill/personal_data_manager_factory.h',
285 'browser/autofill/validation_rules_storage_factory.cc', 284 'browser/autofill/validation_rules_storage_factory.cc',
286 'browser/autofill/validation_rules_storage_factory.h', 285 'browser/autofill/validation_rules_storage_factory.h',
(...skipping 3507 matching lines...) Expand 10 before | Expand all | Expand 10 after
3794 'package_name': 'org/chromium/chrome/browser', 3793 'package_name': 'org/chromium/chrome/browser',
3795 'template_deps': ['browser/android/tab_load_status.h'], 3794 'template_deps': ['browser/android/tab_load_status.h'],
3796 }, 3795 },
3797 'includes': [ '../build/android/java_cpp_template.gypi' ], 3796 'includes': [ '../build/android/java_cpp_template.gypi' ],
3798 }, 3797 },
3799 ], 3798 ],
3800 }, 3799 },
3801 ], 3800 ],
3802 ], 3801 ],
3803 } 3802 }
OLDNEW
« no previous file with comments | « chrome/browser/history/scored_history_match.cc ('k') | components/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698