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

Unified Diff: Source/platform/blink_platform.gyp

Issue 65303006: Move TimingFunction.h to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: gyp changes 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.gyp
diff --git a/Source/platform/blink_platform.gyp b/Source/platform/blink_platform.gyp
index a3c5d968b992313f37fe3b433491b4d6791a5c02..31f82edf85cbe0e4f860fb4dfb5a33e17d73c022 100644
--- a/Source/platform/blink_platform.gyp
+++ b/Source/platform/blink_platform.gyp
@@ -71,6 +71,7 @@
'<(DEPTH)/url/url.gyp:url_lib',
'platform_derived_sources.gyp:make_platform_derived_sources',
'blink_common',
+ 'blink_platform_tests.gyp:blink_platform_unittests_support',
abarth-chromium 2013/12/04 05:45:26 This is a strange dependency. blink_platform is a
],
'export_dependent_settings': [
# FIXME: This dependency exists for CSS Custom Filters, via the file ANGLEPlatformBridge
@@ -97,8 +98,6 @@
# Additional .cpp files from platform_derived_sources.gyp:make_platform_derived_sources actions.
'<(SHARED_INTERMEDIATE_DIR)/blink/FontFamilyNames.cpp',
- '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.cpp',
- '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.h',
'<(SHARED_INTERMEDIATE_DIR)/blink/ColorData.cpp',
],
# Disable c4267 warnings until we fix size_t to int truncations.

Powered by Google App Engine
This is Rietveld 408576698