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

Side by Side Diff: webkit/webkit_sln.scons

Issue 17602: Updates to Visual Studio project generation to accomodate... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 11 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
« skia/SConscript ('K') | « webkit/activex_shim_dll/SConscript ('k') | no next file » | 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 __doc__ = """ 5 __doc__ = """
6 Configuration for building base.sln. 6 Configuration for building base.sln.
7 """ 7 """
8 8
9 Import('env') 9 Import('env')
10 10
(...skipping 23 matching lines...) Expand all
34 '$BREAKPAD_DIR/breakpad_handler.vcproj', 34 '$BREAKPAD_DIR/breakpad_handler.vcproj',
35 'webkit libxml projects', 35 'webkit libxml projects',
36 '$TESTING_DIR/gtest.vcproj', 36 '$TESTING_DIR/gtest.vcproj',
37 '$V8_DIR/tools/visual_studio/v8_snapshot.vcproj', 37 '$V8_DIR/tools/visual_studio/v8_snapshot.vcproj',
38 '$LIBPNG_DIR/libpng.vcproj', 38 '$LIBPNG_DIR/libpng.vcproj',
39 '$SKIA_DIR/skia.vcproj', 39 '$SKIA_DIR/skia.vcproj',
40 '$NET_DIR/build/tld_cleanup.vcproj', 40 '$NET_DIR/build/tld_cleanup.vcproj',
41 '$V8_DIR/tools/visual_studio/v8_base.vcproj', 41 '$V8_DIR/tools/visual_studio/v8_base.vcproj',
42 '$GOOGLEURL_DIR/build/googleurl.vcproj', 42 '$GOOGLEURL_DIR/build/googleurl.vcproj',
43 '$SDCH_DIR/sdch.vcproj', 43 '$SDCH_DIR/sdch.vcproj',
44 '$NET_DIR/build/net_resources.vcproj',
44 ], 45 ],
45 guid='{2C5FC2FE-B8B0-44B9-A7C4-E5B5E7292F6B}') 46 guid='{2C5FC2FE-B8B0-44B9-A7C4-E5B5E7292F6B}')
46 47
47 env.ChromeMSVSFolder('webkit libxml projects', 48 env.ChromeMSVSFolder('webkit libxml projects',
48 name='libxml projects', 49 name='libxml projects',
49 entries = [ 50 entries = [
50 '$LIBXML_DIR/build/libxml_config.vcproj', 51 '$LIBXML_DIR/build/libxml_config.vcproj',
51 '$LIBXML_DIR/build/libxml.vcproj', 52 '$LIBXML_DIR/build/libxml.vcproj',
52 ], 53 ],
53 guid='{B5EEDCC4-877F-4537-AD0E-A3FA070522DF}') 54 guid='{B5EEDCC4-877F-4537-AD0E-A3FA070522DF}')
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 ('$WEBKIT_DIR/build/localized_strings/' + 91 ('$WEBKIT_DIR/build/localized_strings/' +
91 'localized_strings.vcproj'), 92 'localized_strings.vcproj'),
92 '$WEBKIT_DIR/build/V8Bindings/V8Bindings.vcproj', 93 '$WEBKIT_DIR/build/V8Bindings/V8Bindings.vcproj',
93 '$WEBKIT_DIR/build/glue/glue.vcproj', 94 '$WEBKIT_DIR/build/glue/glue.vcproj',
94 '$WEBKIT_DIR/activex_shim/activex_shim.vcproj', 95 '$WEBKIT_DIR/activex_shim/activex_shim.vcproj',
95 ], 96 ],
96 guid='{4BC2C9E2-78FA-446A-B6E0-85689A2B4D3D}') 97 guid='{4BC2C9E2-78FA-446A-B6E0-85689A2B4D3D}')
97 98
98 99
99 solution = env.ChromeMSVSSolution('webkit.sln', 100 solution = env.ChromeMSVSSolution('webkit.sln',
101 dest='$CHROME_SRC_DIR/webkit/webkit.sln',
100 entries = [ 102 entries = [
101 'webkit dependencies', 103 'webkit dependencies',
102 '$WEBKIT_DIR/build/glue/glue.vcproj', 104 '$WEBKIT_DIR/build/glue/glue.vcproj',
103 '$WEBKIT_DIR/build/V8Bindings/V8Bindings.vcproj', 105 '$WEBKIT_DIR/build/V8Bindings/V8Bindings.vcproj',
104 '$WEBKIT_DIR/build/WebCore/WebCore.vcproj', 106 '$WEBKIT_DIR/build/WebCore/WebCore.vcproj',
105 '$WEBKIT_DIR/build/JSConfig/V8Config.vcproj', 107 '$WEBKIT_DIR/build/JSConfig/V8Config.vcproj',
106 '$WEBKIT_DIR/build/port/port.vcproj', 108 '$WEBKIT_DIR/build/port/port.vcproj',
107 'webkit (readonly)', 109 'webkit (readonly)',
108 '$WEBKIT_DIR/build/JavaScriptCore/WTF.vcproj', 110 '$WEBKIT_DIR/build/JavaScriptCore/WTF.vcproj',
109 ('$WEBKIT_DIR/build/localized_strings/' + 111 ('$WEBKIT_DIR/build/localized_strings/' +
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 ('$V8_DIR/tools/visual_studio/' + 155 ('$V8_DIR/tools/visual_studio/' +
154 'v8_mksnapshot.vcproj'), 156 'v8_mksnapshot.vcproj'),
155 '$V8_DIR/tools/visual_studio/v8_snapshot.vcproj', 157 '$V8_DIR/tools/visual_studio/v8_snapshot.vcproj',
156 '$SDCH_DIR/sdch.vcproj', 158 '$SDCH_DIR/sdch.vcproj',
157 '$SQLITE_DIR/sqlite.vcproj', 159 '$SQLITE_DIR/sqlite.vcproj',
158 ], 160 ],
159 variants = [ 161 variants = [
160 'Debug|Win32', 162 'Debug|Win32',
161 'Release|Win32', 163 'Release|Win32',
162 ]) 164 ])
163
164 env.AlwaysBuild(solution)
165
166 i = env.Command('$CHROME_SRC_DIR/webkit/webkit.sln', solution,
167 Copy('$TARGET', '$SOURCE'))
168 Alias('msvs', i)
OLDNEW
« skia/SConscript ('K') | « webkit/activex_shim_dll/SConscript ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698