Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7977042: Get rid of synchronous calls to getting plugins to help with http://codereview.chromium.org/79800... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/printing/print_preview_tab_controller.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1643 matching lines...) Expand 10 before | Expand all | Expand 10 after
1654 'browser/platform_util_common_linux.cc', 1654 'browser/platform_util_common_linux.cc',
1655 'browser/platform_util_linux.cc', 1655 'browser/platform_util_linux.cc',
1656 'browser/platform_util_mac.mm', 1656 'browser/platform_util_mac.mm',
1657 'browser/platform_util_win.cc', 1657 'browser/platform_util_win.cc',
1658 'browser/plugin_data_remover.cc', 1658 'browser/plugin_data_remover.cc',
1659 'browser/plugin_data_remover.h', 1659 'browser/plugin_data_remover.h',
1660 'browser/plugin_data_remover_helper.cc', 1660 'browser/plugin_data_remover_helper.cc',
1661 'browser/plugin_data_remover_helper.h', 1661 'browser/plugin_data_remover_helper.h',
1662 'browser/plugin_download_helper.cc', 1662 'browser/plugin_download_helper.cc',
1663 'browser/plugin_download_helper.h', 1663 'browser/plugin_download_helper.h',
1664 'browser/plugin_exceptions_table_model.cc',
1665 'browser/plugin_exceptions_table_model.h',
1666 'browser/plugin_installer_infobar_delegate.cc', 1664 'browser/plugin_installer_infobar_delegate.cc',
1667 'browser/plugin_installer_infobar_delegate.h', 1665 'browser/plugin_installer_infobar_delegate.h',
1668 'browser/plugin_observer.cc', 1666 'browser/plugin_observer.cc',
1669 'browser/plugin_observer.h', 1667 'browser/plugin_observer.h',
1670 'browser/plugin_prefs.cc', 1668 'browser/plugin_prefs.cc',
1671 'browser/plugin_prefs.h', 1669 'browser/plugin_prefs.h',
1672 'browser/policy/asynchronous_policy_loader.cc', 1670 'browser/policy/asynchronous_policy_loader.cc',
1673 'browser/policy/asynchronous_policy_loader.h', 1671 'browser/policy/asynchronous_policy_loader.h',
1674 'browser/policy/asynchronous_policy_provider.cc', 1672 'browser/policy/asynchronous_policy_provider.cc',
1675 'browser/policy/asynchronous_policy_provider.h', 1673 'browser/policy/asynchronous_policy_provider.h',
(...skipping 3399 matching lines...) Expand 10 before | Expand all | Expand 10 after
5075 # weak imports in dependents, who still must #include 5073 # weak imports in dependents, who still must #include
5076 # closure_blocks_leopard_compat.h to get weak imports. 5074 # closure_blocks_leopard_compat.h to get weak imports.
5077 'type': 'none', 5075 'type': 'none',
5078 }], 5076 }],
5079 ], 5077 ],
5080 }, 5078 },
5081 ], 5079 ],
5082 }], 5080 }],
5083 ], 5081 ],
5084 } 5082 }
OLDNEW
« no previous file with comments | « chrome/browser/printing/print_preview_tab_controller.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698