| Index: Source/core/core_derived_sources.gyp
|
| diff --git a/Source/core/core_derived_sources.gyp b/Source/core/core_derived_sources.gyp
|
| index 5c50372b3225785fc4c457bef7f123007afd61a2..01b695cefc127ad2ae53f4f52e4edcd7dd1c44f2 100644
|
| --- a/Source/core/core_derived_sources.gyp
|
| +++ b/Source/core/core_derived_sources.gyp
|
| @@ -582,22 +582,6 @@
|
| '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLMetaElement.cpp',
|
| ],
|
| },
|
| - {
|
| - 'action_name': 'ColorData',
|
| - 'inputs': [
|
| - 'platform/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',
|
| - ],
|
| - },
|
| ],
|
| 'rules': [
|
| {
|
|
|