| 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 738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 749 'browser/history/select_favicon_frames.cc', | 749 'browser/history/select_favicon_frames.cc', |
| 750 'browser/history/select_favicon_frames.h', | 750 'browser/history/select_favicon_frames.h', |
| 751 'browser/history/snippet.cc', | 751 'browser/history/snippet.cc', |
| 752 'browser/history/snippet.h', | 752 'browser/history/snippet.h', |
| 753 'browser/history/shortcuts_backend.cc', | 753 'browser/history/shortcuts_backend.cc', |
| 754 'browser/history/shortcuts_backend.h', | 754 'browser/history/shortcuts_backend.h', |
| 755 'browser/history/shortcuts_backend_factory.cc', | 755 'browser/history/shortcuts_backend_factory.cc', |
| 756 'browser/history/shortcuts_backend_factory.h', | 756 'browser/history/shortcuts_backend_factory.h', |
| 757 'browser/history/shortcuts_database.cc', | 757 'browser/history/shortcuts_database.cc', |
| 758 'browser/history/shortcuts_database.h', | 758 'browser/history/shortcuts_database.h', |
| 759 'browser/history/text_database.cc', | |
| 760 'browser/history/text_database.h', | |
| 761 'browser/history/text_database_manager.cc', | |
| 762 'browser/history/text_database_manager.h', | |
| 763 'browser/history/thumbnail_database.cc', | 759 'browser/history/thumbnail_database.cc', |
| 764 'browser/history/thumbnail_database.h', | 760 'browser/history/thumbnail_database.h', |
| 765 'browser/history/top_sites.cc', | 761 'browser/history/top_sites.cc', |
| 766 'browser/history/top_sites.h', | 762 'browser/history/top_sites.h', |
| 767 'browser/history/top_sites_backend.cc', | 763 'browser/history/top_sites_backend.cc', |
| 768 'browser/history/top_sites_backend.h', | 764 'browser/history/top_sites_backend.h', |
| 769 'browser/history/top_sites_cache.cc', | 765 'browser/history/top_sites_cache.cc', |
| 770 'browser/history/top_sites_cache.h', | 766 'browser/history/top_sites_cache.h', |
| 771 'browser/history/top_sites_database.cc', | 767 'browser/history/top_sites_database.cc', |
| 772 'browser/history/top_sites_database.h', | 768 'browser/history/top_sites_database.h', |
| (...skipping 2534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3307 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3303 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3308 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3304 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3309 }, | 3305 }, |
| 3310 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3306 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3311 }, | 3307 }, |
| 3312 ], | 3308 ], |
| 3313 }, | 3309 }, |
| 3314 ], | 3310 ], |
| 3315 ], | 3311 ], |
| 3316 } | 3312 } |
| OLD | NEW |