OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 1711 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1722 'browser/platform_util_common_linux.cc', | 1722 'browser/platform_util_common_linux.cc', |
1723 'browser/platform_util_linux.cc', | 1723 'browser/platform_util_linux.cc', |
1724 'browser/platform_util_mac.mm', | 1724 'browser/platform_util_mac.mm', |
1725 'browser/platform_util_win.cc', | 1725 'browser/platform_util_win.cc', |
1726 'browser/plugin_data_remover_helper.cc', | 1726 'browser/plugin_data_remover_helper.cc', |
1727 'browser/plugin_data_remover_helper.h', | 1727 'browser/plugin_data_remover_helper.h', |
1728 'browser/plugin_download_helper.cc', | 1728 'browser/plugin_download_helper.cc', |
1729 'browser/plugin_download_helper.h', | 1729 'browser/plugin_download_helper.h', |
1730 'browser/plugin_finder.cc', | 1730 'browser/plugin_finder.cc', |
1731 'browser/plugin_finder.h', | 1731 'browser/plugin_finder.h', |
| 1732 'browser/plugin_installer.cc', |
| 1733 'browser/plugin_installer.h', |
1732 'browser/plugin_installer_infobar_delegate.cc', | 1734 'browser/plugin_installer_infobar_delegate.cc', |
1733 'browser/plugin_installer_infobar_delegate.h', | 1735 'browser/plugin_installer_infobar_delegate.h', |
1734 'browser/plugin_observer.cc', | 1736 'browser/plugin_observer.cc', |
1735 'browser/plugin_observer.h', | 1737 'browser/plugin_observer.h', |
1736 'browser/plugin_prefs.cc', | 1738 'browser/plugin_prefs.cc', |
1737 'browser/plugin_prefs.h', | 1739 'browser/plugin_prefs.h', |
1738 'browser/plugin_prefs_factory.cc', | 1740 'browser/plugin_prefs_factory.cc', |
1739 'browser/plugin_prefs_factory.h', | 1741 'browser/plugin_prefs_factory.h', |
1740 'browser/policy/asynchronous_policy_loader.cc', | 1742 'browser/policy/asynchronous_policy_loader.cc', |
1741 'browser/policy/asynchronous_policy_loader.h', | 1743 'browser/policy/asynchronous_policy_loader.h', |
(...skipping 3511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5253 'type': 'static_library', | 5255 'type': 'static_library', |
5254 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5256 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5255 'variables': { | 5257 'variables': { |
5256 'proto_in_dir': 'browser/history', | 5258 'proto_in_dir': 'browser/history', |
5257 'proto_out_dir': 'chrome/browser/history', | 5259 'proto_out_dir': 'chrome/browser/history', |
5258 }, | 5260 }, |
5259 'includes': [ '../build/protoc.gypi' ] | 5261 'includes': [ '../build/protoc.gypi' ] |
5260 }, | 5262 }, |
5261 ], | 5263 ], |
5262 } | 5264 } |
OLD | NEW |