yasm use os agnostic deps entry
BUG=64640
TEST=none

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67540 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/DEPS b/DEPS
index 6af07a9..302784c 100644
--- a/DEPS
+++ b/DEPS
@@ -180,6 +180,9 @@
 
   "src/third_party/libsrtp/src":
     "/trunk/deps/third_party/libsrtp@60080",
+
+  "src/third_party/yasm/source/patched-yasm":
+    "/trunk/deps/third_party/yasm/patched-yasm@50870",
 }
 
 
@@ -240,10 +243,6 @@
     "src/third_party/WebKit/WebKitLibraries":
       Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"),
 
-    # TODO(ajwong): Move this into the OS-independent block.
-    "src/third_party/yasm/source/patched-yasm":
-      "/trunk/deps/third_party/yasm/patched-yasm@50870",
-
     "src/third_party/swig/mac":
       "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
 
@@ -262,10 +261,6 @@
     "src/third_party/xdg-utils":
       "/trunk/deps/third_party/xdg-utils@58316",
 
-    # TODO(ajwong): Move this into the OS-independent block.
-    "src/third_party/yasm/source/patched-yasm":
-      "/trunk/deps/third_party/yasm/patched-yasm@50870",
-
     "src/third_party/swig/linux":
       "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),