| Index: chrome/common/extensions/api/BUILD.gn
|
| diff --git a/chrome/common/extensions/api/BUILD.gn b/chrome/common/extensions/api/BUILD.gn
|
| index 026b678c4108f9c581c12ca928f7dc2f8722fc48..cc9d8a5a698855c7c0891144b538dea0b2661b7c 100644
|
| --- a/chrome/common/extensions/api/BUILD.gn
|
| +++ b/chrome/common/extensions/api/BUILD.gn
|
| @@ -39,7 +39,7 @@ json_schema_api("api_registration") {
|
| "//sync",
|
| "//ui/accessibility:ax_gen",
|
| ]
|
| - if (is_chromeos) {
|
| + if (is_chromeos_ui) {
|
| # deps += [ "<(DEPTH)/chrome/chrome.gyp:drive_proto" ] TODO(GYP)
|
| }
|
| deps += schema_dependencies
|
|
|