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

Unified Diff: Source/platform/blink_platform.gyp

Issue 42313002: Move Color.*, DashArray and DrawLooper to Source/platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: correct patch set 1 mistake Created 7 years, 2 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
Index: Source/platform/blink_platform.gyp
diff --git a/Source/platform/blink_platform.gyp b/Source/platform/blink_platform.gyp
index e373c90c002b753d4f4bbb0af3f4da35d7b61f31..7e10a92ca5dc3c0e6a4a604ee2fcaa9a3424c354 100644
--- a/Source/platform/blink_platform.gyp
+++ b/Source/platform/blink_platform.gyp
@@ -91,6 +91,7 @@
# Additional .cpp files from platform_derived_sources.gyp:make_platform_derived_sources actions.
'<(SHARED_INTERMEDIATE_DIR)/blink/FontFamilyNames.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/blink/ColorData.cpp',
],
# Disable c4267 warnings until we fix size_t to int truncations.
# Disable c4724 warnings which is generated in VS2012 due to improper

Powered by Google App Engine
This is Rietveld 408576698