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 1772 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1783 'browser/profiles/profile_destroyer.h', | 1783 'browser/profiles/profile_destroyer.h', |
1784 'browser/profiles/profile_downloader.cc', | 1784 'browser/profiles/profile_downloader.cc', |
1785 'browser/profiles/profile_downloader.h', | 1785 'browser/profiles/profile_downloader.h', |
1786 'browser/profiles/profile_downloader_delegate.h', | 1786 'browser/profiles/profile_downloader_delegate.h', |
1787 'browser/profiles/profile_impl.cc', | 1787 'browser/profiles/profile_impl.cc', |
1788 'browser/profiles/profile_impl.h', | 1788 'browser/profiles/profile_impl.h', |
1789 'browser/profiles/profile_impl_io_data.cc', | 1789 'browser/profiles/profile_impl_io_data.cc', |
1790 'browser/profiles/profile_impl_io_data.h', | 1790 'browser/profiles/profile_impl_io_data.h', |
1791 'browser/profiles/profile_info_cache.cc', | 1791 'browser/profiles/profile_info_cache.cc', |
1792 'browser/profiles/profile_info_cache.h', | 1792 'browser/profiles/profile_info_cache.h', |
| 1793 'browser/profiles/profile_info_entry.cc', |
| 1794 'browser/profiles/profile_info_entry.h', |
1793 'browser/profiles/profile_info_cache_observer.h', | 1795 'browser/profiles/profile_info_cache_observer.h', |
1794 'browser/profiles/profile_info_interface.h', | 1796 'browser/profiles/profile_info_interface.h', |
1795 'browser/profiles/profile_info_util.cc', | 1797 'browser/profiles/profile_info_util.cc', |
1796 'browser/profiles/profile_info_util.h', | 1798 'browser/profiles/profile_info_util.h', |
1797 'browser/profiles/profile_io_data.cc', | 1799 'browser/profiles/profile_io_data.cc', |
1798 'browser/profiles/profile_io_data.h', | 1800 'browser/profiles/profile_io_data.h', |
1799 'browser/profiles/profile_list.h', | 1801 'browser/profiles/profile_list.h', |
1800 'browser/profiles/profile_list_desktop.cc', | 1802 'browser/profiles/profile_list_desktop.cc', |
1801 'browser/profiles/profile_list_desktop.h', | 1803 'browser/profiles/profile_list_desktop.h', |
1802 'browser/profiles/profile_manager.cc', | 1804 'browser/profiles/profile_manager.cc', |
(...skipping 1918 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3721 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3723 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3722 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3724 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3723 }, | 3725 }, |
3724 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3726 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3725 }, | 3727 }, |
3726 ], | 3728 ], |
3727 }, | 3729 }, |
3728 ], | 3730 ], |
3729 ], | 3731 ], |
3730 } | 3732 } |
OLD | NEW |