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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11867025: Download autocheckout whitelist and enable autocheckout for whitelisted sites only. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to head Created 7 years, 10 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
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, },
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 'browser/autocomplete/shortcuts_provider.cc', 170 'browser/autocomplete/shortcuts_provider.cc',
171 'browser/autocomplete/shortcuts_provider.h', 171 'browser/autocomplete/shortcuts_provider.h',
172 'browser/autocomplete/url_prefix.cc', 172 'browser/autocomplete/url_prefix.cc',
173 'browser/autocomplete/url_prefix.h', 173 'browser/autocomplete/url_prefix.h',
174 'browser/autocomplete/zero_suggest_provider.cc', 174 'browser/autocomplete/zero_suggest_provider.cc',
175 'browser/autocomplete/zero_suggest_provider.h', 175 'browser/autocomplete/zero_suggest_provider.h',
176 'browser/autofill/address.cc', 176 'browser/autofill/address.cc',
177 'browser/autofill/address.h', 177 'browser/autofill/address.h',
178 'browser/autofill/address_field.cc', 178 'browser/autofill/address_field.cc',
179 'browser/autofill/address_field.h', 179 'browser/autofill/address_field.h',
180 'browser/autofill/autocheckout/whitelist_manager.cc',
181 'browser/autofill/autocheckout/whitelist_manager.h',
180 'browser/autofill/autocheckout_infobar_delegate.cc', 182 'browser/autofill/autocheckout_infobar_delegate.cc',
181 'browser/autofill/autocheckout_infobar_delegate.h', 183 'browser/autofill/autocheckout_infobar_delegate.h',
182 'browser/autofill/autocheckout_manager.cc', 184 'browser/autofill/autocheckout_manager.cc',
183 'browser/autofill/autocheckout_manager.h', 185 'browser/autofill/autocheckout_manager.h',
184 'browser/autofill/autocheckout_page_meta_data.cc', 186 'browser/autofill/autocheckout_page_meta_data.cc',
185 'browser/autofill/autocheckout_page_meta_data.h', 187 'browser/autofill/autocheckout_page_meta_data.h',
186 'browser/autofill/autocomplete_history_manager.cc', 188 'browser/autofill/autocomplete_history_manager.cc',
187 'browser/autofill/autocomplete_history_manager.h', 189 'browser/autofill/autocomplete_history_manager.h',
188 'browser/autofill/autofill-inl.h', 190 'browser/autofill/autofill-inl.h',
189 'browser/autofill/autofill_cc_infobar_delegate.cc', 191 'browser/autofill/autofill_cc_infobar_delegate.cc',
(...skipping 2957 matching lines...) Expand 10 before | Expand all | Expand 10 after
3147 'variables': { 3149 'variables': {
3148 'jni_gen_dir': 'chrome', 3150 'jni_gen_dir': 'chrome',
3149 }, 3151 },
3150 'includes': [ '../build/jni_generator.gypi' ], 3152 'includes': [ '../build/jni_generator.gypi' ],
3151 }, 3153 },
3152 ], 3154 ],
3153 }, 3155 },
3154 ], 3156 ],
3155 ], 3157 ],
3156 } 3158 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698