| Index: ui/gfx/gfx.gyp | 
| diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp | 
| index 8dc8c76d615ce3e3f5c760a93748e75a93b2c5dc..11c1ba624d3e6c01f0240d15c5e4073c900de9db 100644 | 
| --- a/ui/gfx/gfx.gyp | 
| +++ b/ui/gfx/gfx.gyp | 
| @@ -94,7 +94,7 @@ | 
| 'GFX_IMPLEMENTATION', | 
| ], | 
| 'include_dirs': [ | 
| -        '<(DEPTH)/third_party/icu/source/common', | 
| +        '<(DEPTH)/third_party/icu/source/common' | 
| ], | 
| 'sources': [ | 
| 'android/device_display_info.cc', | 
| @@ -405,42 +405,6 @@ | 
| 'render_text_harfbuzz.h', | 
| 'text_utils_skia.cc', | 
| ], | 
| -        }, {  # desktop platforms | 
| -          'variables': { | 
| -            'vector_icons_cc_file': '<(INTERMEDIATE_DIR)/ui/gfx/vector_icons.cc', | 
| -            'vector_icons_public_h_file': '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/vector_icons_public.h', | 
| -          }, | 
| -          'include_dirs': [ | 
| -            '<(SHARED_INTERMEDIATE_DIR)>', | 
| -          ], | 
| -          'sources': [ | 
| -            '<(vector_icons_cc_file)', | 
| -            '<(vector_icons_public_h_file)', | 
| - | 
| -            'paint_vector_icon.cc', | 
| -            'paint_vector_icon.h', | 
| -            'vector_icons.h', | 
| -          ], | 
| -          'actions': [ | 
| -            { | 
| -              # GN version: //ui/gfx:aggregate_vector_icons | 
| -              'action_name': 'aggregate_vector_icons', | 
| -              'inputs': [ | 
| -                'vector_icons/', | 
| -              ], | 
| -              'outputs': [ | 
| -                '<(vector_icons_cc_file)', | 
| -                '<(vector_icons_public_h_file)', | 
| -              ], | 
| -              'action': [ 'python', | 
| -                          'vector_icons/aggregate_vector_icons.py', | 
| -                          '--working_directory=vector_icons/', | 
| -                          '--output_cc=<(vector_icons_cc_file)', | 
| -                          '--output_h=<(vector_icons_public_h_file)', | 
| -              ], | 
| -              'message': 'Aggregating vector resources.', | 
| -            }, | 
| -          ], | 
| }], | 
| ['use_x11==1', { | 
| 'dependencies': [ | 
|  |