diff options
Diffstat (limited to 'ui/gfx/gfx.gyp')
-rw-r--r-- | ui/gfx/gfx.gyp | 38 |
1 files changed, 1 insertions, 37 deletions
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp index 8dc8c76..11c1ba6 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': [ |