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

Unified Diff: chrome/test/data/arc_default_apps/test_app1.json

Issue 2281743002: arc: Add support of default and OEM apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clean Created 4 years, 4 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
Index: chrome/test/data/arc_default_apps/test_app1.json
diff --git a/chrome/test/data/arc_default_apps/test_app1.json b/chrome/test/data/arc_default_apps/test_app1.json
new file mode 100644
index 0000000000000000000000000000000000000000..8c37d88ccb0d1277b8fb490a0b083d3cbdbff266
--- /dev/null
+++ b/chrome/test/data/arc_default_apps/test_app1.json
@@ -0,0 +1,7 @@
+{
+ "name": "TestApp1",
+ "package_name": "test.app1",
+ "activity": "test.app1.activity",
+ "oem": true,
+ "app_path": "test_app1"
+}

Powered by Google App Engine
This is Rietveld 408576698