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

Side by Side Diff: chrome/renderer/renderer.scons

Issue 21543: Add developer tools message handling to renderer (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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/renderer/render_view.cc ('k') | chrome/renderer/renderer.vcproj » ('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) 2006-2008 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2006-2008 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 Import('env') 5 Import('env')
6 6
7 env = env.Clone() 7 env = env.Clone()
8 8
9 env.SConscript([ 9 env.SConscript([
10 '$CHROME_DIR/third_party/wtl/using_wtl.scons', 10 '$CHROME_DIR/third_party/wtl/using_wtl.scons',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'net/render_dns_master.h', 59 'net/render_dns_master.h',
60 'net/render_dns_queue.cc', 60 'net/render_dns_queue.cc',
61 'net/render_dns_queue.h', 61 'net/render_dns_queue.h',
62 ]), 62 ]),
63 'about_handler.cc', 63 'about_handler.cc',
64 'about_handler.h', 64 'about_handler.h',
65 'chrome_plugin_host.cc', 65 'chrome_plugin_host.cc',
66 'chrome_plugin_host.h', 66 'chrome_plugin_host.h',
67 'debug_message_handler.cc', 67 'debug_message_handler.cc',
68 'debug_message_handler.h', 68 'debug_message_handler.h',
69 'dev_tools_agent.cc',
70 'dev_tools_agent.h',
71 'dev_tools_client.cc',
72 'dev_tools_client.h',
73 'dev_tools_messages.h',
74 'dev_tools_messages_internal.h',
69 'dom_ui_bindings.cc', 75 'dom_ui_bindings.cc',
70 'dom_ui_bindings.h', 76 'dom_ui_bindings.h',
71 'external_host_bindings.cc', 77 'external_host_bindings.cc',
72 'external_host_bindings.h', 78 'external_host_bindings.h',
73 'external_js_object.cc', 79 'external_js_object.cc',
74 'external_js_object.h', 80 'external_js_object.h',
75 'localized_error.cc', 81 'localized_error.cc',
76 'localized_error.h', 82 'localized_error.h',
77 'plugin_channel_host.cc', 83 'plugin_channel_host.cc',
78 'plugin_channel_host.h', 84 'plugin_channel_host.h',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 './renderer.vsprops', 193 './renderer.vsprops',
188 '$(SolutionDir)../build/release.vsprops', 194 '$(SolutionDir)../build/release.vsprops',
189 ]) 195 ])
190 196
191 p.AddFileConfig('../tools/build/win/precompiled_wtl.cc', 197 p.AddFileConfig('../tools/build/win/precompiled_wtl.cc',
192 'Debug|Win32', 198 'Debug|Win32',
193 tools=[ 199 tools=[
194 MSVSTool('VCCLCompilerTool', 200 MSVSTool('VCCLCompilerTool',
195 UsePrecompiledHeader='1'), 201 UsePrecompiledHeader='1'),
196 ]) 202 ])
OLDNEW
« no previous file with comments | « chrome/renderer/render_view.cc ('k') | chrome/renderer/renderer.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698