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

Unified Diff: DEPS

Issue 8505051: Support mozc suggest window on ChromeOS. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: rebase 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/candidate_window.cc » ('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 b8245d7b1f4e5e152a2ede4fcb406e1e71190ae9..eb35d5cb5ba9d565acdcd07dcbbc72c31538c6e4 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@83",
+
+ "src/third_party/mozc/chrome/chromeos/renderer":
+ (Var("googlecode_url") % "mozc") + "/trunk/src/chrome/chromeos/renderer@83",
"src/third_party/smhasher/src":
(Var("googlecode_url") % "smhasher") + "/trunk@136",
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/candidate_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698