Index: third_party/sqlite/BUILD.gn |
diff --git a/third_party/sqlite/BUILD.gn b/third_party/sqlite/BUILD.gn |
index 95b9cb978b2c3bc08fddbe7bd5e8298423e8a568..4c2557ceb095cf080767daf8066251f7a831bb9d 100644 |
--- a/third_party/sqlite/BUILD.gn |
+++ b/third_party/sqlite/BUILD.gn |
@@ -31,7 +31,7 @@ if (!use_system_sqlite) { |
"SQLITE_SEPARATE_CACHE_POOLS", |
"THREADSAFE", |
] |
- if (is_chromeos) { |
+ if (is_chromeos_os) { |
defines += [ |
# Despite obvious warnings about not using this flag in deployment, we |
# are turning off sync in ChromeOS and relying on the underlying |