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..2bf5082e285216a3188390327e9aa153a326be76 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 (use_cros_fe) { |
# deps += [ "<(DEPTH)/chrome/chrome.gyp:drive_proto" ] TODO(GYP) |
} |
deps += schema_dependencies |