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

Unified Diff: src/DEPS

Issue 438015: Add git repo mirrors for IBus to DEPS. (Closed)
Patch Set: Created 11 years, 1 month 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/DEPS
diff --git a/src/DEPS b/src/DEPS
index c257c598267da2f2d93977254e2eb61afd3c61ae..98871fb01a14cb65a19127df4d8ca32ad5758859 100644
--- a/src/DEPS
+++ b/src/DEPS
@@ -43,6 +43,18 @@ deps = {
_platform_base + "pam_google":
Var("chromiumos_git") + "/pam_google.git",
+ # IBus framework
+ _third_party_base + "ibus/files":
+ Var("chromiumos_git") + "/ibus.git",
+
+ # IBus input method for Traditional Chinese
+ _third_party_base + "ibus-chewing/files":
+ Var("chromiumos_git") + "/ibus-chewing.git",
+
+ # IBus input method for Japanese
+ _third_party_base + "ibus-anthy/files":
+ Var("chromiumos_git") + "/ibus-anthy.git",
+
# gflags 1.1
_third_party_base + "gflags/files":
"http://google-gflags.googlecode.com/svn/trunk@31",
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698