| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index 3ebcf1329c2cc7b8354ebe439b6d4c1376b9f75b..4f9c6e8582558616a2c7ee3bcd940b6cc16d7020 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -973,6 +973,13 @@ if (is_android) {
|
| ]
|
| }
|
|
|
| + # GYP: //chrome/chrome.gyp:website_settings_action_java
|
| + java_cpp_enum("website_settings_action_javagen") {
|
| + sources = [
|
| + "browser/ui/website_settings/website_settings.h",
|
| + ]
|
| + }
|
| +
|
| # Some android targets still depend on --gc-sections to link.
|
| # TODO: remove --gc-sections for Debug builds (crbug.com/159847).
|
| config("gc_sections") {
|
|
|