diff options
author | sgjesse@google.com <sgjesse@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-08 11:38:45 +0000 |
---|---|---|
committer | sgjesse@google.com <sgjesse@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-08 11:38:45 +0000 |
commit | 9fa878b4d05f0164b1489aa62821c504dc128d9b (patch) | |
tree | b453ada80488e55aa2b26cdf1da950f19f241309 /webkit/webkit.ib_ini | |
parent | c7cf2c8b6be906d03b8da4a78174e9763a6d978c (diff) | |
download | chromium_src-9fa878b4d05f0164b1489aa62821c504dc128d9b.zip chromium_src-9fa878b4d05f0164b1489aa62821c504dc128d9b.tar.gz chromium_src-9fa878b4d05f0164b1489aa62821c504dc128d9b.tar.bz2 |
Changed the WebKit Visual Studio solution to use the new Visual Studio project
files for V8.
The following projects have been removed from the WebKit solution:
libv8core
no_snapshotv8
mksnapshot
snapshotv8
The following projects (from v8/tools/visual_studio) have been added to the
WebKit solution:
v8_base
v8
v8_mksnapshot
v8_snapshot
With the following dependencies:
v8 depends on v8_base
v8_mksnapshot depends on v8
v8_snapshot on v8_base and v8_mksnapshot
test_shell depends on v8_snapshot
test_shell_tests depends on v8_snapshot
Got rid of the IncrediBuild configuration file webkit.ib_ini as it is not needed
with the new Visual Studio project files for V8.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@560 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.ib_ini')
-rw-r--r-- | webkit/webkit.ib_ini | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/webkit/webkit.ib_ini b/webkit/webkit.ib_ini deleted file mode 100644 index 4b45578..0000000 --- a/webkit/webkit.ib_ini +++ /dev/null @@ -1,19 +0,0 @@ -[SolutionLevelOptions]
-CL_REM=
-CL_ADD=
-LINK_REM=
-LINK_ADD=
-CustomResourceTypes=
-[snapshotv8]
-CL_REM=
-CL_ADD=
-LINK_REM=
-LINK_ADD=
-EditAndContinue=
-ExternalFiles=
-DynamicFiles=
-BuildAsExternal=1
-ForceLibCreation=0
-LinkLibDeps=0
-Remote Machine=
-Priority=Normal
|