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

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

Issue 27034: Initial support for Renderer Side Histograms... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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_thread.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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 '$CHROME_DIR/tools/build/win/precompiled_wtl.h', 76 '$CHROME_DIR/tools/build/win/precompiled_wtl.h',
77 'render_process.cc', 77 'render_process.cc',
78 'render_process.h', 78 'render_process.h',
79 'render_thread.cc', 79 'render_thread.cc',
80 'render_thread.h', 80 'render_thread.h',
81 'render_view.cc', 81 'render_view.cc',
82 'render_view.h', 82 'render_view.h',
83 'render_widget.cc', 83 'render_widget.cc',
84 'render_widget.h', 84 'render_widget.h',
85 'renderer_glue.cc', 85 'renderer_glue.cc',
86 'renderer_histogram_snapshots.cc',
87 'renderer_histogram_snapshots.h',
86 'renderer_main.cc', 88 'renderer_main.cc',
87 'renderer_resources.h', 89 'renderer_resources.h',
88 'user_script_slave.cc', 90 'user_script_slave.cc',
89 'user_script_slave.h', 91 'user_script_slave.h',
90 'visitedlink_slave.cc', 92 'visitedlink_slave.cc',
91 'visitedlink_slave.h', 93 'visitedlink_slave.h',
92 'webmediaplayer_delegate_impl.cc', 94 'webmediaplayer_delegate_impl.cc',
93 'webmediaplayer_delegate_impl.h', 95 'webmediaplayer_delegate_impl.h',
94 'webplugin_delegate_proxy.cc', 96 'webplugin_delegate_proxy.cc',
95 'webplugin_delegate_proxy.h', 97 'webplugin_delegate_proxy.h',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 './renderer.vsprops', 183 './renderer.vsprops',
182 '$(SolutionDir)../build/release.vsprops', 184 '$(SolutionDir)../build/release.vsprops',
183 ]) 185 ])
184 186
185 p.AddFileConfig('../tools/build/win/precompiled_wtl.cc', 187 p.AddFileConfig('../tools/build/win/precompiled_wtl.cc',
186 'Debug|Win32', 188 'Debug|Win32',
187 tools=[ 189 tools=[
188 MSVSTool('VCCLCompilerTool', 190 MSVSTool('VCCLCompilerTool',
189 UsePrecompiledHeader='1'), 191 UsePrecompiledHeader='1'),
190 ]) 192 ])
OLDNEW
« no previous file with comments | « chrome/renderer/render_thread.cc ('k') | chrome/renderer/renderer.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698