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

Unified Diff: DEPS

Issue 14021003: Rework the deps so that we pull all of Blink into third_party/WebKit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 d177bd7e6ed85b92719bfffd84da0d8dda262537..f38ed3e873039f0407f009b4289d97c8f9784e25 100644
--- a/DEPS
+++ b/DEPS
@@ -81,12 +81,8 @@ deps = {
"src/third_party/trace-viewer":
(Var("googlecode_url") % "trace-viewer") + "/trunk@251",
- # Note that this is *not* where we check out WebKit -- this just
- # puts some extra files into place for the real WebKit checkout to
- # happen. See lines mentioning "webkit_revision" for the real
- # WebKit checkout.
"src/third_party/WebKit":
- "/trunk/deps/third_party/WebKit@76115",
+ Var("webkit_trunk") + "@" + Var("webkit_revision"),
"src/third_party/icu":
"/trunk/deps/third_party/icu46@192960",
@@ -148,21 +144,6 @@ deps = {
"src/third_party/skia/include":
(Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
- "src/third_party/WebKit/LayoutTests":
- Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"),
-
- "src/third_party/WebKit/Source":
- Var("webkit_trunk") + "/Source@" + Var("webkit_revision"),
-
- "src/third_party/WebKit/Tools/DumpRenderTree":
- Var("webkit_trunk") + "/Tools/DumpRenderTree@" + Var("webkit_revision"),
-
- "src/third_party/WebKit/Tools/Scripts":
- Var("webkit_trunk") + "/Tools/Scripts@" + Var("webkit_revision"),
-
- "src/third_party/WebKit/Tools/TestWebKitAPI":
- Var("webkit_trunk") + "/Tools/TestWebKitAPI@" + Var("webkit_revision"),
-
"src/third_party/ots":
(Var("googlecode_url") % "ots") + "/trunk@97",
@@ -192,10 +173,15 @@ deps = {
# We run these layout tests as UI tests. Since many of the buildbots that
# run layout tests do NOT have access to the LayoutTest directory, we need
# to map them here. In practice, these do not take up much space.
+ #
+ # TODO(dpranke): http://crbug.com/230215 . Remove these and update the
+ # tests since we're now always pulling the whole Blink repo.
+ #
+ #
"src/content/test/data/layout_tests/LayoutTests/fast/events":
Var("webkit_trunk") + "/LayoutTests/fast/events@" +
Var("webkit_revision"),
- "src/content/test/data/layout_tests/LayoutTests/fast/js/resources":
+ "rc/content/test/data/layout_tests/LayoutTests/fast/js/resources":
abarth-chromium 2013/04/11 04:03:16 Looks like you've got a stray edit here.
Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" +
Var("webkit_revision"),
"src/content/test/data/layout_tests/LayoutTests/fast/workers":
@@ -492,11 +478,6 @@ deps_os = {
"src/third_party/webpagereplay": None,
"src/third_party/webrtc": None,
"src/third_party/WebKit": None,
- "src/third_party/WebKit/LayoutTests": None,
- "src/third_party/WebKit/Source": None,
- "src/third_party/WebKit/Tools/DumpRenderTree": None,
- "src/third_party/WebKit/Tools/Scripts": None,
- "src/third_party/WebKit/Tools/TestWebKitAPI": None,
"src/third_party/yasm/source/patched-yasm": None,
"src/tools/page_cycler/acid3": None,
"src/v8": None,
@@ -541,9 +522,6 @@ deps_os = {
"src/third_party/openssl":
"/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
- "src/third_party/WebKit/Tools/gdb":
- Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"),
-
"src/third_party/gold":
"/trunk/deps/third_party/gold@168091",
« 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