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 737 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
748 'browser/history/history_types.cc', | 748 'browser/history/history_types.cc', |
749 'browser/history/history_types.h', | 749 'browser/history/history_types.h', |
750 'browser/history/in_memory_database.cc', | 750 'browser/history/in_memory_database.cc', |
751 'browser/history/in_memory_database.h', | 751 'browser/history/in_memory_database.h', |
752 'browser/history/in_memory_history_backend.cc', | 752 'browser/history/in_memory_history_backend.cc', |
753 'browser/history/in_memory_history_backend.h', | 753 'browser/history/in_memory_history_backend.h', |
754 'browser/history/in_memory_url_index.cc', | 754 'browser/history/in_memory_url_index.cc', |
755 'browser/history/in_memory_url_index.h', | 755 'browser/history/in_memory_url_index.h', |
756 'browser/history/in_memory_url_index_types.cc', | 756 'browser/history/in_memory_url_index_types.cc', |
757 'browser/history/in_memory_url_index_types.h', | 757 'browser/history/in_memory_url_index_types.h', |
| 758 'browser/history/most_visited_tiles_experiment.cc', |
| 759 'browser/history/most_visited_tiles_experiment.h', |
758 'browser/history/page_usage_data.cc', | 760 'browser/history/page_usage_data.cc', |
759 'browser/history/page_usage_data.h', | 761 'browser/history/page_usage_data.h', |
760 'browser/history/query_parser.cc', | 762 'browser/history/query_parser.cc', |
761 'browser/history/query_parser.h', | 763 'browser/history/query_parser.h', |
762 'browser/history/scored_history_match.cc', | 764 'browser/history/scored_history_match.cc', |
763 'browser/history/scored_history_match.h', | 765 'browser/history/scored_history_match.h', |
764 'browser/history/select_favicon_frames.cc', | 766 'browser/history/select_favicon_frames.cc', |
765 'browser/history/select_favicon_frames.h', | 767 'browser/history/select_favicon_frames.h', |
766 'browser/history/snippet.cc', | 768 'browser/history/snippet.cc', |
767 'browser/history/snippet.h', | 769 'browser/history/snippet.h', |
(...skipping 2578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3346 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3348 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3347 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3349 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3348 }, | 3350 }, |
3349 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3351 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3350 }, | 3352 }, |
3351 ], | 3353 ], |
3352 }, | 3354 }, |
3353 ], | 3355 ], |
3354 ], | 3356 ], |
3355 } | 3357 } |
OLD | NEW |