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

Unified Diff: DEPS

Issue 15931004: Pull the Blink headers on iOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Just add the Blink headers Created 7 years, 7 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 619c55542aabfe1a60ae56792b5aa0f2a8b13b0d..9a55896272e8d3208d7ab45bb501745337a6bf07 100644
--- a/DEPS
+++ b/DEPS
@@ -410,6 +410,9 @@ deps_os = {
"src/third_party/WebKit/Source/Platform/chromium/public":
Var("ios_webkit_trunk") + "/Source/Platform/chromium/public@" +
Var("ios_webkit_revision"),
+ # Pull only the headers from Blink.
+ "src/third_party/WebKit/public":
+ Var("webkit_trunk") + "/public@" + Var("webkit_revision"),
# Code that's not needed due to not building everything (especially WebKit).
"src/build/util/support": None,
« 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