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

Unified Diff: cc/blink/BUILD.gn

Issue 1988713007: gn/mac: Build cc_blink_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: cc/blink/BUILD.gn
diff --git a/cc/blink/BUILD.gn b/cc/blink/BUILD.gn
index 629879f48ef83f90591d04843afd3ecfcbf42c2d..256b0f3575dcfe0dd1e7e3f0c536f2db43e697ae 100644
--- a/cc/blink/BUILD.gn
+++ b/cc/blink/BUILD.gn
@@ -50,29 +50,26 @@ component("blink") {
}
# GYP version: //cc/blink/cc_blink_tests.gyp:cc_blink_unittests
-# TODO(GYP): make linking work on the mac.
-if (!is_mac) {
- test("cc_blink_unittests") {
- sources = [
- "web_layer_impl_fixed_bounds_unittest.cc",
+test("cc_blink_unittests") {
+ sources = [
+ "web_layer_impl_fixed_bounds_unittest.cc",
- # Setup.
- "test/cc_blink_test_suite.cc",
- "test/run_all_unittests.cc",
- ]
+ # Setup.
+ "test/cc_blink_test_suite.cc",
+ "test/run_all_unittests.cc",
+ ]
- deps = [
- ":blink",
- "//base/test:test_support",
- "//base/third_party/dynamic_annotations",
- "//cc",
- "//cc:test_support",
- "//skia",
- "//testing/gmock",
- "//testing/gtest",
- "//third_party/WebKit/public:blink_for_unittests",
- "//ui/gfx:test_support",
- "//ui/gfx/geometry",
- ]
- }
+ deps = [
+ ":blink",
+ "//base/test:test_support",
+ "//base/third_party/dynamic_annotations",
+ "//cc",
+ "//cc:test_support",
+ "//skia",
+ "//testing/gmock",
+ "//testing/gtest",
+ "//third_party/WebKit/public:blink_for_unittests",
+ "//ui/gfx:test_support",
+ "//ui/gfx/geometry",
+ ]
}
« 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