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

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: 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 712 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 'browser/history/thumbnail_database.cc', 723 'browser/history/thumbnail_database.cc',
724 'browser/history/thumbnail_database.h', 724 'browser/history/thumbnail_database.h',
725 'browser/history/top_sites.cc', 725 'browser/history/top_sites.cc',
726 'browser/history/top_sites.h', 726 'browser/history/top_sites.h',
727 'browser/history/top_sites_backend.cc', 727 'browser/history/top_sites_backend.cc',
728 'browser/history/top_sites_backend.h', 728 'browser/history/top_sites_backend.h',
729 'browser/history/top_sites_cache.cc', 729 'browser/history/top_sites_cache.cc',
730 'browser/history/top_sites_cache.h', 730 'browser/history/top_sites_cache.h',
731 'browser/history/top_sites_database.cc', 731 'browser/history/top_sites_database.cc',
732 'browser/history/top_sites_database.h', 732 'browser/history/top_sites_database.h',
733 'browser/history/typed_url_syncable_service.cc',
734 'browser/history/typed_url_syncable_service.h',
733 'browser/history/url_database.cc', 735 'browser/history/url_database.cc',
734 'browser/history/url_database.h', 736 'browser/history/url_database.h',
735 'browser/history/url_index_private_data.cc', 737 'browser/history/url_index_private_data.cc',
736 'browser/history/url_index_private_data.h', 738 'browser/history/url_index_private_data.h',
737 'browser/history/visit_database.cc', 739 'browser/history/visit_database.cc',
738 'browser/history/visit_database.h', 740 'browser/history/visit_database.h',
739 'browser/history/visit_filter.cc', 741 'browser/history/visit_filter.cc',
740 'browser/history/visit_filter.h', 742 'browser/history/visit_filter.h',
741 'browser/history/visit_tracker.cc', 743 'browser/history/visit_tracker.cc',
742 'browser/history/visit_tracker.h', 744 'browser/history/visit_tracker.h',
(...skipping 2282 matching lines...) Expand 10 before | Expand all | Expand 10 after
3025 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3027 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3026 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3028 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3027 }, 3029 },
3028 'includes': [ '../build/android/java_cpp_template.gypi' ], 3030 'includes': [ '../build/android/java_cpp_template.gypi' ],
3029 }, 3031 },
3030 ], 3032 ],
3031 }, 3033 },
3032 ], 3034 ],
3033 ], 3035 ],
3034 } 3036 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698