| Index: chrome/common/extensions/api/schemas.gni
|
| diff --git a/chrome/common/extensions/api/schemas.gni b/chrome/common/extensions/api/schemas.gni
|
| index 452c1df7dcd6d6c41202de2d6eceb7744331e906..a8a8b41c1964dec0b40e44c91d249da2ee2ec1b4 100644
|
| --- a/chrome/common/extensions/api/schemas.gni
|
| +++ b/chrome/common/extensions/api/schemas.gni
|
| @@ -18,9 +18,6 @@ if (is_android) {
|
| sources = gypi_values.main_schema_files
|
| if (is_chromeos) {
|
| sources += gypi_values.chromeos_schema_files
|
| - if (is_chrome_branded) {
|
| - sources += gypi_values.chromeos_branded_schema_files
|
| - }
|
| }
|
| if (enable_webrtc) {
|
| sources += gypi_values.webrtc_schema_files
|
|
|