| OLD | NEW |
| (Empty) |
| 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 | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 __doc__ = """ | |
| 6 Configuration for building base.sln. | |
| 7 """ | |
| 8 | |
| 9 Import('env') | |
| 10 | |
| 11 env = env.Clone() | |
| 12 | |
| 13 env.Tool('MSVSNew') | |
| 14 | |
| 15 # TODO(sgk): migrate these MSVSProject() definitions to other | |
| 16 # .scons files as we continue to rename SConscript files. | |
| 17 env.ChromeMSVSProject('$GEARS_DIR/gears.vcproj', | |
| 18 guid='{D703D7A0-EDC1-4FE6-9E22-56154155B24E}') | |
| 19 | |
| 20 env.ChromeMSVSProject('../tools/memory_watcher/memory_watcher.vcproj', | |
| 21 dependencies = [ | |
| 22 '$BASE_DIR/build/base.vcproj', | |
| 23 '$ICU38_DIR/build/icu.vcproj', | |
| 24 ], | |
| 25 guid='{3BD81303-4E14-4559-AA69-B30C3BAB08DD}') | |
| 26 | |
| 27 # Not until/unless we want to support C# projects. | |
| 28 #env.ChromeMSVSProject('$CHROME_SRC_DIR/tools/stats_viewer/stats_viewer.csproj', | |
| 29 # guid='{41735CD9-3E35-47F7-9FD1-4A9950B6B131}') | |
| 30 | |
| 31 env.ChromeMSVSProject('$CHROME_DIR/app/generated_resources.vcproj', | |
| 32 guid='{D9DDAF60-663F-49CC-90DC-3D08CC3D1B28}') | |
| 33 | |
| 34 env.ChromeMSVSProject('$CHROME_DIR/app/theme/theme_dll.vcproj', | |
| 35 guid='{FD683DD6-D9BF-4B1B-AB6D-A3AC03EDAA4D}') | |
| 36 | |
| 37 env.ChromeMSVSProject('$CHROME_DIR/browser/resources/browser_resources.vcproj', | |
| 38 guid='{B95AB527-F7DB-41E9-AD91-EB51EE0F56BE}') | |
| 39 | |
| 40 env.ChromeMSVSProject('$CHROME_DIR/installer/gcapi/gcapi_dll.vcproj', | |
| 41 dependencies = [ | |
| 42 '$GOOGLE_UPDATE_DIR/ondemand_updates.vcproj', | |
| 43 ], | |
| 44 guid='{B802A2FE-E4E2-4F5A-905A-D5128875C954}') | |
| 45 | |
| 46 env.ChromeMSVSProject('$CHROME_DIR/installer/gcapi/gcapi_lib.vcproj', | |
| 47 dependencies = [ | |
| 48 '$GOOGLE_UPDATE_DIR/ondemand_updates.vcproj', | |
| 49 ], | |
| 50 guid='{CD2FD73A-6AAB-4886-B887-760D18E8B635}') | |
| 51 | |
| 52 env.ChromeMSVSProject('$CHROME_DIR/installer/gcapi/gcapi_test.vcproj', | |
| 53 dependencies = [ | |
| 54 '$CHROME_DIR/installer/gcapi/gcapi_dll.vcproj', | |
| 55 '$CHROME_DIR/installer/gcapi/gcapi_lib.vcproj', | |
| 56 ], | |
| 57 guid='{B64B396B-8EF1-4B6B-A07E-48D40EB961AB}') | |
| 58 | |
| 59 env.ChromeMSVSProject('$CHROME_DIR/installer/util/installer_unittests.vcproj', | |
| 60 dependencies = [ | |
| 61 '$BASE_DIR/build/base.vcproj', | |
| 62 '$CHROME_DIR/common/common.vcproj', | |
| 63 '$ICU38_DIR/build/icu.vcproj', | |
| 64 '$TESTING_DIR/gtest.vcproj', | |
| 65 '$CHROME_DIR/installer/util/util.vcproj', | |
| 66 ], | |
| 67 guid='{903F8C1E-537A-4C9E-97BE-075147CBE769}') | |
| 68 | |
| 69 env.ChromeMSVSProject('$CHROME_DIR/installer/util/prebuild/util_prebuild.vcproj'
, | |
| 70 guid='{0026A376-C4F1-4575-A1BA-578C69F07013}') | |
| 71 | |
| 72 | |
| 73 env.ChromeMSVSFolder('terms', | |
| 74 items = [ | |
| 75 # No $CHROME_DIR prefix because these go straight into | |
| 76 # the .sln file without substitution. | |
| 77 'app/resources/terms/terms_ar.html', | |
| 78 'app/resources/terms/terms_bg.html', | |
| 79 'app/resources/terms/terms_bn.html', | |
| 80 'app/resources/terms/terms_ca.html', | |
| 81 'app/resources/terms/terms_chromium.html', | |
| 82 'app/resources/terms/terms_cs.html', | |
| 83 'app/resources/terms/terms_da.html', | |
| 84 'app/resources/terms/terms_de.html', | |
| 85 'app/resources/terms/terms_el.html', | |
| 86 'app/resources/terms/terms_en-GB.html', | |
| 87 'app/resources/terms/terms_en.html', | |
| 88 'app/resources/terms/terms_es-419.html', | |
| 89 'app/resources/terms/terms_es.html', | |
| 90 'app/resources/terms/terms_et.html', | |
| 91 'app/resources/terms/terms_fi.html', | |
| 92 'app/resources/terms/terms_fil.html', | |
| 93 'app/resources/terms/terms_fr.html', | |
| 94 'app/resources/terms/terms_gu.html', | |
| 95 'app/resources/terms/terms_he.html', | |
| 96 'app/resources/terms/terms_hi.html', | |
| 97 'app/resources/terms/terms_hr.html', | |
| 98 'app/resources/terms/terms_hu.html', | |
| 99 'app/resources/terms/terms_id.html', | |
| 100 'app/resources/terms/terms_it.html', | |
| 101 'app/resources/terms/terms_ja.html', | |
| 102 'app/resources/terms/terms_kn.html', | |
| 103 'app/resources/terms/terms_ko.html', | |
| 104 'app/resources/terms/terms_lt.html', | |
| 105 'app/resources/terms/terms_lv.html', | |
| 106 'app/resources/terms/terms_ml.html', | |
| 107 'app/resources/terms/terms_mr.html', | |
| 108 'app/resources/terms/terms_nb.html', | |
| 109 'app/resources/terms/terms_nl.html', | |
| 110 'app/resources/terms/terms_or.html', | |
| 111 'app/resources/terms/terms_pl.html', | |
| 112 'app/resources/terms/terms_pt-BR.html', | |
| 113 'app/resources/terms/terms_pt-PT.html', | |
| 114 'app/resources/terms/terms_ro.html', | |
| 115 'app/resources/terms/terms_ru.html', | |
| 116 'app/resources/terms/terms_sk.html', | |
| 117 'app/resources/terms/terms_sl.html', | |
| 118 'app/resources/terms/terms_sr.html', | |
| 119 'app/resources/terms/terms_sv.html', | |
| 120 'app/resources/terms/terms_ta.html', | |
| 121 'app/resources/terms/terms_te.html', | |
| 122 'app/resources/terms/terms_th.html', | |
| 123 'app/resources/terms/terms_tr.html', | |
| 124 'app/resources/terms/terms_uk.html', | |
| 125 'app/resources/terms/terms_vi.html', | |
| 126 'app/resources/terms/terms_zh-CN.html', | |
| 127 'app/resources/terms/terms_zh-TW.html', | |
| 128 ], | |
| 129 guid='{D13F055D-4428-48F4-ABF6-18359C76EDB0}') | |
| 130 | |
| 131 env.ChromeMSVSFolder('locales', | |
| 132 entries = [ | |
| 133 env.ChromeMSVSFolder('terms'), | |
| 134 | |
| 135 '$CHROME_DIR/app/locales/ar.vcproj', | |
| 136 '$CHROME_DIR/app/locales/bg.vcproj', | |
| 137 '$CHROME_DIR/app/locales/bn.vcproj', | |
| 138 '$CHROME_DIR/app/locales/ca.vcproj', | |
| 139 '$CHROME_DIR/app/locales/cs.vcproj', | |
| 140 '$CHROME_DIR/app/locales/da.vcproj', | |
| 141 '$CHROME_DIR/app/locales/de.vcproj', | |
| 142 '$CHROME_DIR/app/locales/el.vcproj', | |
| 143 '$CHROME_DIR/app/locales/en-GB.vcproj', | |
| 144 '$CHROME_DIR/app/locales/en-US.vcproj', | |
| 145 '$CHROME_DIR/app/locales/es.vcproj', | |
| 146 '$CHROME_DIR/app/locales/es-419.vcproj', | |
| 147 '$CHROME_DIR/app/locales/et.vcproj', | |
| 148 '$CHROME_DIR/app/locales/fi.vcproj', | |
| 149 '$CHROME_DIR/app/locales/fil.vcproj', | |
| 150 '$CHROME_DIR/app/locales/fr.vcproj', | |
| 151 '$CHROME_DIR/app/locales/gu.vcproj', | |
| 152 '$CHROME_DIR/app/locales/he.vcproj', | |
| 153 '$CHROME_DIR/app/locales/hi.vcproj', | |
| 154 '$CHROME_DIR/app/locales/hr.vcproj', | |
| 155 '$CHROME_DIR/app/locales/hu.vcproj', | |
| 156 '$CHROME_DIR/app/locales/id.vcproj', | |
| 157 '$CHROME_DIR/app/locales/it.vcproj', | |
| 158 '$CHROME_DIR/app/locales/ja.vcproj', | |
| 159 '$CHROME_DIR/app/locales/kn.vcproj', | |
| 160 '$CHROME_DIR/app/locales/ko.vcproj', | |
| 161 '$CHROME_DIR/app/locales/lt.vcproj', | |
| 162 '$CHROME_DIR/app/locales/lv.vcproj', | |
| 163 '$CHROME_DIR/app/locales/ml.vcproj', | |
| 164 '$CHROME_DIR/app/locales/mr.vcproj', | |
| 165 '$CHROME_DIR/app/locales/nb.vcproj', | |
| 166 '$CHROME_DIR/app/locales/nl.vcproj', | |
| 167 '$CHROME_DIR/app/locales/or.vcproj', | |
| 168 '$CHROME_DIR/app/locales/pl.vcproj', | |
| 169 '$CHROME_DIR/app/locales/pt-BR.vcproj', | |
| 170 '$CHROME_DIR/app/locales/pt-PT.vcproj', | |
| 171 '$CHROME_DIR/app/locales/ro.vcproj', | |
| 172 '$CHROME_DIR/app/locales/ru.vcproj', | |
| 173 '$CHROME_DIR/app/locales/sk.vcproj', | |
| 174 '$CHROME_DIR/app/locales/sl.vcproj', | |
| 175 '$CHROME_DIR/app/locales/sr.vcproj', | |
| 176 '$CHROME_DIR/app/locales/sv.vcproj', | |
| 177 '$CHROME_DIR/app/locales/ta.vcproj', | |
| 178 '$CHROME_DIR/app/locales/te.vcproj', | |
| 179 '$CHROME_DIR/app/locales/th.vcproj', | |
| 180 '$CHROME_DIR/app/locales/tr.vcproj', | |
| 181 '$CHROME_DIR/app/locales/uk.vcproj', | |
| 182 '$CHROME_DIR/app/locales/vi.vcproj', | |
| 183 '$CHROME_DIR/app/locales/zh-CN.vcproj', | |
| 184 '$CHROME_DIR/app/locales/zh-TW.vcproj', | |
| 185 ], | |
| 186 items = [ | |
| 187 # No $CHROME_DIR because this goes straight into | |
| 188 # the .sln file with no substitution. | |
| 189 'app/locales/locale_settings.h', | |
| 190 ], | |
| 191 guid='{2325D8C4-8EF5-42AC-8900-492225750DE4}') | |
| 192 | |
| 193 env.ChromeMSVSFolder('App', | |
| 194 entries = [ | |
| 195 env.ChromeMSVSFolder('locales'), | |
| 196 '$CHROME_DIR/app/chrome_dll.vcproj', | |
| 197 '$CHROME_DIR/app/chrome_exe.vcproj', | |
| 198 '$CHROME_DIR/app/generated_resources.vcproj', | |
| 199 '$CHROME_DIR/app/theme/theme_dll.vcproj', | |
| 200 ], | |
| 201 guid='{B6867423-23BD-4588-9321-2D500F128A3D}') | |
| 202 | |
| 203 env.ChromeMSVSFolder('Browser', | |
| 204 entries = [ | |
| 205 '$CHROME_DIR/browser/browser.vcproj', | |
| 206 '$CHROME_DIR/browser/resources/browser_resources.vcproj', | |
| 207 '$CHROME_DIR/browser/views/browser_views.vcproj', | |
| 208 '$CHROME_DIR/common/common.vcproj', | |
| 209 '$CHROME_DIR/browser/debugger/debugger.vcproj', | |
| 210 '$GEARS_DIR/gears.vcproj', | |
| 211 '$CHROME_DIR/plugin/plugin.vcproj', | |
| 212 '$CHROME_DIR/renderer/renderer.vcproj', | |
| 213 '$RLZ_DIR/rlz.vcproj', | |
| 214 '$CHROME_DIR/views/views.vcproj', | |
| 215 ], | |
| 216 guid='{97555540-8163-4D0F-BCAC-EFA0FFED3453}') | |
| 217 | |
| 218 env.ChromeMSVSFolder('Installer', | |
| 219 entries = [ | |
| 220 '$CHROME_DIR/installer/gcapi/gcapi_dll.vcproj', | |
| 221 '$CHROME_DIR/installer/gcapi/gcapi_lib.vcproj', | |
| 222 '$CHROME_DIR/installer/mini_installer/mini_installer.vcproj', | |
| 223 '$GOOGLE_UPDATE_DIR/ondemand_updates.vcproj', | |
| 224 '$CHROME_DIR/installer/setup/setup.vcproj', | |
| 225 '$CHROME_DIR/installer/util/util.vcproj', | |
| 226 '$CHROME_DIR/installer/util/prebuild/util_prebuild.vcproj', | |
| 227 ], | |
| 228 guid='{EB684A4B-98F7-4E68-8EA7-EA74ACF7060B}') | |
| 229 | |
| 230 env.ChromeMSVSFolder('Breakpad', | |
| 231 entries = [ | |
| 232 '$BREAKPAD_DIR/breakpad_handler.vcproj', | |
| 233 '$BREAKPAD_DIR/breakpad_sender.vcproj', | |
| 234 ], | |
| 235 guid='{873D095E-150E-4262-8C41-2D8ED02F0F57}') | |
| 236 | |
| 237 env.ChromeMSVSFolder('icu', | |
| 238 entries = [ | |
| 239 '$ICU38_DIR/build/icu.vcproj', | |
| 240 '$ICU38_DIR/build/icudt.vcproj', | |
| 241 ], | |
| 242 guid='{1AFC1EC3-24FA-4260-B099-76319EC9977A}') | |
| 243 | |
| 244 env.ChromeMSVSFolder('chrome libxml projects', | |
| 245 name='libxml projects', | |
| 246 entries = [ | |
| 247 '$LIBXML_DIR/build/libxml_config.vcproj', | |
| 248 '$LIBXML_DIR/build/libxml.vcproj', | |
| 249 ], | |
| 250 guid='{032541FB-1E7C-4423-B657-4A71FE180C8A}') | |
| 251 | |
| 252 env.ChromeMSVSFolder('chrome libxslt projects', | |
| 253 name='libxslt projects', | |
| 254 entries = [ | |
| 255 '$LIBXSLT_DIR/build/libxslt_config.vcproj', | |
| 256 '$LIBXSLT_DIR/build/libxslt.vcproj', | |
| 257 ], | |
| 258 guid='{BC732CFC-DE0A-4CF5-B8AA-3269C2F6D399}') | |
| 259 | |
| 260 env.ChromeMSVSFolder('Libraries', | |
| 261 entries = [ | |
| 262 env.ChromeMSVSFolder('Breakpad'), | |
| 263 env.ChromeMSVSFolder('icu'), | |
| 264 env.ChromeMSVSFolder('chrome libxml projects'), | |
| 265 env.ChromeMSVSFolder('chrome libxslt projects'), | |
| 266 '$BASE_DIR/build/base.vcproj', | |
| 267 '$BASE_DIR/build/base_gfx.vcproj', | |
| 268 '$BSPATCH_DIR/bspatch.vcproj', | |
| 269 '$BZIP2_DIR/bzip2.vcproj', | |
| 270 '$BASE_DIR/build/debug_message.vcproj', | |
| 271 '$GOOGLEURL_DIR/build/googleurl.vcproj', | |
| 272 '$CHROME_DIR/third_party/hunspell/hunspell.vcproj', | |
| 273 '$LIBJPEG_DIR/libjpeg.vcproj', | |
| 274 '$LIBPNG_DIR/libpng.vcproj', | |
| 275 '$LZMA_SDK_DIR/7z_C.vcproj', | |
| 276 '$MEDIA_DIR/build/media.vcproj', | |
| 277 '../tools/memory_watcher/memory_watcher.vcproj', | |
| 278 '$MODP_B64_DIR/modp_b64.vcproj', | |
| 279 '$NET_DIR/build/net.vcproj', | |
| 280 '$NET_DIR/build/net_resources.vcproj', | |
| 281 '$SANDBOX_DIR/src/sandbox.vcproj', | |
| 282 '$SDCH_DIR/sdch.vcproj', | |
| 283 '$SKIA_DIR/skia.vcproj', | |
| 284 '$SQLITE_DIR/sqlite.vcproj', | |
| 285 '$ZLIB_DIR/zlib.vcproj', | |
| 286 ], | |
| 287 guid='{EF78C1F9-AA17-4CA5-B6CB-39B37A73A3DA}') | |
| 288 | |
| 289 env.ChromeMSVSFolder('V8', | |
| 290 entries = [ | |
| 291 '$V8_DIR/tools/visual_studio/v8.vcproj', | |
| 292 '$V8_DIR/tools/visual_studio/v8_base.vcproj', | |
| 293 '$V8_DIR/tools/visual_studio/v8_mksnapshot.vcproj', | |
| 294 '$V8_DIR/tools/visual_studio/v8_shell_sample.vcproj', | |
| 295 '$V8_DIR/tools/visual_studio/v8_snapshot.vcproj', | |
| 296 ], | |
| 297 guid='{B353A6A5-9551-4B76-908E-0F0A9B31E4CE}') | |
| 298 | |
| 299 env.ChromeMSVSFolder('Test', | |
| 300 entries = [ | |
| 301 '$CHROME_DIR/test/activex_test_control/activex_test_control.v
cproj', | |
| 302 '$CHROME_DIR/test/automated_ui_tests/automated_ui_tests.vcpro
j', | |
| 303 '$CHROME_DIR/test/automation/automation.vcproj', | |
| 304 '$BASE_DIR/build/base_unittests.vcproj', | |
| 305 '$CHROME_DIR/installer/gcapi/gcapi_test.vcproj', | |
| 306 '$TESTING_DIR/gtest.vcproj', | |
| 307 '$CHROME_DIR/tools/test/image_diff/image_diff.vcproj', | |
| 308 '$CHROME_DIR/installer/util/installer_unittests.vcproj', | |
| 309 '$CHROME_DIR/test/interactive_ui/interactive_ui.vcproj', | |
| 310 '$CHROME_DIR/common/ipc_tests.vcproj', | |
| 311 '$MEDIA_DIR/build/media_unittests.vcproj', | |
| 312 '$CHROME_DIR/test/memory_test/memory_test.vcproj', | |
| 313 '$CHROME_DIR/test/mini_installer_test/mini_installer_test.vcp
roj', | |
| 314 '$NET_DIR/build/net_perftests.vcproj', | |
| 315 '$NET_DIR/build/net_unittests.vcproj', | |
| 316 '$WEBKIT_DIR/tools/npapi_layout_test_plugin/npapi_layout_test
_plugin.vcproj', | |
| 317 '$WEBKIT_DIR/glue/plugins/test/npapi_test_plugin.vcproj', | |
| 318 '$CHROME_DIR/test/page_cycler/page_cycler_tests.vcproj', | |
| 319 '$CHROME_DIR/test/perf/perftests.vcproj', | |
| 320 '$CHROME_DIR/test/plugin/plugin_tests.vcproj', | |
| 321 '$CHROME_DIR/test/reliability/reliability_tests.vcproj', | |
| 322 '$CHROME_DIR/test/security_tests/security_tests.vcproj', | |
| 323 '$CHROME_DIR/test/selenium/selenium_tests.vcproj', | |
| 324 '$CHROME_DIR/test/startup/startup_tests.vcproj', | |
| 325 '$CHROME_DIR/test/tab_switching/tab_switching.vcproj', | |
| 326 '$CHROME_DIR/test/chrome_plugin/test_chrome_plugin.vcproj', | |
| 327 '$WEBKIT_DIR/tools/test_shell/test_shell.vcproj', | |
| 328 '$WEBKIT_DIR/tools/test_shell/test_shell_tests.vcproj', | |
| 329 '$CHROME_DIR/test/ui/ui_tests.vcproj', | |
| 330 '$CHROME_DIR/test/unit/unittests.vcproj', | |
| 331 ], | |
| 332 guid='{1174D37F-6ABB-45DA-81B3-C631281273B7}') | |
| 333 | |
| 334 env.ChromeMSVSFolder('Tools', | |
| 335 entries = [ | |
| 336 '$BSDIFF_DIR/bsdiff.vcproj', | |
| 337 '$CHROME_DIR/tools/convert_dict/convert_dict.vcproj', | |
| 338 '$CHROME_DIR/tools/crash_service/crash_service.vcproj', | |
| 339 '$CHROME_DIR/tools/perf/flush_cache/flush_cache.vcproj', | |
| 340 '$CHROME_DIR/tools/profiles/generate_profile.vcproj', | |
| 341 # Not until we actually want to support C# projects. | |
| 342 #'$CHROME_SRC_DIR/tools/stats_viewer/stats_viewer.csproj', | |
| 343 '$NET_DIR/build/tld_cleanup.vcproj', | |
| 344 ], | |
| 345 guid='{846901FD-A619-4BD5-A303-38174730CDD6}') | |
| 346 | |
| 347 env.ChromeMSVSFolder('WebKit (readonly)', | |
| 348 entries = [ | |
| 349 '$WEBKIT_DIR/build/WebCore/WebCore.vcproj', | |
| 350 '$WEBKIT_DIR/build/JSConfig/V8Config.vcproj', | |
| 351 '$WEBKIT_DIR/build/JavaScriptCore/JavaScriptCore_pcre.vcp
roj', | |
| 352 '$WEBKIT_DIR/build/JavaScriptCore/WTF.vcproj', | |
| 353 | |
| 354 ], | |
| 355 guid='{1088577A-0C49-4DE0-85CD-B68AD0BE55AA}') | |
| 356 | |
| 357 env.ChromeMSVSFolder('WebKit (ours)', | |
| 358 entries = [ | |
| 359 '$WEBKIT_DIR/build/V8Bindings/V8Bindings_prebuild.vcproj', | |
| 360 '$WEBKIT_DIR/activex_shim_dll/activex_shim_dll.vcproj', | |
| 361 '$WEBKIT_DIR/build/port/port.vcproj', | |
| 362 '$WEBKIT_DIR/default_plugin/default_plugin.vcproj', | |
| 363 '$WEBKIT_DIR/build/localized_strings/localized_strings.vcproj
', | |
| 364 '$WEBKIT_DIR/build/V8Bindings/V8Bindings.vcproj', | |
| 365 '$WEBKIT_DIR/build/glue/glue.vcproj', | |
| 366 '$WEBKIT_DIR/activex_shim/activex_shim.vcproj', | |
| 367 ], | |
| 368 guid='{CB43561E-A6F8-49E2-96A2-3F2BA1FFF21E}') | |
| 369 | |
| 370 | |
| 371 solution = env.ChromeMSVSSolution('chrome.sln', | |
| 372 dest='$CHROME_SRC_DIR/chrome/chrome.sln', | |
| 373 entries = [ | |
| 374 env.ChromeMSVSFolder('App'), | |
| 375 env.ChromeMSVSFolder('Browser'), | |
| 376 '$CHROME_DIR/browser/browser.vcproj', | |
| 377 '$CHROME_DIR/renderer/renderer.vcproj', | |
| 378 '$CHROME_DIR/common/ipc_tests.vcproj', | |
| 379 '$CHROME_DIR/common/common.vcproj', | |
| 380 env.ChromeMSVSFolder('WebKit (readonly)'), | |
| 381 '$WEBKIT_DIR/build/WebCore/WebCore.vcproj', | |
| 382 '$WEBKIT_DIR/build/port/port.vcproj', | |
| 383 '$WEBKIT_DIR/build/glue/glue.vcproj', | |
| 384 '$SKIA_DIR/skia.vcproj', | |
| 385 '$WEBKIT_DIR/build/JavaScriptCore/WTF.vcproj', | |
| 386 '$CHROME_DIR/views/views.vcproj', | |
| 387 '$SQLITE_DIR/sqlite.vcproj', | |
| 388 env.ChromeMSVSFolder('Libraries'), | |
| 389 env.ChromeMSVSFolder('WebKit (ours)'), | |
| 390 '$CHROME_DIR/test/automation/automation.vcproj', | |
| 391 '$ICU38_DIR/build/icu.vcproj', | |
| 392 '$ICU38_DIR/build/icudt.vcproj', | |
| 393 env.ChromeMSVSFolder('icu'), | |
| 394 '$LIBPNG_DIR/libpng.vcproj', | |
| 395 '$ZLIB_DIR/zlib.vcproj', | |
| 396 '$LIBJPEG_DIR/libjpeg.vcproj', | |
| 397 '$CHROME_DIR/tools/test/image_diff/image_diff.vcproj', | |
| 398 env.ChromeMSVSFolder('Breakpad'), | |
| 399 '$BREAKPAD_DIR/breakpad_handler.vcproj', | |
| 400 '$BREAKPAD_DIR/breakpad_sender.vcproj', | |
| 401 '$LIBXML_DIR/build/libxml.vcproj', | |
| 402 '$CHROME_DIR/third_party/hunspell/hunspell.vcproj', | |
| 403 '$LIBXSLT_DIR/build/libxslt.vcproj', | |
| 404 '$LZMA_SDK_DIR/7z_C.vcproj', | |
| 405 '$CHROME_DIR/app/generated_resources.vcproj', | |
| 406 '$WEBKIT_DIR/build/V8Bindings/V8Bindings.vcproj', | |
| 407 '$CHROME_DIR/app/chrome_dll.vcproj', | |
| 408 '$BZIP2_DIR/bzip2.vcproj', | |
| 409 '$WEBKIT_DIR/tools/npapi_layout_test_plugin/npapi_layout_te
st_plugin.vcproj', | |
| 410 '$WEBKIT_DIR/tools/test_shell/test_shell.vcproj', | |
| 411 '$CHROME_DIR/plugin/plugin.vcproj', | |
| 412 env.ChromeMSVSFolder('V8'), | |
| 413 '$CHROME_DIR/app/chrome_exe.vcproj', | |
| 414 '$CHROME_DIR/test/perf/perftests.vcproj', | |
| 415 '$CHROME_DIR/test/unit/unittests.vcproj', | |
| 416 env.ChromeMSVSFolder('Test'), | |
| 417 '$CHROME_DIR/test/page_cycler/page_cycler_tests.vcproj', | |
| 418 '$CHROME_DIR/test/reliability/reliability_tests.vcproj', | |
| 419 '$CHROME_DIR/test/selenium/selenium_tests.vcproj', | |
| 420 '$CHROME_DIR/test/startup/startup_tests.vcproj', | |
| 421 '$CHROME_DIR/test/ui/ui_tests.vcproj', | |
| 422 '$SANDBOX_DIR/src/sandbox.vcproj', | |
| 423 env.ChromeMSVSFolder('Tools'), | |
| 424 '$CHROME_DIR/tools/profiles/generate_profile.vcproj', | |
| 425 '$WEBKIT_DIR/tools/test_shell/test_shell_tests.vcproj', | |
| 426 '$WEBKIT_DIR/build/JSConfig/V8Config.vcproj', | |
| 427 # Not until we actually want to support C# projects. | |
| 428 #'$CHROME_SRC_DIR/tools/stats_viewer/stats_viewer.csproj', | |
| 429 '$CHROME_DIR/app/locales/en-US.vcproj', | |
| 430 env.ChromeMSVSFolder('locales'), | |
| 431 '$CHROME_DIR/browser/resources/browser_resources.vcproj', | |
| 432 '$WEBKIT_DIR/build/localized_strings/localized_strings.vcpr
oj', | |
| 433 '$CHROME_DIR/app/theme/theme_dll.vcproj', | |
| 434 '$CHROME_DIR/test/security_tests/security_tests.vcproj', | |
| 435 '$GOOGLEURL_DIR/build/googleurl.vcproj', | |
| 436 '$WEBKIT_DIR/glue/plugins/test/npapi_test_plugin.vcproj', | |
| 437 '$CHROME_DIR/tools/perf/flush_cache/flush_cache.vcproj', | |
| 438 '$MODP_B64_DIR/modp_b64.vcproj', | |
| 439 '$WEBKIT_DIR/activex_shim/activex_shim.vcproj', | |
| 440 '$NET_DIR/build/net.vcproj', | |
| 441 '$NET_DIR/build/tld_cleanup.vcproj', | |
| 442 '$NET_DIR/build/net_unittests.vcproj', | |
| 443 '$NET_DIR/build/net_perftests.vcproj', | |
| 444 '$MEDIA_DIR/build/media.vcproj', | |
| 445 '$MEDIA_DIR/build/media_unittests.vcproj', | |
| 446 '$BASE_DIR/build/base.vcproj', | |
| 447 '$BASE_DIR/build/base_gfx.vcproj', | |
| 448 '$BASE_DIR/build/debug_message.vcproj', | |
| 449 '$BASE_DIR/build/base_unittests.vcproj', | |
| 450 '$CHROME_DIR/test/plugin/plugin_tests.vcproj', | |
| 451 '$CHROME_DIR/test/interactive_ui/interactive_ui.vcproj', | |
| 452 env.ChromeMSVSFolder('Installer'), | |
| 453 '$CHROME_DIR/installer/setup/setup.vcproj', | |
| 454 '$CHROME_DIR/installer/util/util.vcproj', | |
| 455 '$CHROME_DIR/installer/mini_installer/mini_installer.vcproj
', | |
| 456 '$BSDIFF_DIR/bsdiff.vcproj', | |
| 457 '$BSPATCH_DIR/bspatch.vcproj', | |
| 458 '$CHROME_DIR/installer/util/installer_unittests.vcproj', | |
| 459 '$WEBKIT_DIR/activex_shim_dll/activex_shim_dll.vcproj', | |
| 460 '$CHROME_DIR/app/locales/da.vcproj', | |
| 461 '$CHROME_DIR/test/activex_test_control/activex_test_control
.vcproj', | |
| 462 env.ChromeMSVSFolder('chrome libxml projects'), | |
| 463 '$LIBXML_DIR/build/libxml_config.vcproj', | |
| 464 env.ChromeMSVSFolder('chrome libxslt projects'), | |
| 465 '$LIBXSLT_DIR/build/libxslt_config.vcproj', | |
| 466 '$WEBKIT_DIR/default_plugin/default_plugin.vcproj', | |
| 467 '$CHROME_DIR/app/locales/zh-TW.vcproj', | |
| 468 '$CHROME_DIR/app/locales/he.vcproj', | |
| 469 '$CHROME_DIR/test/chrome_plugin/test_chrome_plugin.vcproj', | |
| 470 '$CHROME_DIR/test/automated_ui_tests/automated_ui_tests.vcp
roj', | |
| 471 '$CHROME_DIR/test/mini_installer_test/mini_installer_test.v
cproj', | |
| 472 '$WEBKIT_DIR/build/JavaScriptCore/JavaScriptCore_pcre.vcpro
j', | |
| 473 '$WEBKIT_DIR/build/V8Bindings/V8Bindings_prebuild.vcproj', | |
| 474 '$GEARS_DIR/gears.vcproj', | |
| 475 '$GOOGLE_UPDATE_DIR/ondemand_updates.vcproj', | |
| 476 env.ChromeMSVSFolder('terms'), | |
| 477 '$CHROME_DIR/app/locales/ar.vcproj', | |
| 478 '$CHROME_DIR/app/locales/bg.vcproj', | |
| 479 '$CHROME_DIR/app/locales/ca.vcproj', | |
| 480 '$CHROME_DIR/app/locales/cs.vcproj', | |
| 481 '$CHROME_DIR/app/locales/de.vcproj', | |
| 482 '$CHROME_DIR/app/locales/el.vcproj', | |
| 483 '$CHROME_DIR/app/locales/en-GB.vcproj', | |
| 484 '$CHROME_DIR/app/locales/es.vcproj', | |
| 485 '$CHROME_DIR/app/locales/et.vcproj', | |
| 486 '$CHROME_DIR/app/locales/fi.vcproj', | |
| 487 '$CHROME_DIR/app/locales/fil.vcproj', | |
| 488 '$CHROME_DIR/app/locales/fr.vcproj', | |
| 489 '$CHROME_DIR/app/locales/hi.vcproj', | |
| 490 '$CHROME_DIR/app/locales/hr.vcproj', | |
| 491 '$CHROME_DIR/app/locales/hu.vcproj', | |
| 492 '$CHROME_DIR/app/locales/id.vcproj', | |
| 493 '$CHROME_DIR/app/locales/it.vcproj', | |
| 494 '$CHROME_DIR/app/locales/ja.vcproj', | |
| 495 '$CHROME_DIR/app/locales/ko.vcproj', | |
| 496 '$CHROME_DIR/app/locales/lt.vcproj', | |
| 497 '$CHROME_DIR/app/locales/lv.vcproj', | |
| 498 '$CHROME_DIR/app/locales/nl.vcproj', | |
| 499 '$CHROME_DIR/app/locales/nb.vcproj', | |
| 500 '$CHROME_DIR/app/locales/pl.vcproj', | |
| 501 '$CHROME_DIR/app/locales/pt-BR.vcproj', | |
| 502 '$CHROME_DIR/app/locales/pt-PT.vcproj', | |
| 503 '$CHROME_DIR/app/locales/ro.vcproj', | |
| 504 '$CHROME_DIR/app/locales/ru.vcproj', | |
| 505 '$CHROME_DIR/app/locales/sk.vcproj', | |
| 506 '$CHROME_DIR/app/locales/sl.vcproj', | |
| 507 '$CHROME_DIR/app/locales/sr.vcproj', | |
| 508 '$CHROME_DIR/app/locales/th.vcproj', | |
| 509 '$CHROME_DIR/app/locales/sv.vcproj', | |
| 510 '$CHROME_DIR/app/locales/tr.vcproj', | |
| 511 '$CHROME_DIR/app/locales/uk.vcproj', | |
| 512 '$CHROME_DIR/app/locales/vi.vcproj', | |
| 513 '$CHROME_DIR/app/locales/zh-CN.vcproj', | |
| 514 '$CHROME_DIR/tools/crash_service/crash_service.vcproj', | |
| 515 '../tools/memory_watcher/memory_watcher.vcproj', | |
| 516 '$RLZ_DIR/rlz.vcproj', | |
| 517 '$CHROME_DIR/app/locales/es-419.vcproj', | |
| 518 '$CHROME_DIR/test/tab_switching/tab_switching.vcproj', | |
| 519 '$CHROME_DIR/installer/util/prebuild/util_prebuild.vcproj', | |
| 520 '$CHROME_DIR/tools/convert_dict/convert_dict.vcproj', | |
| 521 '$TESTING_DIR/gtest.vcproj', | |
| 522 '$CHROME_DIR/browser/debugger/debugger.vcproj', | |
| 523 '$CHROME_DIR/test/memory_test/memory_test.vcproj', | |
| 524 '$V8_DIR/tools/visual_studio/v8_base.vcproj', | |
| 525 '$V8_DIR/tools/visual_studio/v8.vcproj', | |
| 526 '$V8_DIR/tools/visual_studio/v8_mksnapshot.vcproj', | |
| 527 '$V8_DIR/tools/visual_studio/v8_snapshot.vcproj', | |
| 528 '$CHROME_DIR/browser/views/browser_views.vcproj', | |
| 529 '$V8_DIR/tools/visual_studio/v8_shell_sample.vcproj', | |
| 530 '$SDCH_DIR/sdch.vcproj', | |
| 531 '$CHROME_DIR/app/locales/kn.vcproj', | |
| 532 '$CHROME_DIR/app/locales/bn.vcproj', | |
| 533 '$CHROME_DIR/app/locales/gu.vcproj', | |
| 534 '$CHROME_DIR/app/locales/ml.vcproj', | |
| 535 '$CHROME_DIR/app/locales/mr.vcproj', | |
| 536 '$CHROME_DIR/app/locales/or.vcproj', | |
| 537 '$CHROME_DIR/app/locales/ta.vcproj', | |
| 538 '$CHROME_DIR/app/locales/te.vcproj', | |
| 539 '$CHROME_DIR/installer/gcapi/gcapi_lib.vcproj', | |
| 540 '$CHROME_DIR/installer/gcapi/gcapi_dll.vcproj', | |
| 541 '$CHROME_DIR/installer/gcapi/gcapi_test.vcproj', | |
| 542 '$NET_DIR/build/net_resources.vcproj', | |
| 543 ], | |
| 544 variants = [ | |
| 545 'Debug|Win32', | |
| 546 'Release|Win32', | |
| 547 ]) | |
| OLD | NEW |