summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorfbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-29 17:09:16 +0000
committerfbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-29 17:09:16 +0000
commit53dc40519bd7d9fb4aa9f1640d1e3b9f2f2bf957 (patch)
treec0fdd6ca43ac4d288300baab23fff0386e542a0c /DEPS
parent611ef11a7e970b661a36ba996bee7e5a21bf99fb (diff)
downloadchromium_src-53dc40519bd7d9fb4aa9f1640d1e3b9f2f2bf957.zip
chromium_src-53dc40519bd7d9fb4aa9f1640d1e3b9f2f2bf957.tar.gz
chromium_src-53dc40519bd7d9fb4aa9f1640d1e3b9f2f2bf957.tar.bz2
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
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS11
1 files changed, 3 insertions, 8 deletions
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"),