| 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",
 | 
| 
 |