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

Unified Diff: Source/platform/blink_platform_tests.gyp

Issue 65303006: Move TimingFunction.h to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: keep faith and retry Created 7 years 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
Index: Source/platform/blink_platform_tests.gyp
diff --git a/Source/platform/blink_platform_tests.gyp b/Source/platform/blink_platform_tests.gyp
index feab7a8c836a6e85b8a41d6a9886344f2ffc3845..2f08089fc6ea94be868d42f91f257a009c1142ee 100644
--- a/Source/platform/blink_platform_tests.gyp
+++ b/Source/platform/blink_platform_tests.gyp
@@ -33,6 +33,22 @@
'blink_platform.gypi',
],
'targets': [{
+ 'target_name': 'blink_platform_unittests_support',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'blink_platform.gyp:blink_platform',
+ '../config.gyp:unittest_config',
+ '../wtf/wtf.gyp:wtf',
+ '../wtf/wtf_tests.gyp:run_all_tests',
+ '../wtf/wtf_tests.gyp:wtf_unittest_helpers',
+ ],
+ 'include_dirs': [
+ '<(SHARED_INTERMEDIATE_DIR)/blink',
+ ],
+ 'sources': [
+ '<@(platform_test_support_files)',
+ ],
+ }, {
'target_name': 'blink_platform_unittests',
'type': 'executable',
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698