| 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 712 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 723 'browser/history/thumbnail_database.cc', | 723 'browser/history/thumbnail_database.cc', |
| 724 'browser/history/thumbnail_database.h', | 724 'browser/history/thumbnail_database.h', |
| 725 'browser/history/top_sites.cc', | 725 'browser/history/top_sites.cc', |
| 726 'browser/history/top_sites.h', | 726 'browser/history/top_sites.h', |
| 727 'browser/history/top_sites_backend.cc', | 727 'browser/history/top_sites_backend.cc', |
| 728 'browser/history/top_sites_backend.h', | 728 'browser/history/top_sites_backend.h', |
| 729 'browser/history/top_sites_cache.cc', | 729 'browser/history/top_sites_cache.cc', |
| 730 'browser/history/top_sites_cache.h', | 730 'browser/history/top_sites_cache.h', |
| 731 'browser/history/top_sites_database.cc', | 731 'browser/history/top_sites_database.cc', |
| 732 'browser/history/top_sites_database.h', | 732 'browser/history/top_sites_database.h', |
| 733 'browser/history/typed_url_syncable_service.cc', |
| 734 'browser/history/typed_url_syncable_service.h', |
| 733 'browser/history/url_database.cc', | 735 'browser/history/url_database.cc', |
| 734 'browser/history/url_database.h', | 736 'browser/history/url_database.h', |
| 735 'browser/history/url_index_private_data.cc', | 737 'browser/history/url_index_private_data.cc', |
| 736 'browser/history/url_index_private_data.h', | 738 'browser/history/url_index_private_data.h', |
| 737 'browser/history/visit_database.cc', | 739 'browser/history/visit_database.cc', |
| 738 'browser/history/visit_database.h', | 740 'browser/history/visit_database.h', |
| 739 'browser/history/visit_filter.cc', | 741 'browser/history/visit_filter.cc', |
| 740 'browser/history/visit_filter.h', | 742 'browser/history/visit_filter.h', |
| 741 'browser/history/visit_tracker.cc', | 743 'browser/history/visit_tracker.cc', |
| 742 'browser/history/visit_tracker.h', | 744 'browser/history/visit_tracker.h', |
| (...skipping 2284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3027 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3029 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3028 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3030 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3029 }, | 3031 }, |
| 3030 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3032 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3031 }, | 3033 }, |
| 3032 ], | 3034 ], |
| 3033 }, | 3035 }, |
| 3034 ], | 3036 ], |
| 3035 ], | 3037 ], |
| 3036 } | 3038 } |
| OLD | NEW |