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 740 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
751 'browser/history/history_types.cc', | 751 'browser/history/history_types.cc', |
752 'browser/history/history_types.h', | 752 'browser/history/history_types.h', |
753 'browser/history/in_memory_database.cc', | 753 'browser/history/in_memory_database.cc', |
754 'browser/history/in_memory_database.h', | 754 'browser/history/in_memory_database.h', |
755 'browser/history/in_memory_history_backend.cc', | 755 'browser/history/in_memory_history_backend.cc', |
756 'browser/history/in_memory_history_backend.h', | 756 'browser/history/in_memory_history_backend.h', |
757 'browser/history/in_memory_url_index.cc', | 757 'browser/history/in_memory_url_index.cc', |
758 'browser/history/in_memory_url_index.h', | 758 'browser/history/in_memory_url_index.h', |
759 'browser/history/in_memory_url_index_types.cc', | 759 'browser/history/in_memory_url_index_types.cc', |
760 'browser/history/in_memory_url_index_types.h', | 760 'browser/history/in_memory_url_index_types.h', |
| 761 'browser/history/most_visited_tiles_experiment.cc', |
| 762 'browser/history/most_visited_tiles_experiment.h', |
761 'browser/history/page_usage_data.cc', | 763 'browser/history/page_usage_data.cc', |
762 'browser/history/page_usage_data.h', | 764 'browser/history/page_usage_data.h', |
763 'browser/history/query_parser.cc', | 765 'browser/history/query_parser.cc', |
764 'browser/history/query_parser.h', | 766 'browser/history/query_parser.h', |
765 'browser/history/scored_history_match.cc', | 767 'browser/history/scored_history_match.cc', |
766 'browser/history/scored_history_match.h', | 768 'browser/history/scored_history_match.h', |
767 'browser/history/select_favicon_frames.cc', | 769 'browser/history/select_favicon_frames.cc', |
768 'browser/history/select_favicon_frames.h', | 770 'browser/history/select_favicon_frames.h', |
769 'browser/history/snippet.cc', | 771 'browser/history/snippet.cc', |
770 'browser/history/snippet.h', | 772 'browser/history/snippet.h', |
(...skipping 2569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3340 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3342 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3341 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3343 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3342 }, | 3344 }, |
3343 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3345 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3344 }, | 3346 }, |
3345 ], | 3347 ], |
3346 }, | 3348 }, |
3347 ], | 3349 ], |
3348 ], | 3350 ], |
3349 } | 3351 } |
OLD | NEW |