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

Side by Side Diff: trunk/src/chrome/chrome_browser.gypi

Issue 19637009: Revert 212459 "Remove TextDatabase from the history service." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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
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 750 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 'browser/history/select_favicon_frames.cc', 761 'browser/history/select_favicon_frames.cc',
762 'browser/history/select_favicon_frames.h', 762 'browser/history/select_favicon_frames.h',
763 'browser/history/snippet.cc', 763 'browser/history/snippet.cc',
764 'browser/history/snippet.h', 764 'browser/history/snippet.h',
765 'browser/history/shortcuts_backend.cc', 765 'browser/history/shortcuts_backend.cc',
766 'browser/history/shortcuts_backend.h', 766 'browser/history/shortcuts_backend.h',
767 'browser/history/shortcuts_backend_factory.cc', 767 'browser/history/shortcuts_backend_factory.cc',
768 'browser/history/shortcuts_backend_factory.h', 768 'browser/history/shortcuts_backend_factory.h',
769 'browser/history/shortcuts_database.cc', 769 'browser/history/shortcuts_database.cc',
770 'browser/history/shortcuts_database.h', 770 'browser/history/shortcuts_database.h',
771 'browser/history/text_database.cc',
772 'browser/history/text_database.h',
773 'browser/history/text_database_manager.cc',
774 'browser/history/text_database_manager.h',
771 'browser/history/thumbnail_database.cc', 775 'browser/history/thumbnail_database.cc',
772 'browser/history/thumbnail_database.h', 776 'browser/history/thumbnail_database.h',
773 'browser/history/top_sites.cc', 777 'browser/history/top_sites.cc',
774 'browser/history/top_sites.h', 778 'browser/history/top_sites.h',
775 'browser/history/top_sites_backend.cc', 779 'browser/history/top_sites_backend.cc',
776 'browser/history/top_sites_backend.h', 780 'browser/history/top_sites_backend.h',
777 'browser/history/top_sites_cache.cc', 781 'browser/history/top_sites_cache.cc',
778 'browser/history/top_sites_cache.h', 782 'browser/history/top_sites_cache.h',
779 'browser/history/top_sites_database.cc', 783 'browser/history/top_sites_database.cc',
780 'browser/history/top_sites_database.h', 784 'browser/history/top_sites_database.h',
(...skipping 2555 matching lines...) Expand 10 before | Expand all | Expand 10 after
3336 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3340 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3337 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3341 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3338 }, 3342 },
3339 'includes': [ '../build/android/java_cpp_template.gypi' ], 3343 'includes': [ '../build/android/java_cpp_template.gypi' ],
3340 }, 3344 },
3341 ], 3345 ],
3342 }, 3346 },
3343 ], 3347 ],
3344 ], 3348 ],
3345 } 3349 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/browser/ui/omnibox/omnibox_view_browsertest.cc ('k') | trunk/src/chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698