Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
//ui/base depends on //chrome/app:generated_resources
This fixes an intermittant build error due to the generated_resources being included in web_ui_util (inside the //ui/base project) A better way would be to refactor so that all our webuis call a helper function to add these generated strings, instead of modifying something that's meant to have no app dependencies (a base project) to depend on some app-specific strings, but this potentially fixes the issues caused by code already in place.
- Loading branch information