Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: DEPS

Issue 149497: Move WebKitLibraries to mac only section of DEPS. (Closed)
Patch Set: Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 0f9f64adc01ecb66b635f619f7a1b61ea7ecdd2c..f4e44ff5561a544c6d5b4e50d545facd8dbdd4da 100644
--- a/DEPS
+++ b/DEPS
@@ -46,14 +46,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.
@@ -83,6 +80,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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698