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 1674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1685 'browser/printing/printing_ui_web_contents_observer.h', | 1685 'browser/printing/printing_ui_web_contents_observer.h', |
1686 'browser/process_info_snapshot.h', | 1686 'browser/process_info_snapshot.h', |
1687 'browser/process_info_snapshot_mac.cc', | 1687 'browser/process_info_snapshot_mac.cc', |
1688 'browser/process_singleton.h', | 1688 'browser/process_singleton.h', |
1689 'browser/process_singleton_modal_dialog_lock.cc', | 1689 'browser/process_singleton_modal_dialog_lock.cc', |
1690 'browser/process_singleton_modal_dialog_lock.h', | 1690 'browser/process_singleton_modal_dialog_lock.h', |
1691 'browser/process_singleton_posix.cc', | 1691 'browser/process_singleton_posix.cc', |
1692 'browser/process_singleton_startup_lock.cc', | 1692 'browser/process_singleton_startup_lock.cc', |
1693 'browser/process_singleton_startup_lock.h', | 1693 'browser/process_singleton_startup_lock.h', |
1694 'browser/process_singleton_win.cc', | 1694 'browser/process_singleton_win.cc', |
1695 'browser/profile_resetter/automatic_profile_resetter.h', | |
1696 'browser/profile_resetter/automatic_profile_resetter.cc', | |
1697 'browser/profile_resetter/automatic_profile_resetter_delegate.h', | |
1698 'browser/profile_resetter/automatic_profile_resetter_delegate.cc', | |
1699 'browser/profile_resetter/automatic_profile_resetter_factory.h', | |
1700 'browser/profile_resetter/automatic_profile_resetter_factory.cc', | |
1701 'browser/profile_resetter/automatic_profile_resetter_mementos.h', | |
1702 'browser/profile_resetter/automatic_profile_resetter_mementos.cc', | |
1703 'browser/profile_resetter/brandcoded_default_settings.h', | 1695 'browser/profile_resetter/brandcoded_default_settings.h', |
1704 'browser/profile_resetter/brandcoded_default_settings.cc', | 1696 'browser/profile_resetter/brandcoded_default_settings.cc', |
1705 'browser/profile_resetter/brandcode_config_fetcher.h', | 1697 'browser/profile_resetter/brandcode_config_fetcher.h', |
1706 'browser/profile_resetter/brandcode_config_fetcher.cc', | 1698 'browser/profile_resetter/brandcode_config_fetcher.cc', |
1707 'browser/profile_resetter/profile_reset_global_error.h', | |
1708 'browser/profile_resetter/profile_reset_global_error.cc', | |
1709 'browser/profile_resetter/profile_resetter.h', | 1699 'browser/profile_resetter/profile_resetter.h', |
1710 'browser/profile_resetter/profile_resetter.cc', | 1700 'browser/profile_resetter/profile_resetter.cc', |
1711 'browser/profile_resetter/jtl_foundation.h', | |
1712 'browser/profile_resetter/jtl_foundation.cc', | |
1713 'browser/profile_resetter/jtl_instructions.h', | |
1714 'browser/profile_resetter/jtl_interpreter.h', | |
1715 'browser/profile_resetter/jtl_interpreter.cc', | |
1716 'browser/profile_resetter/resettable_settings_snapshot.h', | 1701 'browser/profile_resetter/resettable_settings_snapshot.h', |
1717 'browser/profile_resetter/resettable_settings_snapshot.cc', | 1702 'browser/profile_resetter/resettable_settings_snapshot.cc', |
1718 'browser/profiles/avatar_menu.cc', | 1703 'browser/profiles/avatar_menu.cc', |
1719 'browser/profiles/avatar_menu.h', | 1704 'browser/profiles/avatar_menu.h', |
1720 'browser/profiles/avatar_menu_actions.h', | 1705 'browser/profiles/avatar_menu_actions.h', |
1721 'browser/profiles/avatar_menu_actions_desktop.h', | 1706 'browser/profiles/avatar_menu_actions_desktop.h', |
1722 'browser/profiles/avatar_menu_actions_desktop.cc', | 1707 'browser/profiles/avatar_menu_actions_desktop.cc', |
1723 'browser/profiles/avatar_menu_desktop.cc', | 1708 'browser/profiles/avatar_menu_desktop.cc', |
1724 'browser/profiles/avatar_menu_observer.h', | 1709 'browser/profiles/avatar_menu_observer.h', |
1725 'browser/profiles/bookmark_model_loaded_observer.cc', | 1710 'browser/profiles/bookmark_model_loaded_observer.cc', |
(...skipping 2012 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3738 'package_name': 'org/chromium/chrome/browser', | 3723 'package_name': 'org/chromium/chrome/browser', |
3739 'template_deps': ['browser/android/tab_load_status.h'], | 3724 'template_deps': ['browser/android/tab_load_status.h'], |
3740 }, | 3725 }, |
3741 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3726 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3742 }, | 3727 }, |
3743 ], | 3728 ], |
3744 }, | 3729 }, |
3745 ], | 3730 ], |
3746 ], | 3731 ], |
3747 } | 3732 } |
OLD | NEW |