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

Unified Diff: components/web_modal/BUILD.gn

Issue 1304163005: Sync more GN unit tests with GYP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes Created 5 years, 4 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 | « components/ui_zoom.gypi ('k') | extensions/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_modal/BUILD.gn
diff --git a/components/web_modal/BUILD.gn b/components/web_modal/BUILD.gn
index 45733c75ef93bdb36bef289df166e5202bc21020..77083a71fe79cb3120ac7ab4f13c8ab94ec68678 100644
--- a/components/web_modal/BUILD.gn
+++ b/components/web_modal/BUILD.gn
@@ -26,6 +26,7 @@ static_library("web_modal") {
}
static_library("test_support") {
+ testonly = true
sources = [
"test_web_contents_modal_dialog_host.cc",
"test_web_contents_modal_dialog_host.h",
@@ -33,8 +34,10 @@ static_library("test_support") {
"test_web_contents_modal_dialog_manager_delegate.h",
]
- deps = [
+ public_deps = [
":web_modal",
+ ]
+ deps = [
"//base",
"//ui/gfx",
"//ui/gfx/geometry",
« no previous file with comments | « components/ui_zoom.gypi ('k') | extensions/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698