summaryrefslogtreecommitdiffstats
path: root/components/web_modal
diff options
context:
space:
mode:
authornasko <nasko@chromium.org>2015-08-21 07:11:23 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-21 14:11:57 +0000
commit5c19af794b141814a2a16c288a00ec1503e7142d (patch)
treec32ea406ab4d673fb15078d5840454a587fc84cf /components/web_modal
parenta85c20c17c0433419a0b777c68688712b2b2bde3 (diff)
downloadchromium_src-5c19af794b141814a2a16c288a00ec1503e7142d.zip
chromium_src-5c19af794b141814a2a16c288a00ec1503e7142d.tar.gz
chromium_src-5c19af794b141814a2a16c288a00ec1503e7142d.tar.bz2
Revert of Sync more GN unit tests with GYP. (patchset #3 id:40001 of https://codereview.chromium.org/1301743003/ )
Reason for revert: This has broken the GN builds. Windows is failing compilation and Mac is failing generate_build_files. http://build.chromium.org/p/chromium.mac/builders/Mac%20GN/builds/15185/steps/generate_build_files/logs/stdio http://build.chromium.org/p/chromium.win/builders/Win%20x64%20GN/builds/5562/steps/compile/logs/stdio Original issue's description: > Sync more GN unit tests with GYP. > > This adds about 600 more tests. > > Tests added: invalidation, navigation interception, feedback, search, sync driver, enhanced bookmarks, search engines, sessions, data reduction proxy, favicon, constrained window, autofill, metrics, keyed service, bookmarks, suggestions, audio modem > > I renamed ui_zoom to "zoom" according to GN style. I tweaked some jingle public dependencies so the right include directories get forwarded along with the corresponding uses in the headers. > > BUG= > R=dpranke@chromium.org > > Committed: https://chromium.googlesource.com/chromium/src/+/a7cde4bd39dc814952d885e54eee33ffdac1a881 TBR=dpranke@chromium.org,thestig@chromium.org,msramek@chromium.org,brettw@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/1306153002 Cr-Commit-Position: refs/heads/master@{#344760}
Diffstat (limited to 'components/web_modal')
-rw-r--r--components/web_modal/BUILD.gn5
1 files changed, 1 insertions, 4 deletions
diff --git a/components/web_modal/BUILD.gn b/components/web_modal/BUILD.gn
index 77083a7..45733c7 100644
--- a/components/web_modal/BUILD.gn
+++ b/components/web_modal/BUILD.gn
@@ -26,7 +26,6 @@ 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",
@@ -34,10 +33,8 @@ static_library("test_support") {
"test_web_contents_modal_dialog_manager_delegate.h",
]
- public_deps = [
- ":web_modal",
- ]
deps = [
+ ":web_modal",
"//base",
"//ui/gfx",
"//ui/gfx/geometry",