Browse Source

fix: define ENABLE_PEPPER_FLASH (#14659)

Shelley Vohr 6 years ago
parent
commit
18857f494d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      electron.gyp

+ 3 - 0
electron.gyp

@@ -289,6 +289,9 @@
         # Enables SkBitmap size 64 operations
         'SK_SUPPORT_LEGACY_SAFESIZE64',
 
+        # Enables flash support
+        'ENABLE_PEPPER_FLASH',
+
         # Enables widevine cdm support
         'WIDEVINE_CDM_AVAILABLE',
       ],