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

Unified Diff: public/all.gyp

Issue 1121753003: Add blink_test_binaries target. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rm the gn part Created 5 years, 8 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: 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',
« 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