| 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)
|
| + ]
|
| +}
|
|
|