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

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

Issue 27157: Initial checkin of the out of process worker implementation.... (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/common/chrome_switches.cc ('k') | chrome/common/common.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 '$BREAKPAD_DIR/using_breakpad.scons', 10 '$BREAKPAD_DIR/using_breakpad.scons',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 'ipc_message_utils.cc', 94 'ipc_message_utils.cc',
95 'ipc_message_utils.h', 95 'ipc_message_utils.h',
96 'ipc_sync_channel.cc', 96 'ipc_sync_channel.cc',
97 'ipc_sync_channel.h', 97 'ipc_sync_channel.h',
98 'ipc_sync_message.cc', 98 'ipc_sync_message.cc',
99 'ipc_sync_message.h', 99 'ipc_sync_message.h',
100 'plugin_messages.h', 100 'plugin_messages.h',
101 'plugin_messages_internal.h', 101 'plugin_messages_internal.h',
102 'render_messages.h', 102 'render_messages.h',
103 'render_messages_internal.h', 103 'render_messages_internal.h',
104 'worker_messages.h',
105 'worker_messages_internal.h',
104 ]), 106 ]),
105 'accessibility.h', 107 'accessibility.h',
106 'animation.cc', 108 'animation.cc',
107 'animation.h', 109 'animation.h',
108 'bindings_policy.h', 110 'bindings_policy.h',
109 'child_process.cc', 111 'child_process.cc',
110 'child_process.h', 112 'child_process.h',
111 'child_process_host.cc', 113 'child_process_host.cc',
112 'child_process_host.h', 114 'child_process_host.h',
113 'child_process_info.cc', 115 'child_process_info.cc',
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 './common.vsprops', 347 './common.vsprops',
346 '$(SolutionDir)../build/release.vsprops', 348 '$(SolutionDir)../build/release.vsprops',
347 ]) 349 ])
348 350
349 p.AddFileConfig('../tools/build/win/precompiled.cc', 351 p.AddFileConfig('../tools/build/win/precompiled.cc',
350 'Debug|Win32', 352 'Debug|Win32',
351 tools=[ 353 tools=[
352 MSVSTool('VCCLCompilerTool', 354 MSVSTool('VCCLCompilerTool',
353 UsePrecompiledHeader='1'), 355 UsePrecompiledHeader='1'),
354 ]) 356 ])
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/common.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698