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

Unified Diff: 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 | « no previous file | src/DEPS » ('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 5c707e0b9b98d8da1988532e3502b2fabc51707b..146e7146834609ddc76e23b0976b25c73629cebc 100644
--- a/DEPS
+++ b/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 | « no previous file | src/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698