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 1738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1749 'browser/profiles/incognito_mode_policy_handler.cc', | 1749 'browser/profiles/incognito_mode_policy_handler.cc', |
1750 'browser/profiles/incognito_mode_policy_handler.h', | 1750 'browser/profiles/incognito_mode_policy_handler.h', |
1751 'browser/profiles/off_the_record_profile_impl.cc', | 1751 'browser/profiles/off_the_record_profile_impl.cc', |
1752 'browser/profiles/off_the_record_profile_impl.h', | 1752 'browser/profiles/off_the_record_profile_impl.h', |
1753 'browser/profiles/off_the_record_profile_io_data.cc', | 1753 'browser/profiles/off_the_record_profile_io_data.cc', |
1754 'browser/profiles/off_the_record_profile_io_data.h', | 1754 'browser/profiles/off_the_record_profile_io_data.h', |
1755 'browser/profiles/profile.cc', | 1755 'browser/profiles/profile.cc', |
1756 'browser/profiles/profile.h', | 1756 'browser/profiles/profile.h', |
1757 'browser/profiles/profile_android.cc', | 1757 'browser/profiles/profile_android.cc', |
1758 'browser/profiles/profile_android.h', | 1758 'browser/profiles/profile_android.h', |
| 1759 'browser/profiles/profile_avatar_downloader.cc', |
| 1760 'browser/profiles/profile_avatar_downloader.h', |
1759 'browser/profiles/profile_destroyer.cc', | 1761 'browser/profiles/profile_destroyer.cc', |
1760 'browser/profiles/profile_destroyer.h', | 1762 'browser/profiles/profile_destroyer.h', |
1761 'browser/profiles/profile_downloader.cc', | 1763 'browser/profiles/profile_downloader.cc', |
1762 'browser/profiles/profile_downloader.h', | 1764 'browser/profiles/profile_downloader.h', |
1763 'browser/profiles/profile_downloader_delegate.h', | 1765 'browser/profiles/profile_downloader_delegate.h', |
1764 'browser/profiles/profile_impl.cc', | 1766 'browser/profiles/profile_impl.cc', |
1765 'browser/profiles/profile_impl.h', | 1767 'browser/profiles/profile_impl.h', |
1766 'browser/profiles/profile_impl_io_data.cc', | 1768 'browser/profiles/profile_impl_io_data.cc', |
1767 'browser/profiles/profile_impl_io_data.h', | 1769 'browser/profiles/profile_impl_io_data.h', |
1768 'browser/profiles/profile_info_cache.cc', | 1770 'browser/profiles/profile_info_cache.cc', |
(...skipping 1958 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3727 'package_name': 'org/chromium/chrome/browser', | 3729 'package_name': 'org/chromium/chrome/browser', |
3728 'template_deps': ['browser/android/tab_load_status.h'], | 3730 'template_deps': ['browser/android/tab_load_status.h'], |
3729 }, | 3731 }, |
3730 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3732 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3731 }, | 3733 }, |
3732 ], | 3734 ], |
3733 }, | 3735 }, |
3734 ], | 3736 ], |
3735 ], | 3737 ], |
3736 } | 3738 } |
OLD | NEW |