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 667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |