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

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: Carnitasify 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 5047 matching lines...) Expand 10 before | Expand all | Expand 10 after
5198 'type': 'static_library', 5200 'type': 'static_library',
5199 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5201 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5200 'variables': { 5202 'variables': {
5201 'proto_in_dir': 'browser/history', 5203 'proto_in_dir': 'browser/history',
5202 'proto_out_dir': 'chrome/browser/history', 5204 'proto_out_dir': 'chrome/browser/history',
5203 }, 5205 },
5204 'includes': [ '../build/protoc.gypi' ] 5206 'includes': [ '../build/protoc.gypi' ]
5205 }, 5207 },
5206 ], 5208 ],
5207 } 5209 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698