Browse Source

fix: linking pepper flash on Linux

Charles Kerr 6 years ago
parent
commit
fb4b50c8c9
1 changed files with 3 additions and 0 deletions
  1. 3 0
      components/pepper_flash/BUILD.gn

+ 3 - 0
components/pepper_flash/BUILD.gn

@@ -54,4 +54,7 @@ component("pepper_flash") {
       "//chrome/browser/renderer_host/pepper/monitor_finder_mac.mm",
     ]
   }
+  if (is_linux) {
+    deps += [ "//components/services/font/public/cpp" ]
+  }
 }