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

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: rebase steveblock's patch Created 7 years, 1 month 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
« Source/core/core.gypi ('K') | « Source/platform/blink_platform.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blink_platform_tests.gyp
diff --git a/Source/platform/blink_platform_tests.gyp b/Source/platform/blink_platform_tests.gyp
index a95cef59acc051dbc71b3f990ddbdb740ba70552..406cb01072017e4f1b3e799046bc33787d0f993c 100644
--- a/Source/platform/blink_platform_tests.gyp
+++ b/Source/platform/blink_platform_tests.gyp
@@ -43,8 +43,15 @@
'../wtf/wtf_tests.gyp:run_all_tests',
'<(DEPTH)/url/url.gyp:url_lib',
],
+ 'include_dirs': [
+ '<(SHARED_INTERMEDIATE_DIR)/blink',
+ ],
'sources': [
'<@(platform_test_files)',
+
+ # Additional .cpp files from platform_derived_sources.gyp:make_platform_derived_sources actions.
+ '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.h',
abarth-chromium 2013/11/25 18:09:32 This isn't correct. We should pull these in from
],
'conditions': [
['os_posix==1 and OS!="mac" and OS!="android" and OS!="ios" and linux_use_tcmalloc==1', {
« Source/core/core.gypi ('K') | « Source/platform/blink_platform.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698