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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 235863023: Eliminate the archived history database and clean up related code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased, improved comments, fixed minor formatting nits. Created 6 years, 6 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 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 754 matching lines...) Expand 10 before | Expand all | Expand 10 after
765 'browser/history/android/favicon_sql_handler.cc', 765 'browser/history/android/favicon_sql_handler.cc',
766 'browser/history/android/favicon_sql_handler.h', 766 'browser/history/android/favicon_sql_handler.h',
767 'browser/history/android/sql_handler.cc', 767 'browser/history/android/sql_handler.cc',
768 'browser/history/android/sql_handler.h', 768 'browser/history/android/sql_handler.h',
769 'browser/history/android/sqlite_cursor.cc', 769 'browser/history/android/sqlite_cursor.cc',
770 'browser/history/android/sqlite_cursor.h', 770 'browser/history/android/sqlite_cursor.h',
771 'browser/history/android/urls_sql_handler.cc', 771 'browser/history/android/urls_sql_handler.cc',
772 'browser/history/android/urls_sql_handler.h', 772 'browser/history/android/urls_sql_handler.h',
773 'browser/history/android/visit_sql_handler.cc', 773 'browser/history/android/visit_sql_handler.cc',
774 'browser/history/android/visit_sql_handler.h', 774 'browser/history/android/visit_sql_handler.h',
775 'browser/history/archived_database.cc',
776 'browser/history/archived_database.h',
777 'browser/history/delete_directive_handler.cc', 775 'browser/history/delete_directive_handler.cc',
778 'browser/history/delete_directive_handler.h', 776 'browser/history/delete_directive_handler.h',
779 'browser/history/download_database.cc', 777 'browser/history/download_database.cc',
780 'browser/history/download_database.h', 778 'browser/history/download_database.h',
781 'browser/history/download_row.cc', 779 'browser/history/download_row.cc',
782 'browser/history/download_row.h', 780 'browser/history/download_row.h',
783 'browser/history/expire_history_backend.cc', 781 'browser/history/expire_history_backend.cc',
784 'browser/history/expire_history_backend.h', 782 'browser/history/expire_history_backend.h',
785 'browser/history/history_backend.cc', 783 'browser/history/history_backend.cc',
786 'browser/history/history_backend.h', 784 'browser/history/history_backend.h',
(...skipping 2961 matching lines...) Expand 10 before | Expand all | Expand 10 after
3748 'package_name': 'org/chromium/chrome/browser', 3746 'package_name': 'org/chromium/chrome/browser',
3749 'template_deps': ['browser/android/tab_load_status.h'], 3747 'template_deps': ['browser/android/tab_load_status.h'],
3750 }, 3748 },
3751 'includes': [ '../build/android/java_cpp_template.gypi' ], 3749 'includes': [ '../build/android/java_cpp_template.gypi' ],
3752 }, 3750 },
3753 ], 3751 ],
3754 }, 3752 },
3755 ], 3753 ],
3756 ], 3754 ],
3757 } 3755 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698