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

Side by Side Diff: ui/views/mus/interactive_ui_tests_manifest.json

Issue 1982963002: Reland: mus: Add views_mus_interactive_ui_tests target (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix size_t to int warning on Windows 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 unified diff | Download patch
« no previous file with comments | « ui/views/mus/DEPS ('k') | ui/views/mus/interactive_ui_tests_mus.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "manifest_version": 1, 2 "manifest_version": 1,
3 "name": "mojo:user", 3 "name": "mojo:views_mus_interactive_ui_tests",
4 "process-group": "browser", 4 "display_name": "Views Mus Interactive UI Tests",
5 "display_name": "User Service",
6 "capabilities": { 5 "capabilities": {
7 "required": { 6 "required": {
8 "*": { "classes": [ "app" ] } 7 "*": { "classes": [ "app" ] }
9 } 8 }
10 } 9 }
11 } 10 }
OLDNEW
« no previous file with comments | « ui/views/mus/DEPS ('k') | ui/views/mus/interactive_ui_tests_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698