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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 14615010: [Sync] Add interface and backend impl for typed URL syncable service (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile Created 7 years, 7 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 737 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 'browser/history/top_sites_backend.cc', 748 'browser/history/top_sites_backend.cc',
749 'browser/history/top_sites_backend.h', 749 'browser/history/top_sites_backend.h',
750 'browser/history/top_sites_cache.cc', 750 'browser/history/top_sites_cache.cc',
751 'browser/history/top_sites_cache.h', 751 'browser/history/top_sites_cache.h',
752 'browser/history/top_sites_database.cc', 752 'browser/history/top_sites_database.cc',
753 'browser/history/top_sites_database.h', 753 'browser/history/top_sites_database.h',
754 'browser/history/top_sites_impl.cc', 754 'browser/history/top_sites_impl.cc',
755 'browser/history/top_sites_impl.h', 755 'browser/history/top_sites_impl.h',
756 'browser/history/top_sites_likely_impl.cc', 756 'browser/history/top_sites_likely_impl.cc',
757 'browser/history/top_sites_likely_impl.h', 757 'browser/history/top_sites_likely_impl.h',
758 'browser/history/typed_url_syncable_service.cc',
759 'browser/history/typed_url_syncable_service.h',
758 'browser/history/url_database.cc', 760 'browser/history/url_database.cc',
759 'browser/history/url_database.h', 761 'browser/history/url_database.h',
760 'browser/history/url_index_private_data.cc', 762 'browser/history/url_index_private_data.cc',
761 'browser/history/url_index_private_data.h', 763 'browser/history/url_index_private_data.h',
762 'browser/history/visit_database.cc', 764 'browser/history/visit_database.cc',
763 'browser/history/visit_database.h', 765 'browser/history/visit_database.h',
764 'browser/history/visit_filter.cc', 766 'browser/history/visit_filter.cc',
765 'browser/history/visit_filter.h', 767 'browser/history/visit_filter.h',
766 'browser/history/visit_tracker.cc', 768 'browser/history/visit_tracker.cc',
767 'browser/history/visit_tracker.h', 769 'browser/history/visit_tracker.h',
(...skipping 2377 matching lines...) Expand 10 before | Expand all | Expand 10 after
3145 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3147 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3146 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3148 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3147 }, 3149 },
3148 'includes': [ '../build/android/java_cpp_template.gypi' ], 3150 'includes': [ '../build/android/java_cpp_template.gypi' ],
3149 }, 3151 },
3150 ], 3152 ],
3151 }, 3153 },
3152 ], 3154 ],
3153 ], 3155 ],
3154 } 3156 }
OLDNEW
« no previous file with comments | « chrome/browser/history/typed_url_syncable_service_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698