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

Unified Diff: DEPS

Issue 133903005: Add fontconfig to linux DEPS for embedded builds (reland) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: restore include/src Created 6 years, 11 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 | « .gitignore ('k') | third_party/fontconfig/OWNERS » ('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 34535e4854b8fa22af8763b0f453db098c57e628..01d6d63a889f7d8081e3f94acd0471dd0bd32fe0 100644
--- a/DEPS
+++ b/DEPS
@@ -495,6 +495,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 | « .gitignore ('k') | third_party/fontconfig/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698