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

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

Issue 58008: Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.h... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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
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 'webkit_param_traits.h',
104 'worker_messages.h', 105 'worker_messages.h',
105 'worker_messages_internal.h', 106 'worker_messages_internal.h',
106 ]), 107 ]),
107 'accessibility.h', 108 'accessibility.h',
108 'animation.cc', 109 'animation.cc',
109 'animation.h', 110 'animation.h',
110 'bindings_policy.h', 111 'bindings_policy.h',
111 'child_process.cc', 112 'child_process.cc',
112 'child_process.h', 113 'child_process.h',
113 'child_process_host.cc', 114 'child_process_host.cc',
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 './common.vsprops', 363 './common.vsprops',
363 '$(SolutionDir)../build/release.vsprops', 364 '$(SolutionDir)../build/release.vsprops',
364 ]) 365 ])
365 366
366 p.AddFileConfig('../tools/build/win/precompiled.cc', 367 p.AddFileConfig('../tools/build/win/precompiled.cc',
367 'Debug|Win32', 368 'Debug|Win32',
368 tools=[ 369 tools=[
369 MSVSTool('VCCLCompilerTool', 370 MSVSTool('VCCLCompilerTool',
370 UsePrecompiledHeader='1'), 371 UsePrecompiledHeader='1'),
371 ]) 372 ])
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698