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

Unified Diff: content/test/BUILD.gn

Issue 889323003: Split ui/base/ime into a new component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix cros x11 GN build Created 5 years, 10 months 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 | « content/shell/BUILD.gn ('k') | extensions/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index e91d0d5238005e7d14058963fb957c0742001cc7..1512477bc0362dd7e3c0048c1f7331598d8a3d43 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -34,6 +34,7 @@ static_library("test_support") {
"//testing/gtest",
"//ui/accessibility:ax_gen",
"//ui/base",
+ "//ui/base/ime",
"//ui/base:test_support",
"//ui/events:dom4_keycode_converter",
"//ui/events:events_base",
@@ -299,6 +300,7 @@ if (!is_mac && (!is_win || link_chrome_on_windows)) {
"//ui/accessibility",
"//ui/accessibility:ax_gen",
"//ui/base",
+ "//ui/base/ime",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/gl",
« no previous file with comments | « content/shell/BUILD.gn ('k') | extensions/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698