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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 339433007: Componentize URLDatabase (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/webui/omnibox/omnibox_ui_handler.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 667 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 'browser/history/top_sites_backend.cc', 678 'browser/history/top_sites_backend.cc',
679 'browser/history/top_sites_backend.h', 679 'browser/history/top_sites_backend.h',
680 'browser/history/top_sites_cache.cc', 680 'browser/history/top_sites_cache.cc',
681 'browser/history/top_sites_cache.h', 681 'browser/history/top_sites_cache.h',
682 'browser/history/top_sites_database.cc', 682 'browser/history/top_sites_database.cc',
683 'browser/history/top_sites_database.h', 683 'browser/history/top_sites_database.h',
684 'browser/history/top_sites_impl.cc', 684 'browser/history/top_sites_impl.cc',
685 'browser/history/top_sites_impl.h', 685 'browser/history/top_sites_impl.h',
686 'browser/history/typed_url_syncable_service.cc', 686 'browser/history/typed_url_syncable_service.cc',
687 'browser/history/typed_url_syncable_service.h', 687 'browser/history/typed_url_syncable_service.h',
688 'browser/history/url_database.cc',
689 'browser/history/url_database.h',
690 'browser/history/url_index_private_data.cc', 688 'browser/history/url_index_private_data.cc',
691 'browser/history/url_index_private_data.h', 689 'browser/history/url_index_private_data.h',
692 'browser/history/url_utils.cc', 690 'browser/history/url_utils.cc',
693 'browser/history/url_utils.h', 691 'browser/history/url_utils.h',
694 'browser/history/visit_database.cc', 692 'browser/history/visit_database.cc',
695 'browser/history/visit_database.h', 693 'browser/history/visit_database.h',
696 'browser/history/visit_filter.cc', 694 'browser/history/visit_filter.cc',
697 'browser/history/visit_filter.h', 695 'browser/history/visit_filter.h',
698 'browser/history/visit_tracker.cc', 696 'browser/history/visit_tracker.cc',
699 'browser/history/visit_tracker.h', 697 'browser/history/visit_tracker.h',
(...skipping 3070 matching lines...) Expand 10 before | Expand all | Expand 10 after
3770 'package_name': 'org/chromium/chrome/browser', 3768 'package_name': 'org/chromium/chrome/browser',
3771 'template_deps': ['browser/android/tab_load_status.h'], 3769 'template_deps': ['browser/android/tab_load_status.h'],
3772 }, 3770 },
3773 'includes': [ '../build/android/java_cpp_template.gypi' ], 3771 'includes': [ '../build/android/java_cpp_template.gypi' ],
3774 }, 3772 },
3775 ], 3773 ],
3776 }, 3774 },
3777 ], 3775 ],
3778 ], 3776 ],
3779 } 3777 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/omnibox/omnibox_ui_handler.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698