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

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: Created 7 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
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 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 'browser/history/select_favicon_frames.cc', 747 'browser/history/select_favicon_frames.cc',
748 'browser/history/select_favicon_frames.h', 748 'browser/history/select_favicon_frames.h',
749 'browser/history/snippet.cc', 749 'browser/history/snippet.cc',
750 'browser/history/snippet.h', 750 'browser/history/snippet.h',
751 'browser/history/shortcuts_backend.cc', 751 'browser/history/shortcuts_backend.cc',
752 'browser/history/shortcuts_backend.h', 752 'browser/history/shortcuts_backend.h',
753 'browser/history/shortcuts_backend_factory.cc', 753 'browser/history/shortcuts_backend_factory.cc',
754 'browser/history/shortcuts_backend_factory.h', 754 'browser/history/shortcuts_backend_factory.h',
755 'browser/history/shortcuts_database.cc', 755 'browser/history/shortcuts_database.cc',
756 'browser/history/shortcuts_database.h', 756 'browser/history/shortcuts_database.h',
757 'browser/history/text_database.cc',
758 'browser/history/text_database.h',
759 'browser/history/text_database_manager.cc',
760 'browser/history/text_database_manager.h',
761 'browser/history/thumbnail_database.cc', 757 'browser/history/thumbnail_database.cc',
762 'browser/history/thumbnail_database.h', 758 'browser/history/thumbnail_database.h',
763 'browser/history/top_sites.cc', 759 'browser/history/top_sites.cc',
764 'browser/history/top_sites.h', 760 'browser/history/top_sites.h',
765 'browser/history/top_sites_backend.cc', 761 'browser/history/top_sites_backend.cc',
766 'browser/history/top_sites_backend.h', 762 'browser/history/top_sites_backend.h',
767 'browser/history/top_sites_cache.cc', 763 'browser/history/top_sites_cache.cc',
768 'browser/history/top_sites_cache.h', 764 'browser/history/top_sites_cache.h',
769 'browser/history/top_sites_database.cc', 765 'browser/history/top_sites_database.cc',
770 'browser/history/top_sites_database.h', 766 'browser/history/top_sites_database.h',
(...skipping 2523 matching lines...) Expand 10 before | Expand all | Expand 10 after
3294 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3290 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3295 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3291 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3296 }, 3292 },
3297 'includes': [ '../build/android/java_cpp_template.gypi' ], 3293 'includes': [ '../build/android/java_cpp_template.gypi' ],
3298 }, 3294 },
3299 ], 3295 ],
3300 }, 3296 },
3301 ], 3297 ],
3302 ], 3298 ],
3303 } 3299 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698