| 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 1700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1711 'browser/process_singleton.h', | 1711 'browser/process_singleton.h', |
| 1712 'browser/process_singleton_linux.cc', | 1712 'browser/process_singleton_linux.cc', |
| 1713 'browser/process_singleton_mac.cc', | 1713 'browser/process_singleton_mac.cc', |
| 1714 'browser/process_singleton_modal_dialog_lock.cc', | 1714 'browser/process_singleton_modal_dialog_lock.cc', |
| 1715 'browser/process_singleton_modal_dialog_lock.h', | 1715 'browser/process_singleton_modal_dialog_lock.h', |
| 1716 'browser/process_singleton_startup_lock.cc', | 1716 'browser/process_singleton_startup_lock.cc', |
| 1717 'browser/process_singleton_startup_lock.h', | 1717 'browser/process_singleton_startup_lock.h', |
| 1718 'browser/process_singleton_win.cc', | 1718 'browser/process_singleton_win.cc', |
| 1719 'browser/profile_resetter/automatic_profile_resetter.h', | 1719 'browser/profile_resetter/automatic_profile_resetter.h', |
| 1720 'browser/profile_resetter/automatic_profile_resetter.cc', | 1720 'browser/profile_resetter/automatic_profile_resetter.cc', |
| 1721 'browser/profile_resetter/automatic_profile_resetter_delegate.h', |
| 1722 'browser/profile_resetter/automatic_profile_resetter_delegate.cc', |
| 1721 'browser/profile_resetter/automatic_profile_resetter_factory.h', | 1723 'browser/profile_resetter/automatic_profile_resetter_factory.h', |
| 1722 'browser/profile_resetter/automatic_profile_resetter_factory.cc', | 1724 'browser/profile_resetter/automatic_profile_resetter_factory.cc', |
| 1723 'browser/profile_resetter/automatic_profile_resetter_mementos.h', | 1725 'browser/profile_resetter/automatic_profile_resetter_mementos.h', |
| 1724 'browser/profile_resetter/automatic_profile_resetter_mementos.cc', | 1726 'browser/profile_resetter/automatic_profile_resetter_mementos.cc', |
| 1725 'browser/profile_resetter/brandcoded_default_settings.h', | 1727 'browser/profile_resetter/brandcoded_default_settings.h', |
| 1726 'browser/profile_resetter/brandcoded_default_settings.cc', | 1728 'browser/profile_resetter/brandcoded_default_settings.cc', |
| 1727 'browser/profile_resetter/brandcode_config_fetcher.h', | 1729 'browser/profile_resetter/brandcode_config_fetcher.h', |
| 1728 'browser/profile_resetter/brandcode_config_fetcher.cc', | 1730 'browser/profile_resetter/brandcode_config_fetcher.cc', |
| 1729 'browser/profile_resetter/profile_reset_callback.h', | 1731 'browser/profile_resetter/profile_reset_callback.h', |
| 1730 'browser/profile_resetter/profile_reset_global_error.h', | 1732 'browser/profile_resetter/profile_reset_global_error.h', |
| (...skipping 1975 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3706 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3708 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3707 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3709 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3708 }, | 3710 }, |
| 3709 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3711 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3710 }, | 3712 }, |
| 3711 ], | 3713 ], |
| 3712 }, | 3714 }, |
| 3713 ], | 3715 ], |
| 3714 ], | 3716 ], |
| 3715 } | 3717 } |
| OLD | NEW |