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

Unified Diff: public/blink.gyp

Issue 180743011: Add blink_test_support target. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/blink.gyp
diff --git a/public/blink.gyp b/public/blink.gyp
index edff289cb325c89fb42cc3ab4478162bd99d69fa..ab7b7397c33ef274c1cb5c0d094073cfbfc86ccc 100644
--- a/public/blink.gyp
+++ b/public/blink.gyp
@@ -61,7 +61,7 @@
],
},
{
- 'target_name': 'blink_web_test_support',
+ 'target_name': 'blink_test_support',
'type': 'none',
'dependencies': [
'../Source/web/web.gyp:webkit_test_support',
@@ -70,5 +70,15 @@
'../Source/web/web.gyp:webkit_test_support',
],
},
+ {
+ 'target_name': 'blink_web_test_support',
+ 'type': 'none',
+ 'dependencies': [
+ 'blink_test_support',
+ ],
+ 'export_dependent_settings': [
+ 'blink_test_support',
+ ],
+ },
],
}
« 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