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 1696 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1707 'browser/process_singleton.h', | 1707 'browser/process_singleton.h', |
1708 'browser/process_singleton_linux.cc', | 1708 'browser/process_singleton_linux.cc', |
1709 'browser/process_singleton_mac.cc', | 1709 'browser/process_singleton_mac.cc', |
1710 'browser/process_singleton_modal_dialog_lock.cc', | 1710 'browser/process_singleton_modal_dialog_lock.cc', |
1711 'browser/process_singleton_modal_dialog_lock.h', | 1711 'browser/process_singleton_modal_dialog_lock.h', |
1712 'browser/process_singleton_startup_lock.cc', | 1712 'browser/process_singleton_startup_lock.cc', |
1713 'browser/process_singleton_startup_lock.h', | 1713 'browser/process_singleton_startup_lock.h', |
1714 'browser/process_singleton_win.cc', | 1714 'browser/process_singleton_win.cc', |
1715 'browser/profile_resetter/automatic_profile_resetter.h', | 1715 'browser/profile_resetter/automatic_profile_resetter.h', |
1716 'browser/profile_resetter/automatic_profile_resetter.cc', | 1716 'browser/profile_resetter/automatic_profile_resetter.cc', |
| 1717 'browser/profile_resetter/automatic_profile_resetter_delegate.h', |
| 1718 'browser/profile_resetter/automatic_profile_resetter_delegate.cc', |
1717 'browser/profile_resetter/automatic_profile_resetter_factory.h', | 1719 'browser/profile_resetter/automatic_profile_resetter_factory.h', |
1718 'browser/profile_resetter/automatic_profile_resetter_factory.cc', | 1720 'browser/profile_resetter/automatic_profile_resetter_factory.cc', |
1719 'browser/profile_resetter/automatic_profile_resetter_mementos.h', | 1721 'browser/profile_resetter/automatic_profile_resetter_mementos.h', |
1720 'browser/profile_resetter/automatic_profile_resetter_mementos.cc', | 1722 'browser/profile_resetter/automatic_profile_resetter_mementos.cc', |
1721 'browser/profile_resetter/brandcoded_default_settings.h', | 1723 'browser/profile_resetter/brandcoded_default_settings.h', |
1722 'browser/profile_resetter/brandcoded_default_settings.cc', | 1724 'browser/profile_resetter/brandcoded_default_settings.cc', |
1723 'browser/profile_resetter/brandcode_config_fetcher.h', | 1725 'browser/profile_resetter/brandcode_config_fetcher.h', |
1724 'browser/profile_resetter/brandcode_config_fetcher.cc', | 1726 'browser/profile_resetter/brandcode_config_fetcher.cc', |
1725 'browser/profile_resetter/profile_reset_callback.h', | 1727 'browser/profile_resetter/profile_reset_callback.h', |
1726 'browser/profile_resetter/profile_reset_global_error.h', | 1728 'browser/profile_resetter/profile_reset_global_error.h', |
(...skipping 1968 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3695 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3697 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3696 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3698 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3697 }, | 3699 }, |
3698 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3700 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3699 }, | 3701 }, |
3700 ], | 3702 ], |
3701 }, | 3703 }, |
3702 ], | 3704 ], |
3703 ], | 3705 ], |
3704 } | 3706 } |
OLD | NEW |