summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-06 01:00:05 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-06 01:00:05 +0000
commitd98bf6df26b38c81261c95eca14a25413bf167c8 (patch)
tree09c86ed535343a142164f8811462e9aa32a0d696 /build
parentacdf1631179aa397e3059bd6d849037efcea2296 (diff)
downloadchromium_src-d98bf6df26b38c81261c95eca14a25413bf167c8.zip
chromium_src-d98bf6df26b38c81261c95eca14a25413bf167c8.tar.gz
chromium_src-d98bf6df26b38c81261c95eca14a25413bf167c8.tar.bz2
Switching to gyp generated v8 on windows.
Review URL: http://codereview.chromium.org/63004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13145 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 1e5fcde..394814e 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -27,6 +27,7 @@
'../printing/printing.gyp:*',
'../sdch/sdch.gyp:*',
'../skia/skia.gyp:*',
+ '../testing/gtest.gyp:*',
'../third_party/bzip2/bzip2.gyp:*',
'../third_party/icu38/icu38.gyp:*',
'../third_party/libjpeg/libjpeg.gyp:*',
@@ -38,6 +39,7 @@
'../third_party/sqlite/sqlite.gyp:*',
'../third_party/zlib/zlib.gyp:*',
'temp_gyp/googleurl.gyp:*',
+ 'temp_gyp/v8.gyp:*',
],
'conditions': [
['OS=="linux"', {
@@ -57,10 +59,8 @@
['all_gyps', {
'dependencies': [
'../chrome/chrome.gyp:*',
- '../testing/gtest.gyp:*',
'../webkit/tools/test_shell/test_shell.gyp:*',
'../webkit/webkit.gyp:*',
- 'temp_gyp/v8.gyp:*',
],
}],
],