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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8353025: External autofill delegates. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase against TOT Created 9 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'dependencies': [ 10 'dependencies': [
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'browser/autofill/address.h', 131 'browser/autofill/address.h',
132 'browser/autofill/address_field.cc', 132 'browser/autofill/address_field.cc',
133 'browser/autofill/address_field.h', 133 'browser/autofill/address_field.h',
134 'browser/autofill/autofill-inl.h', 134 'browser/autofill/autofill-inl.h',
135 'browser/autofill/autofill_cc_infobar_delegate.cc', 135 'browser/autofill/autofill_cc_infobar_delegate.cc',
136 'browser/autofill/autofill_cc_infobar_delegate.h', 136 'browser/autofill/autofill_cc_infobar_delegate.h',
137 'browser/autofill/autofill_country.cc', 137 'browser/autofill/autofill_country.cc',
138 'browser/autofill/autofill_country.h', 138 'browser/autofill/autofill_country.h',
139 'browser/autofill/autofill_download.cc', 139 'browser/autofill/autofill_download.cc',
140 'browser/autofill/autofill_download.h', 140 'browser/autofill/autofill_download.h',
141 'browser/autofill/autofill_external_delegate.cc',
142 'browser/autofill/autofill_external_delegate.h',
141 'browser/autofill/autofill_feedback_infobar_delegate.cc', 143 'browser/autofill/autofill_feedback_infobar_delegate.cc',
142 'browser/autofill/autofill_feedback_infobar_delegate.h', 144 'browser/autofill/autofill_feedback_infobar_delegate.h',
143 'browser/autofill/autofill_field.cc', 145 'browser/autofill/autofill_field.cc',
144 'browser/autofill/autofill_field.h', 146 'browser/autofill/autofill_field.h',
145 'browser/autofill/autofill_ie_toolbar_import_win.cc', 147 'browser/autofill/autofill_ie_toolbar_import_win.cc',
146 'browser/autofill/autofill_ie_toolbar_import_win.h', 148 'browser/autofill/autofill_ie_toolbar_import_win.h',
147 'browser/autofill/autofill_manager.cc', 149 'browser/autofill/autofill_manager.cc',
148 'browser/autofill/autofill_manager.h', 150 'browser/autofill/autofill_manager.h',
149 'browser/autofill/autofill_metrics.cc', 151 'browser/autofill/autofill_metrics.cc',
150 'browser/autofill/autofill_metrics.h', 152 'browser/autofill/autofill_metrics.h',
(...skipping 5078 matching lines...) Expand 10 before | Expand all | Expand 10 after
5229 'type': 'static_library', 5231 'type': 'static_library',
5230 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5232 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5231 'variables': { 5233 'variables': {
5232 'proto_in_dir': 'browser/history', 5234 'proto_in_dir': 'browser/history',
5233 'proto_out_dir': 'chrome/browser/history', 5235 'proto_out_dir': 'chrome/browser/history',
5234 }, 5236 },
5235 'includes': [ '../build/protoc.gypi' ] 5237 'includes': [ '../build/protoc.gypi' ]
5236 }, 5238 },
5237 ], 5239 ],
5238 } 5240 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698