diff options
author | fbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-29 17:09:16 +0000 |
---|---|---|
committer | fbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-29 17:09:16 +0000 |
commit | 53dc40519bd7d9fb4aa9f1640d1e3b9f2f2bf957 (patch) | |
tree | c0fdd6ca43ac4d288300baab23fff0386e542a0c /DEPS | |
parent | 611ef11a7e970b661a36ba996bee7e5a21bf99fb (diff) | |
download | chromium_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-- | DEPS | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -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"), |