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

Unified Diff: ui/views/controls/webview/BUILD.gn

Issue 399683005: Enable more tests in GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more android printing mode Created 6 years, 5 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 | « ui/views/BUILD.gn ('k') | ui/views/controls/webview/webview_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/webview/BUILD.gn
diff --git a/ui/views/controls/webview/BUILD.gn b/ui/views/controls/webview/BUILD.gn
index 4998cc30822779cbef4699069c657f89630e1139..4c9c53a79cd2b335ac6c9aec25914e699b5438d4 100644
--- a/ui/views/controls/webview/BUILD.gn
+++ b/ui/views/controls/webview/BUILD.gn
@@ -36,3 +36,27 @@ component("webview") {
"//ui/views",
]
}
+
+source_set("test_support") {
+ sources = [
+ "../../test/webview_test_helper.cc",
+ "../../test/webview_test_helper.h",
+ ]
+
+ deps = [
+ ":webview",
+ "//base",
+ "//content",
+ "//ipc",
+ "//skia",
+ "//testing/gtest",
+ "//ui/aura",
+ "//ui/base",
+ "//ui/events",
+ "//ui/gfx",
+ "//ui/gfx/geometry",
+ "//ui/views",
+ "//ui/views:test_support",
+ #'../../../../content/content_shell_and_tests.gyp:test_support_content', TODO(GYP)
+ ]
+}
« no previous file with comments | « ui/views/BUILD.gn ('k') | ui/views/controls/webview/webview_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698