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

Unified Diff: components/native_app_window/BUILD.gn

Issue 576863003: Componentize NativeAppWindowViews (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
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",
]
}

Powered by Google App Engine
This is Rietveld 408576698