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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 16951015: Remove TextDatabase from the history service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@replace_fts
Patch Set: Sync and rebase. 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
« no previous file with comments | « chrome/browser/ui/omnibox/omnibox_view_browsertest.cc ('k') | chrome/chrome_tests_unit.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 755 matching lines...) Expand 10 before | Expand all | Expand 10 after
766 'browser/history/select_favicon_frames.cc', 766 'browser/history/select_favicon_frames.cc',
767 'browser/history/select_favicon_frames.h', 767 'browser/history/select_favicon_frames.h',
768 'browser/history/snippet.cc', 768 'browser/history/snippet.cc',
769 'browser/history/snippet.h', 769 'browser/history/snippet.h',
770 'browser/history/shortcuts_backend.cc', 770 'browser/history/shortcuts_backend.cc',
771 'browser/history/shortcuts_backend.h', 771 'browser/history/shortcuts_backend.h',
772 'browser/history/shortcuts_backend_factory.cc', 772 'browser/history/shortcuts_backend_factory.cc',
773 'browser/history/shortcuts_backend_factory.h', 773 'browser/history/shortcuts_backend_factory.h',
774 'browser/history/shortcuts_database.cc', 774 'browser/history/shortcuts_database.cc',
775 'browser/history/shortcuts_database.h', 775 'browser/history/shortcuts_database.h',
776 'browser/history/text_database.cc',
777 'browser/history/text_database.h',
778 'browser/history/text_database_manager.cc',
779 'browser/history/text_database_manager.h',
780 'browser/history/thumbnail_database.cc', 776 'browser/history/thumbnail_database.cc',
781 'browser/history/thumbnail_database.h', 777 'browser/history/thumbnail_database.h',
782 'browser/history/top_sites.cc', 778 'browser/history/top_sites.cc',
783 'browser/history/top_sites.h', 779 'browser/history/top_sites.h',
784 'browser/history/top_sites_backend.cc', 780 'browser/history/top_sites_backend.cc',
785 'browser/history/top_sites_backend.h', 781 'browser/history/top_sites_backend.h',
786 'browser/history/top_sites_cache.cc', 782 'browser/history/top_sites_cache.cc',
787 'browser/history/top_sites_cache.h', 783 'browser/history/top_sites_cache.h',
788 'browser/history/top_sites_database.cc', 784 'browser/history/top_sites_database.cc',
789 'browser/history/top_sites_database.h', 785 'browser/history/top_sites_database.h',
(...skipping 2562 matching lines...) Expand 10 before | Expand all | Expand 10 after
3352 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3348 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3353 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3349 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3354 }, 3350 },
3355 'includes': [ '../build/android/java_cpp_template.gypi' ], 3351 'includes': [ '../build/android/java_cpp_template.gypi' ],
3356 }, 3352 },
3357 ], 3353 ],
3358 }, 3354 },
3359 ], 3355 ],
3360 ], 3356 ],
3361 } 3357 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/omnibox/omnibox_view_browsertest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698