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

Unified Diff: tools/json_schema_compiler/test/features_test2.json

Issue 2151583003: [Extensions] Add extension feature generation code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Include fix Created 4 years, 5 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: tools/json_schema_compiler/test/features_test2.json
diff --git a/chrome/android/webapk/shell_apk/javatests/dex_optimizer/src/org/chromium/webapk/shell_apk/test/dex_optimizer/common.aidl b/tools/json_schema_compiler/test/features_test2.json
similarity index 67%
copy from chrome/android/webapk/shell_apk/javatests/dex_optimizer/src/org/chromium/webapk/shell_apk/test/dex_optimizer/common.aidl
copy to tools/json_schema_compiler/test/features_test2.json
index 8efddfd6d27fc25613ece534bc1ddf2749209858..e85fe0079357eadfef5789ea06aa314d77d228aa 100644
--- a/chrome/android/webapk/shell_apk/javatests/dex_optimizer/src/org/chromium/webapk/shell_apk/test/dex_optimizer/common.aidl
+++ b/tools/json_schema_compiler/test/features_test2.json
@@ -2,4 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-interface org.chromium.webapk.shell_apk.test.dex_optimizer.IDexOptimizerService
+{
+ "omega": {
+ "contexts": ["web_page"],
+ "min_manifest_version": 2
+ }
+}
« no previous file with comments | « tools/json_schema_compiler/test/features_test.json ('k') | tools/json_schema_compiler/test/json_schema_compiler_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698