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

Unified Diff: web_apks/minting_example/minting_example.gyp

Issue 1888773004: 🙅 Bind a WebAPK to its "host" browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add template apk Created 4 years, 8 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: web_apks/minting_example/minting_example.gyp
diff --git a/web_apks/minting_example/minting_example.gyp b/web_apks/minting_example/minting_example.gyp
index c164e09f167d00a514e5dd2582b244ff3afb87e8..d2403e0fe01795f0dd06b4dabf8c5b96a4aa492f 100644
--- a/web_apks/minting_example/minting_example.gyp
+++ b/web_apks/minting_example/minting_example.gyp
@@ -9,6 +9,7 @@
'minting_example_apk_manifest': '<(SHARED_INTERMEDIATE_DIR)/minting_example_apk_manifest/AndroidManifest.xml',
'use_unpublished_apis%': 0,
'host_url%': '',
+ 'runtime_host%': 'com.google.android.apps.chrome',
'mac%': '',
},
'targets': [
@@ -24,6 +25,7 @@
'min_sdk_version=16',
'target_sdk_version=23',
'host_url=<(host_url)',
+ 'runtime_host=<(runtime_host)',
'mac=<(mac)',
],
},

Powered by Google App Engine
This is Rietveld 408576698