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

Unified Diff: DEPS

Issue 8505051: Support mozc suggest window on ChromeOS. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Change include origin. Created 9 years 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 420131c3761ca6b93609a473da68f26c500243d0..747d2201651cf09f30c40e8c67f72c9170ae7f66 100644
--- a/DEPS
+++ b/DEPS
@@ -295,7 +295,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