Index: public/all.gyp |
diff --git a/public/all.gyp b/public/all.gyp |
index d9073f4259a812393e4da1b14ff3e610b78ba836..80757441fc367301553e19a543540df559a56ae7 100644 |
--- a/public/all.gyp |
+++ b/public/all.gyp |
@@ -41,6 +41,15 @@ |
], |
}, |
{ |
+ 'target_name': 'blink_unittests', |
+ 'type': 'none', |
+ 'dependencies': [ |
+ 'blink_tests', |
+ ], |
+ }, |
+ { |
+ # TODO(tfarina): Update Chromium to use blink_test_binaries and then |
+ # remove this. crbug.com/483171 |
# GN version: //third_party/WebKit/public:blink_tests |
'target_name': 'blink_tests', |
'type': 'none', |