summaryrefslogtreecommitdiffstats
path: root/components/constrained_window
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/constrained_window
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/constrained_window')
-rw-r--r--components/constrained_window/BUILD.gn3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/constrained_window/BUILD.gn b/components/constrained_window/BUILD.gn
index 01257f8d..7b28498 100644
--- a/components/constrained_window/BUILD.gn
+++ b/components/constrained_window/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("constrained_window") {
+static_library("constrained_window") {
sources = [
"constrained_window_views.cc",
"constrained_window_views.h",
@@ -25,7 +25,6 @@ source_set("unit_tests") {
deps = [
":constrained_window",
- "//components/web_modal:test_support",
"//ui/views:test_support",
]
}