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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10832256: Experimental AutocompleteProvider for zerosuggest. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address comments, avoid stale matches. Created 8 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
« no previous file with comments | « chrome/browser/ui/omnibox/omnibox_edit_model.cc ('k') | chrome/common/chrome_switches.h » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 'browser/autocomplete/history_url_provider.cc', 171 'browser/autocomplete/history_url_provider.cc',
172 'browser/autocomplete/history_url_provider.h', 172 'browser/autocomplete/history_url_provider.h',
173 'browser/autocomplete/keyword_provider.cc', 173 'browser/autocomplete/keyword_provider.cc',
174 'browser/autocomplete/keyword_provider.h', 174 'browser/autocomplete/keyword_provider.h',
175 'browser/autocomplete/search_provider.cc', 175 'browser/autocomplete/search_provider.cc',
176 'browser/autocomplete/search_provider.h', 176 'browser/autocomplete/search_provider.h',
177 'browser/autocomplete/shortcuts_provider.cc', 177 'browser/autocomplete/shortcuts_provider.cc',
178 'browser/autocomplete/shortcuts_provider.h', 178 'browser/autocomplete/shortcuts_provider.h',
179 'browser/autocomplete/url_prefix.cc', 179 'browser/autocomplete/url_prefix.cc',
180 'browser/autocomplete/url_prefix.h', 180 'browser/autocomplete/url_prefix.h',
181 'browser/autocomplete/zero_suggest_provider.cc',
182 'browser/autocomplete/zero_suggest_provider.h',
181 'browser/autofill/address.cc', 183 'browser/autofill/address.cc',
182 'browser/autofill/address.h', 184 'browser/autofill/address.h',
183 'browser/autofill/address_field.cc', 185 'browser/autofill/address_field.cc',
184 'browser/autofill/address_field.h', 186 'browser/autofill/address_field.h',
185 'browser/autofill/autocomplete_history_manager.cc', 187 'browser/autofill/autocomplete_history_manager.cc',
186 'browser/autofill/autocomplete_history_manager.h', 188 'browser/autofill/autocomplete_history_manager.h',
187 'browser/autofill/autofill-inl.h', 189 'browser/autofill/autofill-inl.h',
188 'browser/autofill/autofill_cc_infobar_delegate.cc', 190 'browser/autofill/autofill_cc_infobar_delegate.cc',
189 'browser/autofill/autofill_cc_infobar_delegate.h', 191 'browser/autofill/autofill_cc_infobar_delegate.h',
190 'browser/autofill/autofill_country.cc', 192 'browser/autofill/autofill_country.cc',
(...skipping 5390 matching lines...) Expand 10 before | Expand all | Expand 10 after
5581 'includes': [ '../build/jni_generator.gypi' ], 5583 'includes': [ '../build/jni_generator.gypi' ],
5582 'dependencies': [ 5584 'dependencies': [
5583 'android_jar_jni_headers', 5585 'android_jar_jni_headers',
5584 ], 5586 ],
5585 }, 5587 },
5586 ], 5588 ],
5587 }, 5589 },
5588 ], 5590 ],
5589 ], 5591 ],
5590 } 5592 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/omnibox/omnibox_edit_model.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698