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 1692 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1703 'browser/process_singleton.h', | 1703 'browser/process_singleton.h', |
1704 'browser/process_singleton_linux.cc', | 1704 'browser/process_singleton_linux.cc', |
1705 'browser/process_singleton_mac.cc', | 1705 'browser/process_singleton_mac.cc', |
1706 'browser/process_singleton_modal_dialog_lock.cc', | 1706 'browser/process_singleton_modal_dialog_lock.cc', |
1707 'browser/process_singleton_modal_dialog_lock.h', | 1707 'browser/process_singleton_modal_dialog_lock.h', |
1708 'browser/process_singleton_startup_lock.cc', | 1708 'browser/process_singleton_startup_lock.cc', |
1709 'browser/process_singleton_startup_lock.h', | 1709 'browser/process_singleton_startup_lock.h', |
1710 'browser/process_singleton_win.cc', | 1710 'browser/process_singleton_win.cc', |
1711 'browser/profile_resetter/automatic_profile_resetter.h', | 1711 'browser/profile_resetter/automatic_profile_resetter.h', |
1712 'browser/profile_resetter/automatic_profile_resetter.cc', | 1712 'browser/profile_resetter/automatic_profile_resetter.cc', |
| 1713 'browser/profile_resetter/automatic_profile_resetter_delegate.h', |
| 1714 'browser/profile_resetter/automatic_profile_resetter_delegate.cc', |
1713 'browser/profile_resetter/automatic_profile_resetter_factory.h', | 1715 'browser/profile_resetter/automatic_profile_resetter_factory.h', |
1714 'browser/profile_resetter/automatic_profile_resetter_factory.cc', | 1716 'browser/profile_resetter/automatic_profile_resetter_factory.cc', |
1715 'browser/profile_resetter/automatic_profile_resetter_mementos.h', | 1717 'browser/profile_resetter/automatic_profile_resetter_mementos.h', |
1716 'browser/profile_resetter/automatic_profile_resetter_mementos.cc', | 1718 'browser/profile_resetter/automatic_profile_resetter_mementos.cc', |
1717 'browser/profile_resetter/brandcoded_default_settings.h', | 1719 'browser/profile_resetter/brandcoded_default_settings.h', |
1718 'browser/profile_resetter/brandcoded_default_settings.cc', | 1720 'browser/profile_resetter/brandcoded_default_settings.cc', |
1719 'browser/profile_resetter/brandcode_config_fetcher.h', | 1721 'browser/profile_resetter/brandcode_config_fetcher.h', |
1720 'browser/profile_resetter/brandcode_config_fetcher.cc', | 1722 'browser/profile_resetter/brandcode_config_fetcher.cc', |
1721 'browser/profile_resetter/profile_reset_callback.h', | 1723 'browser/profile_resetter/profile_reset_callback.h', |
1722 'browser/profile_resetter/profile_reset_global_error.h', | 1724 'browser/profile_resetter/profile_reset_global_error.h', |
(...skipping 1967 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3690 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3692 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3691 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3693 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3692 }, | 3694 }, |
3693 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3695 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3694 }, | 3696 }, |
3695 ], | 3697 ], |
3696 }, | 3698 }, |
3697 ], | 3699 ], |
3698 ], | 3700 ], |
3699 } | 3701 } |
OLD | NEW |