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

Unified Diff: components/BUILD.gn

Issue 2022233002: gn/linux: Add last missing tests to components_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index a0c28f3d24dc189ae1d31ae578f945c0bc82cace..7aae23386ff0858f700188252db42d7944730c4f 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -284,9 +284,7 @@ test("components_unittests") {
}
if (toolkit_views) {
- # TODO bug 522654 Enable this when the undefined symbol is fixed in
- # web_modal such that this links.
- #deps += [ "//components/constrained_window:unit_tests" ]
+ deps += [ "//components/constrained_window:unit_tests" ]
}
if (is_win) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698