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 'dependencies': [ | 10 'dependencies': [ |
(...skipping 1697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1708 'browser/password_manager_delegate_impl.h', | 1708 'browser/password_manager_delegate_impl.h', |
1709 'browser/pdf_unsupported_feature.cc', | 1709 'browser/pdf_unsupported_feature.cc', |
1710 'browser/pdf_unsupported_feature.h', | 1710 'browser/pdf_unsupported_feature.h', |
1711 'browser/platform_util.h', | 1711 'browser/platform_util.h', |
1712 'browser/platform_util_aura.cc', | 1712 'browser/platform_util_aura.cc', |
1713 'browser/platform_util_chromeos.cc', | 1713 'browser/platform_util_chromeos.cc', |
1714 'browser/platform_util_common_linux.cc', | 1714 'browser/platform_util_common_linux.cc', |
1715 'browser/platform_util_linux.cc', | 1715 'browser/platform_util_linux.cc', |
1716 'browser/platform_util_mac.mm', | 1716 'browser/platform_util_mac.mm', |
1717 'browser/platform_util_win.cc', | 1717 'browser/platform_util_win.cc', |
1718 'browser/plugin_data_remover.cc', | |
1719 'browser/plugin_data_remover.h', | |
1720 'browser/plugin_data_remover_helper.cc', | 1718 'browser/plugin_data_remover_helper.cc', |
1721 'browser/plugin_data_remover_helper.h', | 1719 'browser/plugin_data_remover_helper.h', |
1722 'browser/plugin_download_helper.cc', | 1720 'browser/plugin_download_helper.cc', |
1723 'browser/plugin_download_helper.h', | 1721 'browser/plugin_download_helper.h', |
1724 'browser/plugin_installer_infobar_delegate.cc', | 1722 'browser/plugin_installer_infobar_delegate.cc', |
1725 'browser/plugin_installer_infobar_delegate.h', | 1723 'browser/plugin_installer_infobar_delegate.h', |
1726 'browser/plugin_observer.cc', | 1724 'browser/plugin_observer.cc', |
1727 'browser/plugin_observer.h', | 1725 'browser/plugin_observer.h', |
1728 'browser/plugin_prefs.cc', | 1726 'browser/plugin_prefs.cc', |
1729 'browser/plugin_prefs.h', | 1727 'browser/plugin_prefs.h', |
(...skipping 3539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5269 'type': 'static_library', | 5267 'type': 'static_library', |
5270 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5268 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5271 'variables': { | 5269 'variables': { |
5272 'proto_in_dir': 'browser/history', | 5270 'proto_in_dir': 'browser/history', |
5273 'proto_out_dir': 'chrome/browser/history', | 5271 'proto_out_dir': 'chrome/browser/history', |
5274 }, | 5272 }, |
5275 'includes': [ '../build/protoc.gypi' ] | 5273 'includes': [ '../build/protoc.gypi' ] |
5276 }, | 5274 }, |
5277 ], | 5275 ], |
5278 } | 5276 } |
OLD | NEW |