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

Unified Diff: mojo/tools/data/apptests

Issue 1323333004: Renames mandoline_frame_apptests to web_view_apptests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: order Created 5 years, 3 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 | « mandoline/BUILD.gn ('k') | no next file » | 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 3872016feca3566e619edfc58321410196f92678..587e323e471ab7618c962cd4b9c256aab3c11a98 100644
--- a/mojo/tools/data/apptests
+++ b/mojo/tools/data/apptests
@@ -79,11 +79,6 @@ if config.target_os != config.OS_ANDROID:
# 'type': 'gtest_isolated',
# 'args': ['--use-headless-config']
#},
- {
- 'test': 'mojo:mandoline_frame_apptests',
- 'type': 'gtest_isolated',
- 'args': ['--use-headless-config']
- },
# TODO(xhwang): Fix and enable mojo:media_pipeline_integration_apptests.
# http://crbug.com/501417
{
@@ -94,4 +89,9 @@ if config.target_os != config.OS_ANDROID:
'test': 'mojo:sql_apptests',
'type': 'gtest_isolated',
},
+ {
+ 'test': 'mojo:web_view_apptests',
+ 'type': 'gtest_isolated',
+ 'args': ['--use-headless-config']
+ },
]
« no previous file with comments | « mandoline/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698