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

Unified Diff: ui/keyboard/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/aura/BUILD.gn ('k') | ui/message_center/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/BUILD.gn
diff --git a/ui/keyboard/BUILD.gn b/ui/keyboard/BUILD.gn
index b504ba23c80a1f4b0411e28c474038c4981f4a82..66a98a490bb290ee64fdf53341e2ce4a5713d722 100644
--- a/ui/keyboard/BUILD.gn
+++ b/ui/keyboard/BUILD.gn
@@ -93,33 +93,31 @@ build_closure("inputview") {
path = rebase_path("//third_party/google_input_tools")
}
-if (!is_win || link_chrome_on_windows) {
- test("keyboard_unittests") {
- sources = [
- "keyboard_controller_unittest.cc",
- "test/run_all_unittests.cc",
- ]
+test("keyboard_unittests") {
+ sources = [
+ "keyboard_controller_unittest.cc",
+ "test/run_all_unittests.cc",
+ ]
- deps = [
- ":keyboard",
- "//base",
- "//base/allocator",
- "//base/test:test_support",
- "//content",
- "//skia",
- "//testing/gtest",
- "//ui/aura:test_support",
- "//ui/base",
- "//ui/base/ime",
- "//ui/base:test_support",
- "//ui/compositor:test_support",
- "//ui/events:test_support",
- "//ui/gfx",
- "//ui/gfx/geometry",
- "//ui/gl",
- "//ui/resources:ui_test_pak",
- "//ui/wm",
- "//url",
- ]
- }
+ deps = [
+ ":keyboard",
+ "//base",
+ "//base/allocator",
+ "//base/test:test_support",
+ "//content",
+ "//skia",
+ "//testing/gtest",
+ "//ui/aura:test_support",
+ "//ui/base",
+ "//ui/base/ime",
+ "//ui/base:test_support",
+ "//ui/compositor:test_support",
+ "//ui/events:test_support",
+ "//ui/gfx",
+ "//ui/gfx/geometry",
+ "//ui/gl",
+ "//ui/resources:ui_test_pak",
+ "//ui/wm",
+ "//url",
+ ]
}
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/message_center/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698