Skip to content

Commit

Permalink
Fix the build
Browse files Browse the repository at this point in the history
* Remove references to deleted files in BUILD.gn
* Add missing resource_ids
  • Loading branch information
nvonpentz committed May 18, 2022
1 parent 92ea32b commit e52adcf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions browser/ui/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,6 @@ source_set("ui") {
"views/wallet_bubble_focus_observer.h",
"wallet_bubble_manager_delegate_impl.cc",
"wallet_bubble_manager_delegate_impl.h",
"webui/brave_untrusted_web_ui_controller_factory.cc",
"webui/brave_untrusted_web_ui_controller_factory.h",
"webui/brave_wallet/nft/nft_ui.cc",
"webui/brave_wallet/nft/nft_ui.h",
"webui/brave_wallet/page_handler/wallet_page_handler.cc",
Expand Down
5 changes: 5 additions & 0 deletions resources/resource_ids.spec
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,9 @@
"META": {"sizes": {"includes": [250]}},
"includes": [58750]
},
# This file is generated during the build.
"<(SHARED_INTERMEDIATE_DIR)/brave/web-ui-nft_display/nft_display.grd": {
"META": {"sizes": {"includes": [250]}},
"includes": [59000]
},
}

0 comments on commit e52adcf

Please sign in to comment.