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

Side by Side Diff: components/autofill.gypi

Issue 404553008: Rename autofill_download.{cc,h} to autofill_download_manager.{cc,h}. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix GN build (again) Created 6 years, 5 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
« no previous file with comments | « no previous file | components/autofill/core/browser/BUILD.gn » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # Private target only used in components/autofill. 8 # Private target only used in components/autofill.
9 # GN version: //components/autofill/core/browser:regexes 9 # GN version: //components/autofill/core/browser:regexes
10 'target_name': 'autofill_regexes', 10 'target_name': 'autofill_regexes',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'autofill/core/browser/address_field.h', 123 'autofill/core/browser/address_field.h',
124 'autofill/core/browser/address_i18n.cc', 124 'autofill/core/browser/address_i18n.cc',
125 'autofill/core/browser/address_i18n.h', 125 'autofill/core/browser/address_i18n.h',
126 'autofill/core/browser/autocomplete_history_manager.cc', 126 'autofill/core/browser/autocomplete_history_manager.cc',
127 'autofill/core/browser/autocomplete_history_manager.h', 127 'autofill/core/browser/autocomplete_history_manager.h',
128 'autofill/core/browser/autofill-inl.h', 128 'autofill/core/browser/autofill-inl.h',
129 'autofill/core/browser/autofill_country.cc', 129 'autofill/core/browser/autofill_country.cc',
130 'autofill/core/browser/autofill_country.h', 130 'autofill/core/browser/autofill_country.h',
131 'autofill/core/browser/autofill_data_model.cc', 131 'autofill/core/browser/autofill_data_model.cc',
132 'autofill/core/browser/autofill_data_model.h', 132 'autofill/core/browser/autofill_data_model.h',
133 'autofill/core/browser/autofill_download.cc', 133 'autofill/core/browser/autofill_download_manager.cc',
134 'autofill/core/browser/autofill_download.h', 134 'autofill/core/browser/autofill_download_manager.h',
135 'autofill/core/browser/autofill_driver.h', 135 'autofill/core/browser/autofill_driver.h',
136 'autofill/core/browser/autofill_external_delegate.cc', 136 'autofill/core/browser/autofill_external_delegate.cc',
137 'autofill/core/browser/autofill_external_delegate.h', 137 'autofill/core/browser/autofill_external_delegate.h',
138 'autofill/core/browser/autofill_field.cc', 138 'autofill/core/browser/autofill_field.cc',
139 'autofill/core/browser/autofill_field.h', 139 'autofill/core/browser/autofill_field.h',
140 'autofill/core/browser/autofill_ie_toolbar_import_win.cc', 140 'autofill/core/browser/autofill_ie_toolbar_import_win.cc',
141 'autofill/core/browser/autofill_ie_toolbar_import_win.h', 141 'autofill/core/browser/autofill_ie_toolbar_import_win.h',
142 'autofill/core/browser/autofill_manager.cc', 142 'autofill/core/browser/autofill_manager.cc',
143 'autofill/core/browser/autofill_manager.h', 143 'autofill/core/browser/autofill_manager.h',
144 'autofill/core/browser/autofill_client.h', 144 'autofill/core/browser/autofill_client.h',
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 ], 474 ],
475 'variables': { 475 'variables': {
476 'jni_gen_package': 'autofill', 476 'jni_gen_package': 'autofill',
477 }, 477 },
478 'includes': [ '../build/jni_generator.gypi' ], 478 'includes': [ '../build/jni_generator.gypi' ],
479 }, 479 },
480 ], 480 ],
481 }], 481 }],
482 ], 482 ],
483 } 483 }
OLDNEW
« no previous file with comments | « no previous file | components/autofill/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698