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 1724 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1735 'browser/profiles/incognito_mode_policy_handler.cc', | 1735 'browser/profiles/incognito_mode_policy_handler.cc', |
1736 'browser/profiles/incognito_mode_policy_handler.h', | 1736 'browser/profiles/incognito_mode_policy_handler.h', |
1737 'browser/profiles/off_the_record_profile_impl.cc', | 1737 'browser/profiles/off_the_record_profile_impl.cc', |
1738 'browser/profiles/off_the_record_profile_impl.h', | 1738 'browser/profiles/off_the_record_profile_impl.h', |
1739 'browser/profiles/off_the_record_profile_io_data.cc', | 1739 'browser/profiles/off_the_record_profile_io_data.cc', |
1740 'browser/profiles/off_the_record_profile_io_data.h', | 1740 'browser/profiles/off_the_record_profile_io_data.h', |
1741 'browser/profiles/profile.cc', | 1741 'browser/profiles/profile.cc', |
1742 'browser/profiles/profile.h', | 1742 'browser/profiles/profile.h', |
1743 'browser/profiles/profile_android.cc', | 1743 'browser/profiles/profile_android.cc', |
1744 'browser/profiles/profile_android.h', | 1744 'browser/profiles/profile_android.h', |
| 1745 'browser/profiles/profile_avatar_downloader.cc', |
| 1746 'browser/profiles/profile_avatar_downloader.h', |
1745 'browser/profiles/profile_destroyer.cc', | 1747 'browser/profiles/profile_destroyer.cc', |
1746 'browser/profiles/profile_destroyer.h', | 1748 'browser/profiles/profile_destroyer.h', |
1747 'browser/profiles/profile_downloader.cc', | 1749 'browser/profiles/profile_downloader.cc', |
1748 'browser/profiles/profile_downloader.h', | 1750 'browser/profiles/profile_downloader.h', |
1749 'browser/profiles/profile_downloader_delegate.h', | 1751 'browser/profiles/profile_downloader_delegate.h', |
1750 'browser/profiles/profile_impl.cc', | 1752 'browser/profiles/profile_impl.cc', |
1751 'browser/profiles/profile_impl.h', | 1753 'browser/profiles/profile_impl.h', |
1752 'browser/profiles/profile_impl_io_data.cc', | 1754 'browser/profiles/profile_impl_io_data.cc', |
1753 'browser/profiles/profile_impl_io_data.h', | 1755 'browser/profiles/profile_impl_io_data.h', |
1754 'browser/profiles/profile_info_cache.cc', | 1756 'browser/profiles/profile_info_cache.cc', |
(...skipping 1981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3736 'package_name': 'org/chromium/chrome/browser', | 3738 'package_name': 'org/chromium/chrome/browser', |
3737 'template_deps': ['browser/android/tab_load_status.h'], | 3739 'template_deps': ['browser/android/tab_load_status.h'], |
3738 }, | 3740 }, |
3739 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3741 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3740 }, | 3742 }, |
3741 ], | 3743 ], |
3742 }, | 3744 }, |
3743 ], | 3745 ], |
3744 ], | 3746 ], |
3745 } | 3747 } |
OLD | NEW |