From fa11ebbf8e78394c1a1b4ae5ede02b5fc2a7b8c2 Mon Sep 17 00:00:00 2001 From: Brian Clifton Date: Wed, 15 Feb 2017 23:23:50 -0700 Subject: [PATCH] Re-add missing pak files. These were unintentionally removed with https://github.com/brave/muon/commit/29ab58342ec11a37d55f2f2ad7e32c89238b7976 and were added back on Windows with https://github.com/brave/muon/commit/662bc7a444006eca8bb8e43eeb07f6c8d5d66f45 Fixes https://github.com/brave/browser-laptop/issues/7260 --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 386669c98..3c5d835e3 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -357,7 +357,7 @@ source_set("native_mate") { electron_framework_sources = [] -if (is_win) { +if (!is_mac) { electron_framework_sources += [ "$root_out_dir/chrome_100_percent.pak", ]