| 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 805 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 816 'browser/history/top_sites_database.cc', | 816 'browser/history/top_sites_database.cc', |
| 817 'browser/history/top_sites_database.h', | 817 'browser/history/top_sites_database.h', |
| 818 'browser/history/top_sites_impl.cc', | 818 'browser/history/top_sites_impl.cc', |
| 819 'browser/history/top_sites_impl.h', | 819 'browser/history/top_sites_impl.h', |
| 820 'browser/history/typed_url_syncable_service.cc', | 820 'browser/history/typed_url_syncable_service.cc', |
| 821 'browser/history/typed_url_syncable_service.h', | 821 'browser/history/typed_url_syncable_service.h', |
| 822 'browser/history/url_database.cc', | 822 'browser/history/url_database.cc', |
| 823 'browser/history/url_database.h', | 823 'browser/history/url_database.h', |
| 824 'browser/history/url_index_private_data.cc', | 824 'browser/history/url_index_private_data.cc', |
| 825 'browser/history/url_index_private_data.h', | 825 'browser/history/url_index_private_data.h', |
| 826 'browser/history/url_utils.cc', |
| 827 'browser/history/url_utils.h', |
| 826 'browser/history/visit_database.cc', | 828 'browser/history/visit_database.cc', |
| 827 'browser/history/visit_database.h', | 829 'browser/history/visit_database.h', |
| 828 'browser/history/visit_filter.cc', | 830 'browser/history/visit_filter.cc', |
| 829 'browser/history/visit_filter.h', | 831 'browser/history/visit_filter.h', |
| 830 'browser/history/visit_tracker.cc', | 832 'browser/history/visit_tracker.cc', |
| 831 'browser/history/visit_tracker.h', | 833 'browser/history/visit_tracker.h', |
| 832 'browser/history/visitsegment_database.cc', | 834 'browser/history/visitsegment_database.cc', |
| 833 'browser/history/visitsegment_database.h', | 835 'browser/history/visitsegment_database.h', |
| 834 'browser/history/web_history_service.cc', | 836 'browser/history/web_history_service.cc', |
| 835 'browser/history/web_history_service.h', | 837 'browser/history/web_history_service.h', |
| (...skipping 2749 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3585 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3587 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3586 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3588 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3587 }, | 3589 }, |
| 3588 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3590 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3589 }, | 3591 }, |
| 3590 ], | 3592 ], |
| 3591 }, | 3593 }, |
| 3592 ], | 3594 ], |
| 3593 ], | 3595 ], |
| 3594 } | 3596 } |
| OLD | NEW |