Skip to content

Commit

Permalink
Merge pull request #1100 from brave/default-brave-shields
Browse files Browse the repository at this point in the history
Add default Brave shield settings
  • Loading branch information
bbondy committed Sep 26, 2018
1 parent d19f1da commit ffb4bcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ const util = {
fileMap.add([path.join(braveAppVectorIconsDir, 'vector_icons', 'brave'), path.join(chromeAppDir, 'vector_icons', 'brave')])
fileMap.add([path.join(braveResourcesDir, 'settings', 'brave_page_visibility.js'), path.join(chromeResourcesDir, 'settings', 'brave_page_visibility.js')])
fileMap.add([path.join(braveResourcesDir, 'settings', 'brave_appearance_page'), path.join(chromeResourcesDir, 'settings', 'brave_appearance_page')])
fileMap.add([path.join(braveResourcesDir, 'settings', 'default_brave_shields_page'), path.join(chromeResourcesDir, 'settings', 'default_brave_shields_page')])

for (const [source, output] of fileMap) {
let sourceFiles = []
Expand Down

0 comments on commit ffb4bcf

Please sign in to comment.