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

Unified Diff: Source/platform/platform_derived_sources.gyp

Issue 42313002: Move Color.*, DashArray and DrawLooper to Source/platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add missing moved files 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
« no previous file with comments | « Source/platform/graphics/DrawLooper.cpp ('k') | Source/web/ColorChooserUIController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/platform_derived_sources.gyp
diff --git a/Source/platform/platform_derived_sources.gyp b/Source/platform/platform_derived_sources.gyp
index 3d6b7214e9fe5e56e512ae7ccd01fd76313ff75e..8a2ad052e3b54c64060c114a45d100c0ddec607a 100644
--- a/Source/platform/platform_derived_sources.gyp
+++ b/Source/platform/platform_derived_sources.gyp
@@ -79,6 +79,22 @@
'<(SHARED_INTERMEDIATE_DIR)/blink',
],
},
+ {
+ 'action_name': 'ColorData',
+ 'inputs': [
+ 'ColorData.gperf',
+ ],
+ 'outputs': [
+ '<(SHARED_INTERMEDIATE_DIR)/blink/ColorData.cpp',
+ ],
+ 'action': [
+ '<(gperf_exe)',
+ '--key-positions=*',
+ '-D', '-s', '2',
+ '<@(_inputs)',
+ '--output-file=<(SHARED_INTERMEDIATE_DIR)/blink/ColorData.cpp',
+ ],
+ },
]
},
],
« no previous file with comments | « Source/platform/graphics/DrawLooper.cpp ('k') | Source/web/ColorChooserUIController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698