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 '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 807 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
818 'browser/history/in_memory_url_index.cc', | 818 'browser/history/in_memory_url_index.cc', |
819 'browser/history/in_memory_url_index.h', | 819 'browser/history/in_memory_url_index.h', |
820 'browser/history/in_memory_url_index_types.cc', | 820 'browser/history/in_memory_url_index_types.cc', |
821 'browser/history/in_memory_url_index_types.h', | 821 'browser/history/in_memory_url_index_types.h', |
822 'browser/history/most_visited_tiles_experiment.cc', | 822 'browser/history/most_visited_tiles_experiment.cc', |
823 'browser/history/most_visited_tiles_experiment.h', | 823 'browser/history/most_visited_tiles_experiment.h', |
824 'browser/history/page_usage_data.cc', | 824 'browser/history/page_usage_data.cc', |
825 'browser/history/page_usage_data.h', | 825 'browser/history/page_usage_data.h', |
826 'browser/history/scored_history_match.cc', | 826 'browser/history/scored_history_match.cc', |
827 'browser/history/scored_history_match.h', | 827 'browser/history/scored_history_match.h', |
828 'browser/history/select_favicon_frames.cc', | |
829 'browser/history/select_favicon_frames.h', | |
830 'browser/history/shortcuts_database.cc', | 828 'browser/history/shortcuts_database.cc', |
831 'browser/history/shortcuts_database.h', | 829 'browser/history/shortcuts_database.h', |
832 'browser/history/thumbnail_database.cc', | 830 'browser/history/thumbnail_database.cc', |
833 'browser/history/thumbnail_database.h', | 831 'browser/history/thumbnail_database.h', |
834 'browser/history/top_sites.cc', | 832 'browser/history/top_sites.cc', |
835 'browser/history/top_sites.h', | 833 'browser/history/top_sites.h', |
836 'browser/history/top_sites_backend.cc', | 834 'browser/history/top_sites_backend.cc', |
837 'browser/history/top_sites_backend.h', | 835 'browser/history/top_sites_backend.h', |
838 'browser/history/top_sites_cache.cc', | 836 'browser/history/top_sites_cache.cc', |
839 'browser/history/top_sites_cache.h', | 837 'browser/history/top_sites_cache.h', |
(...skipping 2878 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3718 'package_name': 'org/chromium/chrome/browser', | 3716 'package_name': 'org/chromium/chrome/browser', |
3719 'template_deps': ['browser/android/tab_load_status.h'], | 3717 'template_deps': ['browser/android/tab_load_status.h'], |
3720 }, | 3718 }, |
3721 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3719 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3722 }, | 3720 }, |
3723 ], | 3721 ], |
3724 }, | 3722 }, |
3725 ], | 3723 ], |
3726 ], | 3724 ], |
3727 } | 3725 } |
OLD | NEW |