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

Unified Diff: ui/base/ui_base.gyp

Issue 727143002: Moves code from chromeos/ime to ui/base/ime/chromeos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 6 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: ui/base/ui_base.gyp
diff --git a/ui/base/ui_base.gyp b/ui/base/ui_base.gyp
index 9f187df8d8a9ca6d89586c2ac3862a06f0afd81c..7dc7937d6dc6096310e90592869cb2025b017fc6 100644
--- a/ui/base/ui_base.gyp
+++ b/ui/base/ui_base.gyp
@@ -663,7 +663,7 @@
}],
['chromeos==1', {
'dependencies': [
- '../../chromeos/chromeos.gyp:chromeos',
+ '../chromeos/ui_chromeos.gyp:ui_chromeos_ime',
],
}],
['OS!="win"', {
@@ -738,6 +738,11 @@
'test/ui_controls_win.cc',
],
}],
+ ['chromeos == 1', {
+ 'dependencies': [
+ '../chromeos/ui_chromeos.gyp:ui_chromeos_ime_test_support',
+ ],
+ }],
],
},
],

Powered by Google App Engine
This is Rietveld 408576698