| Index: chrome/common/extensions/api/schemas.gni
|
| diff --git a/chrome/common/extensions/api/schemas.gni b/chrome/common/extensions/api/schemas.gni
|
| index 6ae826becf37906637c301d2f7c29a2f6b2f56d8..c493d61840fcb23a738ecc9312323cc9514bdc3c 100644
|
| --- a/chrome/common/extensions/api/schemas.gni
|
| +++ b/chrome/common/extensions/api/schemas.gni
|
| @@ -14,7 +14,7 @@ gypi_values = exec_script("//build/gypi_to_gn.py",
|
|
|
| # Common sources that are both bundled and compiled.
|
| sources = gypi_values.main_schema_files
|
| -if (is_chromeos) {
|
| +if (is_chromeos_ui) {
|
| sources += gypi_values.chromeos_schema_files
|
| }
|
| if (enable_webrtc) {
|
|
|