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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11230060: Adding commandline switch and user pref for autofill server url. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changing include after rebasing Created 8 years, 1 month 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 (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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 'browser/autofill/address_field.h', 218 'browser/autofill/address_field.h',
219 'browser/autofill/autocomplete_history_manager.cc', 219 'browser/autofill/autocomplete_history_manager.cc',
220 'browser/autofill/autocomplete_history_manager.h', 220 'browser/autofill/autocomplete_history_manager.h',
221 'browser/autofill/autofill-inl.h', 221 'browser/autofill/autofill-inl.h',
222 'browser/autofill/autofill_cc_infobar_delegate.cc', 222 'browser/autofill/autofill_cc_infobar_delegate.cc',
223 'browser/autofill/autofill_cc_infobar_delegate.h', 223 'browser/autofill/autofill_cc_infobar_delegate.h',
224 'browser/autofill/autofill_country.cc', 224 'browser/autofill/autofill_country.cc',
225 'browser/autofill/autofill_country.h', 225 'browser/autofill/autofill_country.h',
226 'browser/autofill/autofill_download.cc', 226 'browser/autofill/autofill_download.cc',
227 'browser/autofill/autofill_download.h', 227 'browser/autofill/autofill_download.h',
228 'browser/autofill/autofill_download_url.cc',
229 'browser/autofill/autofill_download_url.h',
228 'browser/autofill/autofill_external_delegate.cc', 230 'browser/autofill/autofill_external_delegate.cc',
229 'browser/autofill/autofill_external_delegate.h', 231 'browser/autofill/autofill_external_delegate.h',
230 'browser/autofill/autofill_field.cc', 232 'browser/autofill/autofill_field.cc',
231 'browser/autofill/autofill_field.h', 233 'browser/autofill/autofill_field.h',
232 'browser/autofill/autofill_ie_toolbar_import_win.cc', 234 'browser/autofill/autofill_ie_toolbar_import_win.cc',
233 'browser/autofill/autofill_ie_toolbar_import_win.h', 235 'browser/autofill/autofill_ie_toolbar_import_win.h',
234 'browser/autofill/autofill_manager.cc', 236 'browser/autofill/autofill_manager.cc',
235 'browser/autofill/autofill_manager.h', 237 'browser/autofill/autofill_manager.h',
236 'browser/autofill/autofill_manager_delegate.h', 238 'browser/autofill/autofill_manager_delegate.h',
237 'browser/autofill/autofill_metrics.cc', 239 'browser/autofill/autofill_metrics.cc',
(...skipping 2698 matching lines...) Expand 10 before | Expand all | Expand 10 after
2936 'proto_in_dir': '../third_party/cros_system_api/dbus', 2938 'proto_in_dir': '../third_party/cros_system_api/dbus',
2937 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 2939 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
2938 }, 2940 },
2939 'includes': ['../build/protoc.gypi'], 2941 'includes': ['../build/protoc.gypi'],
2940 }, 2942 },
2941 ], 2943 ],
2942 }, 2944 },
2943 ], 2945 ],
2944 ], 2946 ],
2945 } 2947 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698