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 authored Sep 26, 2018
2 parents e2d1c8e + 53f7617 commit 3d8a3a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/commands/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 3d8a3a4

Please sign in to comment.