Skip to content
Snippets Groups Projects
Commit 060ab04c authored by tc@google.com's avatar tc@google.com
Browse files

Move WebKitLibraries to mac only section of DEPS.

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


git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20542 0039d316-1c4b-4281-b951-d872f2087c98
parent 16693883
No related merge requests found
......@@ -52,14 +52,11 @@ deps = {
"src/third_party/WebKit/WebCore":
Var("webkit_trunk") + "/WebCore@" + Var("webkit_revision"),
"src/third_party/WebKit/WebKitLibraries":
Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"),
"src/third_party/tcmalloc/tcmalloc":
"http://google-perftools.googlecode.com/svn/trunk@74",
"src/tools/page_cycler/acid3":
"/trunk/deps/page_cycler/acid3@19546",
"/trunk/deps/page_cycler/acid3@19546",
# TODO(jianli): Remove this once we do not need to run worker's layout tests
# in ui test.
......@@ -89,6 +86,8 @@ deps_os = {
"http://pdfsqueeze.googlecode.com/svn/trunk@2",
"src/third_party/WebKit/WebKit/mac":
Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"),
"src/third_party/WebKit/WebKitLibraries":
Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"),
},
"unix": {
# Linux, really.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment