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

Unified Diff: cc/blink/BUILD.gn

Issue 1130123005: Use CCTestSuite for cc_blink_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Explicit deps in gn Created 5 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 | cc/blink/cc_blink_tests.gyp » ('j') | 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 1769efba303ac94fd547d3d6e14e115ddc75da8f..4854ead1ce8e1b4ade72ed6be6ae0851b9c51106 100644
--- a/cc/blink/BUILD.gn
+++ b/cc/blink/BUILD.gn
@@ -78,11 +78,15 @@ if (!is_mac) {
"web_animation_unittest.cc",
"web_float_animation_curve_unittest.cc",
"web_layer_impl_fixed_bounds_unittest.cc",
+
+ # Setup.
+ "test/cc_blink_test_suite.cc",
+ "test/run_all_unittests.cc",
]
deps = [
":blink",
- "//base/test:run_all_unittests",
+ "//base/test:test_support",
"//base/third_party/dynamic_annotations",
"//skia",
"//testing/gtest",
« no previous file with comments | « no previous file | cc/blink/cc_blink_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698