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

Unified Diff: DEPS

Issue 8505051: Support mozc suggest window on ChromeOS. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Apply latest mozc repository. Created 9 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
Index: DEPS
diff --git a/DEPS b/DEPS
index 491b0179fb820b33cde9bb29b2beaec1f909d54d..d90680bcb86680de373d4ac07b247d8f9246ba08 100644
--- a/DEPS
+++ b/DEPS
@@ -294,7 +294,10 @@ deps = {
(Var("googlecode_url") % "libyuv") + "/trunk@64",
"src/third_party/mozc/session":
- (Var("googlecode_url") % "mozc") + "/trunk/src/session@58",
+ (Var("googlecode_url") % "mozc") + "/trunk/src/session@77",
+
+ "src/third_party/mozc/chrome/chromeos/renderer":
+ (Var("googlecode_url") % "mozc") + "/trunk/src/chrome/chromeos/renderer@77",
"src/third_party/smhasher/src":
(Var("googlecode_url") % "smhasher") + "/trunk@136",

Powered by Google App Engine
This is Rietveld 408576698