Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / blink_platform.gyp
index 9d30395..257a1bd 100644 (file)
           ['include', 'fonts/win/UniscribeHelper\\.(cpp|h)$'],
           ['include', 'fonts/win/UniscribeHelperTextRun\\.(cpp|h)$'],
 
-          ['include', 'scroll/ScrollbarThemeWin\\.(cpp|h)$'],
-
-          ['include', 'graphics/win/TransparencyWin\\.(cpp|h)$'],
-
           # SystemInfo.cpp is useful and we don't want to copy it.
           ['include', 'win/SystemInfo\\.cpp$'],
         ],
           '<(DEPTH)/build/linux/system.gyp:fontconfig',
         ],
       }],
-      ['use_default_render_theme==1', {
-        'sources/': [
-          ['exclude', 'scroll/ScrollbarThemeWin\\.(cpp|h)'],
-        ],
-      }, { # use_default_render_theme==0
+      ['use_default_render_theme==0', {
         'sources/': [
           ['exclude', 'scroll/ScrollbarThemeGtkOrAura\\.(cpp|h)'],
         ],