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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 18120005: Remove Google Toolbar importer (aka google.com/bookmarks importer). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: -explicit Created 7 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 | « chrome/browser/ui/webui/options/import_data_handler.cc ('k') | chrome/chrome_tests.gypi » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after
880 'browser/importer/nss_decryptor_system_nss.cc', 880 'browser/importer/nss_decryptor_system_nss.cc',
881 'browser/importer/nss_decryptor_system_nss.h', 881 'browser/importer/nss_decryptor_system_nss.h',
882 'browser/importer/nss_decryptor_win.cc', 882 'browser/importer/nss_decryptor_win.cc',
883 'browser/importer/nss_decryptor_win.h', 883 'browser/importer/nss_decryptor_win.h',
884 'browser/importer/profile_import_process_messages.cc', 884 'browser/importer/profile_import_process_messages.cc',
885 'browser/importer/profile_import_process_messages.h', 885 'browser/importer/profile_import_process_messages.h',
886 'browser/importer/profile_writer.cc', 886 'browser/importer/profile_writer.cc',
887 'browser/importer/profile_writer.h', 887 'browser/importer/profile_writer.h',
888 'browser/importer/safari_importer.h', 888 'browser/importer/safari_importer.h',
889 'browser/importer/safari_importer.mm', 889 'browser/importer/safari_importer.mm',
890 'browser/importer/toolbar_importer.cc',
891 'browser/importer/toolbar_importer.h',
892 'browser/importer/toolbar_importer_utils.cc',
893 'browser/importer/toolbar_importer_utils.h',
894 'browser/infobars/confirm_infobar_delegate.cc', 890 'browser/infobars/confirm_infobar_delegate.cc',
895 'browser/infobars/confirm_infobar_delegate.h', 891 'browser/infobars/confirm_infobar_delegate.h',
896 'browser/infobars/infobar.cc', 892 'browser/infobars/infobar.cc',
897 'browser/infobars/infobar.h', 893 'browser/infobars/infobar.h',
898 'browser/infobars/infobar_container.cc', 894 'browser/infobars/infobar_container.cc',
899 'browser/infobars/infobar_container.h', 895 'browser/infobars/infobar_container.h',
900 'browser/infobars/infobar_delegate.cc', 896 'browser/infobars/infobar_delegate.cc',
901 'browser/infobars/infobar_delegate.h', 897 'browser/infobars/infobar_delegate.h',
902 'browser/infobars/infobar_service.cc', 898 'browser/infobars/infobar_service.cc',
903 'browser/infobars/infobar_service.h', 899 'browser/infobars/infobar_service.h',
(...skipping 2453 matching lines...) Expand 10 before | Expand all | Expand 10 after
3357 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3353 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3358 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3354 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3359 }, 3355 },
3360 'includes': [ '../build/android/java_cpp_template.gypi' ], 3356 'includes': [ '../build/android/java_cpp_template.gypi' ],
3361 }, 3357 },
3362 ], 3358 ],
3363 }, 3359 },
3364 ], 3360 ],
3365 ], 3361 ],
3366 } 3362 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/import_data_handler.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698