summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2015-08-11 07:51:08 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-11 14:51:51 +0000
commit4128da4c3ae8c1a2befc84b49db45f0cd8f661c1 (patch)
tree37e7bccd868d6dcc93a3f75cee2191a79846b13e /BUILD.gn
parentf4700b14ac4babccbfbfb20e6f4ec593ff36a63e (diff)
downloadchromium_src-4128da4c3ae8c1a2befc84b49db45f0cd8f661c1.zip
chromium_src-4128da4c3ae8c1a2befc84b49db45f0cd8f661c1.tar.gz
chromium_src-4128da4c3ae8c1a2befc84b49db45f0cd8f661c1.tar.bz2
Fix compilation of //sql:sql_unittests on iOS.
Add new gn argument to control whether Chromium builds sqlite3 or use the version coming with the system and enable it by default on iOS were it is the only supported alternative. Pass necessary defines to compile the "sqlite_regexp" and disable some warning that are reported for src/ext/icu/icu.c BUG=459705 Review URL: https://codereview.chromium.org/1276363002 Cr-Commit-Position: refs/heads/master@{#342820}
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 386145a..6bde7c0 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -65,6 +65,7 @@ group("both_gn_and_gyp") {
testonly = true
deps = [
"//base:base_unittests",
+ "//sql:sql_unittests",
]
if (!is_ios) {
@@ -135,7 +136,6 @@ group("both_gn_and_gyp") {
"//ppapi/examples/video_encode",
"//printing:printing_unittests",
"//skia:skia_unittests",
- "//sql:sql_unittests",
"//sync:sync_unit_tests",
"//third_party/WebKit/Source/platform:heap_unittests",
"//third_party/WebKit/Source/platform:platform_unittests",