Roll gyp DEPS r1226->r1233

r1233 Don't allow empty string as first argument of action.
r1232 Normalize path before requesting list of targets (windows ninja)
r1231 Enable cross-compilation with ninja.
r1230 Recommit http://codereview.chromium.org/9390017/ for alexeypa Added support of the PlatformToolset property to Gyp (MSBuild only).
r1229 Revert r1228. Failing test\configurations\target_platform\gyptest-target_platform.py.
r1228 Commit of http://codereview.chromium.org/9390017/ for alexeypa. Added support of the PlatformToolset property to Gyp (MSBuild only).
r1227 Don't rely on `touch' being available (windows ninja)

TBR=thakis


Review URL: http://codereview.chromium.org/9453002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123206 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/DEPS b/DEPS
index e6baafad..1b9a523 100644
--- a/DEPS
+++ b/DEPS
@@ -117,7 +117,7 @@
     (Var("googlecode_url") % "grit-i18n") + "/trunk@15",
 
   "src/tools/gyp":
-    (Var("googlecode_url") % "gyp") + "/trunk@1226",
+    (Var("googlecode_url") % "gyp") + "/trunk@1233",
 
   "src/v8":
     (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),