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

Unified Diff: ui/base/BUILD.gn

Issue 267953002: Port ui_base_test_support target GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 10d920a72d1b4a98ef8eff1f0bdd3f212ad75574..90012e0c7c9fffe6184abadf91609ed2d675fc42 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -512,3 +512,31 @@ component("ui_base") {
#'hard_dependency': 1,
#}
}
+
+source_set("ui_base_test_support") {
+ sources = [
+ "test/ui_controls.h",
+ "test/ui_controls_aura.cc",
+ "test/ui_controls_internal_win.cc",
+ "test/ui_controls_internal_win.h",
+ "test/ui_controls_mac.mm",
+ "test/ui_controls_win.cc",
+ ]
+
+ deps = [
+ "//base",
+ "//skia",
+ "//testing/gtest",
+ "//ui/gfx",
+ "//ui/gfx/geometry",
+ ]
+
+ if (!is_ios) {
+ sources += [
+ "ime/dummy_input_method.cc",
+ "ime/dummy_input_method.h",
+ "ime/dummy_text_input_client.cc",
+ "ime/dummy_text_input_client.h",
+ ]
+ }
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698