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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6750010: importer: Cleanup ToolbarImporter code a little bit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 9 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
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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 1215 matching lines...) Expand 10 before | Expand all | Expand 10 after
1226 'browser/importer/nss_decryptor_system_nss.cc', 1226 'browser/importer/nss_decryptor_system_nss.cc',
1227 'browser/importer/nss_decryptor_system_nss.h', 1227 'browser/importer/nss_decryptor_system_nss.h',
1228 'browser/importer/nss_decryptor_win.cc', 1228 'browser/importer/nss_decryptor_win.cc',
1229 'browser/importer/nss_decryptor_win.h', 1229 'browser/importer/nss_decryptor_win.h',
1230 'browser/importer/profile_writer.cc', 1230 'browser/importer/profile_writer.cc',
1231 'browser/importer/profile_writer.h', 1231 'browser/importer/profile_writer.h',
1232 'browser/importer/safari_importer.h', 1232 'browser/importer/safari_importer.h',
1233 'browser/importer/safari_importer.mm', 1233 'browser/importer/safari_importer.mm',
1234 'browser/importer/toolbar_importer.cc', 1234 'browser/importer/toolbar_importer.cc',
1235 'browser/importer/toolbar_importer.h', 1235 'browser/importer/toolbar_importer.h',
1236 'browser/importer/toolbar_importer_utils.cc',
1237 'browser/importer/toolbar_importer_utils.h',
1236 'browser/instant/instant_commit_type.h', 1238 'browser/instant/instant_commit_type.h',
1237 'browser/instant/instant_confirm_dialog.cc', 1239 'browser/instant/instant_confirm_dialog.cc',
1238 'browser/instant/instant_confirm_dialog.h', 1240 'browser/instant/instant_confirm_dialog.h',
1239 'browser/instant/instant_controller.cc', 1241 'browser/instant/instant_controller.cc',
1240 'browser/instant/instant_controller.h', 1242 'browser/instant/instant_controller.h',
1241 'browser/instant/instant_delegate.h', 1243 'browser/instant/instant_delegate.h',
1242 'browser/instant/instant_loader.cc', 1244 'browser/instant/instant_loader.cc',
1243 'browser/instant/instant_loader.h', 1245 'browser/instant/instant_loader.h',
1244 'browser/instant/instant_loader_delegate.h', 1246 'browser/instant/instant_loader_delegate.h',
1245 'browser/instant/instant_loader_manager.cc', 1247 'browser/instant/instant_loader_manager.cc',
(...skipping 3085 matching lines...) Expand 10 before | Expand all | Expand 10 after
4331 ], 4333 ],
4332 }, 4334 },
4333 ], 4335 ],
4334 } 4336 }
4335 4337
4336 # Local Variables: 4338 # Local Variables:
4337 # tab-width:2 4339 # tab-width:2
4338 # indent-tabs-mode:nil 4340 # indent-tabs-mode:nil
4339 # End: 4341 # End:
4340 # vim: set expandtab tabstop=2 shiftwidth=2: 4342 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/importer/toolbar_importer_utils.cc ('k') | chrome/profile_import/profile_import_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698