From 53dc40519bd7d9fb4aa9f1640d1e3b9f2f2bf957 Mon Sep 17 00:00:00 2001 From: "fbarchard@chromium.org" Date: Mon, 29 Nov 2010 17:09:16 +0000 Subject: 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 --- DEPS | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'DEPS') diff --git a/DEPS b/DEPS index 6af07a9..302784c 100644 --- a/DEPS +++ b/DEPS @@ -180,6 +180,9 @@ deps = { "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 @@ deps_os = { "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 @@ deps_os = { "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"), -- cgit v1.1