OLD | NEW |
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 718 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
729 'browser/history/top_sites_backend.cc', | 729 'browser/history/top_sites_backend.cc', |
730 'browser/history/top_sites_backend.h', | 730 'browser/history/top_sites_backend.h', |
731 'browser/history/top_sites_cache.cc', | 731 'browser/history/top_sites_cache.cc', |
732 'browser/history/top_sites_cache.h', | 732 'browser/history/top_sites_cache.h', |
733 'browser/history/top_sites_database.cc', | 733 'browser/history/top_sites_database.cc', |
734 'browser/history/top_sites_database.h', | 734 'browser/history/top_sites_database.h', |
735 'browser/history/top_sites_impl.cc', | 735 'browser/history/top_sites_impl.cc', |
736 'browser/history/top_sites_impl.h', | 736 'browser/history/top_sites_impl.h', |
737 'browser/history/typed_url_syncable_service.cc', | 737 'browser/history/typed_url_syncable_service.cc', |
738 'browser/history/typed_url_syncable_service.h', | 738 'browser/history/typed_url_syncable_service.h', |
739 'browser/history/url_database.cc', | |
740 'browser/history/url_database.h', | |
741 'browser/history/url_index_private_data.cc', | 739 'browser/history/url_index_private_data.cc', |
742 'browser/history/url_index_private_data.h', | 740 'browser/history/url_index_private_data.h', |
743 'browser/history/url_utils.cc', | 741 'browser/history/url_utils.cc', |
744 'browser/history/url_utils.h', | 742 'browser/history/url_utils.h', |
745 'browser/history/visit_database.cc', | 743 'browser/history/visit_database.cc', |
746 'browser/history/visit_database.h', | 744 'browser/history/visit_database.h', |
747 'browser/history/visit_filter.cc', | 745 'browser/history/visit_filter.cc', |
748 'browser/history/visit_filter.h', | 746 'browser/history/visit_filter.h', |
749 'browser/history/visit_tracker.cc', | 747 'browser/history/visit_tracker.cc', |
750 'browser/history/visit_tracker.h', | 748 'browser/history/visit_tracker.h', |
(...skipping 3078 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3829 'package_name': 'org/chromium/chrome/browser', | 3827 'package_name': 'org/chromium/chrome/browser', |
3830 'template_deps': ['browser/android/tab_load_status.h'], | 3828 'template_deps': ['browser/android/tab_load_status.h'], |
3831 }, | 3829 }, |
3832 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3830 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3833 }, | 3831 }, |
3834 ], | 3832 ], |
3835 }, | 3833 }, |
3836 ], | 3834 ], |
3837 ], | 3835 ], |
3838 } | 3836 } |
OLD | NEW |