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

Unified Diff: ui/wm/BUILD.gn

Issue 974543002: Remove link_chrome_on_windows GN flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « ui/views/examples/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wm/BUILD.gn
diff --git a/ui/wm/BUILD.gn b/ui/wm/BUILD.gn
index 290a90f97b4ad13fdd5a0e9f7f055556ab38b32e..74fea7c15217325b0ec5d7b434cdbb01a80b20f6 100644
--- a/ui/wm/BUILD.gn
+++ b/ui/wm/BUILD.gn
@@ -115,39 +115,37 @@ static_library("test_support") {
]
}
-if (!is_win || link_chrome_on_windows) {
- test("wm_unittests") {
- sources = [
- "core/capture_controller_unittest.cc",
- "core/compound_event_filter_unittest.cc",
- "core/cursor_manager_unittest.cc",
- "core/focus_controller_unittest.cc",
- "core/image_grid_unittest.cc",
- "core/input_method_event_filter_unittest.cc",
- "core/nested_accelerator_controller_unittest.cc",
- "core/shadow_controller_unittest.cc",
- "core/transient_window_manager_unittest.cc",
- "core/transient_window_stacking_client_unittest.cc",
- "core/visibility_controller_unittest.cc",
- "core/window_animations_unittest.cc",
- "test/run_all_unittests.cc",
- ]
+test("wm_unittests") {
+ sources = [
+ "core/capture_controller_unittest.cc",
+ "core/compound_event_filter_unittest.cc",
+ "core/cursor_manager_unittest.cc",
+ "core/focus_controller_unittest.cc",
+ "core/image_grid_unittest.cc",
+ "core/input_method_event_filter_unittest.cc",
+ "core/nested_accelerator_controller_unittest.cc",
+ "core/shadow_controller_unittest.cc",
+ "core/transient_window_manager_unittest.cc",
+ "core/transient_window_stacking_client_unittest.cc",
+ "core/visibility_controller_unittest.cc",
+ "core/window_animations_unittest.cc",
+ "test/run_all_unittests.cc",
+ ]
- deps = [
- ":test_support",
- ":wm",
- "//base",
- "//base/test:test_support",
- "//skia",
- "//testing/gtest",
- "//ui/aura:test_support",
- "//ui/base:test_support",
- "//ui/compositor:test_support",
- "//ui/events:test_support",
- "//ui/events/platform",
- "//ui/gfx",
- "//ui/gfx/geometry",
- "//ui/gl",
- ]
- }
+ deps = [
+ ":test_support",
+ ":wm",
+ "//base",
+ "//base/test:test_support",
+ "//skia",
+ "//testing/gtest",
+ "//ui/aura:test_support",
+ "//ui/base:test_support",
+ "//ui/compositor:test_support",
+ "//ui/events:test_support",
+ "//ui/events/platform",
+ "//ui/gfx",
+ "//ui/gfx/geometry",
+ "//ui/gl",
+ ]
}
« no previous file with comments | « ui/views/examples/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698