Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index 949c39086d92f3e7270fd78e4efbbdb537a2bce8..e01b691492c689de3d65efc10b261a66d5f23b67 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -11,6 +11,10 @@ |
'dependencies': [ |
'some.gyp:*', |
'../base/base.gyp:*', |
+ '../testing/gtest.gyp:*', |
+ '../third_party/icu/icu.gyp:*', |
+ '../third_party/zlib/zlib.gyp:*', |
+ 'temp_gyp/googleurl.gyp:*', |
# Add new dependencies to the !ios section just below, not here (see |
# the comment there). |
], |
@@ -38,14 +42,12 @@ |
'../sql/sql.gyp:*', |
'../sync/sync.gyp:*', |
'../testing/gmock.gyp:*', |
- '../testing/gtest.gyp:*', |
'../third_party/bzip2/bzip2.gyp:*', |
'../third_party/cacheinvalidation/cacheinvalidation.gyp:*', |
'../third_party/cld/cld.gyp:*', |
'../third_party/codesighs/codesighs.gyp:*', |
'../third_party/ffmpeg/ffmpeg.gyp:*', |
'../third_party/iccjpeg/iccjpeg.gyp:*', |
- '../third_party/icu/icu.gyp:*', |
'../third_party/libpng/libpng.gyp:*', |
'../third_party/libusb/libusb.gyp:*', |
'../third_party/libwebp/libwebp.gyp:*', |
@@ -60,11 +62,9 @@ |
'../third_party/sqlite/sqlite.gyp:*', |
'../third_party/WebKit/Source/WebKit/chromium/All.gyp:*', |
'../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:generate_devtools_zip', |
- '../third_party/zlib/zlib.gyp:*', |
'../v8/tools/gyp/v8.gyp:*', |
'../webkit/support/webkit_support.gyp:*', |
'../webkit/webkit.gyp:*', |
- 'temp_gyp/googleurl.gyp:*', |
'<(libjpeg_gyp_path):*', |
], |
}], |