Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
Re-add missing pak files. These were unintentionally removed with 29a…
Browse files Browse the repository at this point in the history
…b583 and were added back on Windows with 662bc7a

Fixes brave/browser-laptop#7260
  • Loading branch information
bsclifton committed Feb 16, 2017
1 parent 6fb352e commit fa11ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down

0 comments on commit fa11ebb

Please sign in to comment.