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

Unified Diff: mojo/tools/data/apptests

Issue 1176653002: mandoline filesystem: add a sqlite3 vfs to proxy filesystem usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix win 8 Created 5 years, 6 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 | « mojo/services/network/BUILD.gn ('k') | mojo/util/capture_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/data/apptests
diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests
index 50b47e42b091f7d705af0d4cd538e3abc4324335..1b8bee8f1ed49154285c2f3d6f488dc4110101e9 100644
--- a/mojo/tools/data/apptests
+++ b/mojo/tools/data/apptests
@@ -55,13 +55,17 @@ if config.target_os != config.OS_ANDROID:
"args": ["--use-test-config"]
},
{
+ "test": "mojo:mandoline_frame_apptests",
+ "type": "gtest_isolated",
+ "args": ["--use-headless-config"]
+ },
+ {
"test": "mojo:resource_provider_apptests",
"type": "gtest_isolated",
},
{
- "test": "mojo:mandoline_frame_apptests",
+ "test": "mojo:sql_apptests",
"type": "gtest_isolated",
- "args": ["--use-headless-config"]
},
# TODO(xhwang): Fix and enable the media_apptests. http://crbug.com/501417
#{
« no previous file with comments | « mojo/services/network/BUILD.gn ('k') | mojo/util/capture_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698