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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 12703036: [Sync] Add interface and backend impl for typed URL syncable service (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refactor backend change handling and style cleanup Created 7 years, 8 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 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 'browser/history/thumbnail_database.cc', 736 'browser/history/thumbnail_database.cc',
737 'browser/history/thumbnail_database.h', 737 'browser/history/thumbnail_database.h',
738 'browser/history/top_sites.cc', 738 'browser/history/top_sites.cc',
739 'browser/history/top_sites.h', 739 'browser/history/top_sites.h',
740 'browser/history/top_sites_backend.cc', 740 'browser/history/top_sites_backend.cc',
741 'browser/history/top_sites_backend.h', 741 'browser/history/top_sites_backend.h',
742 'browser/history/top_sites_cache.cc', 742 'browser/history/top_sites_cache.cc',
743 'browser/history/top_sites_cache.h', 743 'browser/history/top_sites_cache.h',
744 'browser/history/top_sites_database.cc', 744 'browser/history/top_sites_database.cc',
745 'browser/history/top_sites_database.h', 745 'browser/history/top_sites_database.h',
746 'browser/history/typed_url_syncable_service.cc',
747 'browser/history/typed_url_syncable_service.h',
746 'browser/history/url_database.cc', 748 'browser/history/url_database.cc',
747 'browser/history/url_database.h', 749 'browser/history/url_database.h',
748 'browser/history/url_index_private_data.cc', 750 'browser/history/url_index_private_data.cc',
749 'browser/history/url_index_private_data.h', 751 'browser/history/url_index_private_data.h',
750 'browser/history/visit_database.cc', 752 'browser/history/visit_database.cc',
751 'browser/history/visit_database.h', 753 'browser/history/visit_database.h',
752 'browser/history/visit_filter.cc', 754 'browser/history/visit_filter.cc',
753 'browser/history/visit_filter.h', 755 'browser/history/visit_filter.h',
754 'browser/history/visit_tracker.cc', 756 'browser/history/visit_tracker.cc',
755 'browser/history/visit_tracker.h', 757 'browser/history/visit_tracker.h',
(...skipping 2306 matching lines...) Expand 10 before | Expand all | Expand 10 after
3062 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3064 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3063 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3065 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3064 }, 3066 },
3065 'includes': [ '../build/android/java_cpp_template.gypi' ], 3067 'includes': [ '../build/android/java_cpp_template.gypi' ],
3066 }, 3068 },
3067 ], 3069 ],
3068 }, 3070 },
3069 ], 3071 ],
3070 ], 3072 ],
3071 } 3073 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698