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

Side by Side Diff: chrome/chrome_common.gypi

Issue 480953002: Implement "Autofill form data" import for Firefox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review feedback (simplify Read method) Created 6 years, 3 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
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 'variables': { 6 'variables': {
7 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 '../apps/app_shim/app_shim_launch.h', 9 '../apps/app_shim/app_shim_launch.h',
10 '../apps/app_shim/app_shim_messages.h', 10 '../apps/app_shim/app_shim_messages.h',
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 'common/importer/firefox_importer_utils_mac.mm', 230 'common/importer/firefox_importer_utils_mac.mm',
231 'common/importer/firefox_importer_utils_win.cc', 231 'common/importer/firefox_importer_utils_win.cc',
232 'common/importer/ie_importer_test_registry_overrider_win.cc', 232 'common/importer/ie_importer_test_registry_overrider_win.cc',
233 'common/importer/ie_importer_test_registry_overrider_win.h', 233 'common/importer/ie_importer_test_registry_overrider_win.h',
234 'common/importer/ie_importer_utils_win.cc', 234 'common/importer/ie_importer_utils_win.cc',
235 'common/importer/ie_importer_utils_win.h', 235 'common/importer/ie_importer_utils_win.h',
236 'common/importer/imported_bookmark_entry.cc', 236 'common/importer/imported_bookmark_entry.cc',
237 'common/importer/imported_bookmark_entry.h', 237 'common/importer/imported_bookmark_entry.h',
238 'common/importer/imported_favicon_usage.cc', 238 'common/importer/imported_favicon_usage.cc',
239 'common/importer/imported_favicon_usage.h', 239 'common/importer/imported_favicon_usage.h',
240 'common/importer/importer_autofill_form_data_entry.cc',
241 'common/importer/importer_autofill_form_data_entry.h',
240 'common/importer/importer_bridge.cc', 242 'common/importer/importer_bridge.cc',
241 'common/importer/importer_bridge.h', 243 'common/importer/importer_bridge.h',
242 'common/importer/importer_data_types.cc', 244 'common/importer/importer_data_types.cc',
243 'common/importer/importer_data_types.h', 245 'common/importer/importer_data_types.h',
244 'common/importer/importer_type.h', 246 'common/importer/importer_type.h',
245 'common/importer/importer_url_row.cc', 247 'common/importer/importer_url_row.cc',
246 'common/importer/importer_url_row.h', 248 'common/importer/importer_url_row.h',
247 'common/importer/profile_import_process_messages.cc', 249 'common/importer/profile_import_process_messages.cc',
248 'common/importer/profile_import_process_messages.h', 250 'common/importer/profile_import_process_messages.h',
249 'common/importer/safari_importer_utils.h', 251 'common/importer/safari_importer_utils.h',
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 'common/safe_browsing/csd.proto' 697 'common/safe_browsing/csd.proto'
696 ], 698 ],
697 'variables': { 699 'variables': {
698 'proto_in_dir': 'common/safe_browsing', 700 'proto_in_dir': 'common/safe_browsing',
699 'proto_out_dir': 'chrome/common/safe_browsing', 701 'proto_out_dir': 'chrome/common/safe_browsing',
700 }, 702 },
701 'includes': [ '../build/protoc.gypi' ], 703 'includes': [ '../build/protoc.gypi' ],
702 }, 704 },
703 ], 705 ],
704 } 706 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/import_data_handler.cc ('k') | chrome/common/importer/importer_autofill_form_data_entry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698