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

Unified Diff: sql/BUILD.gn

Issue 1120883002: [Android] Generate scripts at build time to run android tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed datadeps to data_deps to reflect recent change. Created 5 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 | « net/net.gyp ('k') | sql/sql.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/BUILD.gn
diff --git a/sql/BUILD.gn b/sql/BUILD.gn
index 8b75d8009365c16261e704dd5eebb5632cd424b2..25e44dc8871e5b70361dd4857bc7bf21dcf96e1f 100644
--- a/sql/BUILD.gn
+++ b/sql/BUILD.gn
@@ -79,6 +79,10 @@ test("sql_unittests") {
"//third_party/sqlite",
]
+ if (is_android) {
+ isolate_file = "sql_unittests.isolate"
+ }
+
# TODO(GYP)
#['OS == "android"', {
# 'dependencies': [
« no previous file with comments | « net/net.gyp ('k') | sql/sql.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698