Skip to content

Commit

Permalink
Fix build error for fresh builds
Browse files Browse the repository at this point in the history
Auditors: @AlexeyBarabash
  • Loading branch information
bbondy committed Jan 12, 2018
1 parent b150ffb commit e8376b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions browser/extensions/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ source_set("extensions") {
"brave_component_loader.h",
]
deps = [
"//brave/browser/resources:brave_extension_grit",
"//chrome/browser"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "brave/browser/extensions/brave_component_extension_resource_manager.h"

#include "brave/grit/brave_extension_resources_map.h"
#include "brave/browser/resources/grit/brave_extension_resources_map.h"

namespace extensions {

Expand Down

0 comments on commit e8376b2

Please sign in to comment.