Index: components/native_app_window/BUILD.gn |
diff --git a/components/infobars/test/BUILD.gn b/components/native_app_window/BUILD.gn |
similarity index 64% |
copy from components/infobars/test/BUILD.gn |
copy to components/native_app_window/BUILD.gn |
index 606cecd8fbb778ef85a9423d5377e417466157a3..05b73e1a66c97279f29cbb8bcd38b29b3d0cd773 100644 |
--- a/components/infobars/test/BUILD.gn |
+++ b/components/native_app_window/BUILD.gn |
@@ -2,13 +2,15 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-static_library("test_support") { |
+static_library("native_app_window") { |
sources = [ |
- "infobar_test.cc", |
+ "native_app_window_views.cc", |
+ "native_app_window_views.h", |
] |
deps = [ |
"//base", |
"//skia", |
+ "//ui/views", |
] |
} |