Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(185)

Unified Diff: third_party/sqlite/sqlite.gyp

Issue 1961823003: Remove SQLITE_NO_SYNC on Chrome OS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/sqlite/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/sqlite.gyp
diff --git a/third_party/sqlite/sqlite.gyp b/third_party/sqlite/sqlite.gyp
index 01da115d07c607dfbf0c4a2a4b110e378b7cd71f..811284072ca17c98128243b846fde080a7952e10 100644
--- a/third_party/sqlite/sqlite.gyp
+++ b/third_party/sqlite/sqlite.gyp
@@ -141,15 +141,6 @@
['OS != "win" and component == "shared_library"', {
'defines': ['SQLITE_API=__attribute__((visibility("default")))'],
}],
- [ 'chromeos==1' , {
- 'defines': [
- # Despite obvious warnings about not using this flag in
- # deployment, we are turning off sync in ChromeOS and relying on
- # the underlying journaling filesystem to do error recovery
- # properly. It's much faster.
- 'SQLITE_NO_SYNC',
- ],
- }],
['os_posix == 1', {
'defines': [
# Allow xSleep() call on Unix to use usleep() rather than
« no previous file with comments | « third_party/sqlite/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698