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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 8956019: base::Bind: Remove includes of base.bind in header files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Mac fix. Created 9 years 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
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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'version_py_path': '../tools/build/version.py', 10 'version_py_path': '../tools/build/version.py',
(...skipping 794 matching lines...) Expand 10 before | Expand all | Expand 10 after
805 'cfproxy_proxy.cc', 805 'cfproxy_proxy.cc',
806 'cfproxy_support.cc', 806 'cfproxy_support.cc',
807 'chrome_frame_automation.h', 807 'chrome_frame_automation.h',
808 'chrome_frame_automation.cc', 808 'chrome_frame_automation.cc',
809 'chrome_frame_delegate.h', 809 'chrome_frame_delegate.h',
810 'chrome_frame_delegate.cc', 810 'chrome_frame_delegate.cc',
811 'chrome_frame_plugin.cc', 811 'chrome_frame_plugin.cc',
812 'chrome_frame_plugin.h', 812 'chrome_frame_plugin.h',
813 'chrome_launcher_utils.cc', 813 'chrome_launcher_utils.cc',
814 'chrome_launcher_utils.h', 814 'chrome_launcher_utils.h',
815 'custom_sync_call_context.cc',
815 'custom_sync_call_context.h', 816 'custom_sync_call_context.h',
816 'external_tab.h', 817 'external_tab.h',
817 'external_tab.cc', 818 'external_tab.cc',
818 'navigation_constraints.h', 819 'navigation_constraints.h',
819 'navigation_constraints.cc', 820 'navigation_constraints.cc',
820 'plugin_url_request.h', 821 'plugin_url_request.h',
821 'plugin_url_request.cc', 822 'plugin_url_request.cc',
822 'sync_msg_reply_dispatcher.h', 823 'sync_msg_reply_dispatcher.h',
823 'sync_msg_reply_dispatcher.cc', 824 'sync_msg_reply_dispatcher.cc',
824 'task_marshaller.h', 825 'task_marshaller.h',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
1039 # Use outputs of this action as inputs for the main target build. 1040 # Use outputs of this action as inputs for the main target build.
1040 # Seems as a misnomer but makes this happy on Linux (scons). 1041 # Seems as a misnomer but makes this happy on Linux (scons).
1041 'process_outputs_as_sources': 1, 1042 'process_outputs_as_sources': 1,
1042 }, 1043 },
1043 ], 1044 ],
1044 }, 1045 },
1045 ], 1046 ],
1046 }, ], # 'coverage!=0' 1047 }, ], # 'coverage!=0'
1047 ], # 'conditions' 1048 ], # 'conditions'
1048 } 1049 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chromeos/imageburner/webui_handler.h ('k') | chrome_frame/custom_sync_call_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698