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

Unified Diff: DEPS

Issue 102813007: Add fontconfig to linux DEPS for embedded builds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix license file path Created 7 years 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 | third_party/fontconfig/README.chromium » ('j') | 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 143d587314f6f4b50780ec84b50ed044722834dc..94f21a1ddc4ccb113cd421e557911a78e5ee1aef 100644
--- a/DEPS
+++ b/DEPS
@@ -480,6 +480,10 @@ deps_os = {
Var("chromium_git") +
"/external/liblouis.git@3c2daee56250162e5a75830871601d74328d39f5",
+ # Used for embedded builds. CrOS & Linux use the system version.
+ "src/third_party/fontconfig/src":
+ Var("chromium_git") + "/external/fontconfig.git" +
+ "@4f944971dac3c0bbc6fdd3bf3123e3c8378a3acb",
},
"android": {
"src/third_party/android_tools":
« no previous file with comments | « no previous file | third_party/fontconfig/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698