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

Side by Side Diff: remoting/host/setup/me2me_native_messaging_manifest.json

Issue 49113003: It2Me native messaging: GYP and source refactoring (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Max/Linux build break: remoting_native_messaging_host Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "name": "com.google.chrome.remote_desktop", 2 "name": "com.google.chrome.remote_desktop",
3 "description": "{% trans %}REMOTING_HOST_PLUGIN_NAME{% endtrans %}", 3 "description": "{% trans %}REMOTING_HOST_PLUGIN_NAME{% endtrans %}",
4 "type": "stdio", 4 "type": "stdio",
5 "path": "{{ NATIVE_MESSAGING_HOST_PATH }}", 5 "path": "{{ ME2ME_NATIVE_MESSAGING_HOST_PATH }}",
6 "allowed_origins": [ 6 "allowed_origins": [
7 "chrome-extension://ljacajndfccfgnfohlgkdphmbnpkjflk/", 7 "chrome-extension://ljacajndfccfgnfohlgkdphmbnpkjflk/",
8 "chrome-extension://gbchcmhmhahfdphkhkmpfmihenigjmpp/", 8 "chrome-extension://gbchcmhmhahfdphkhkmpfmihenigjmpp/",
9 "chrome-extension://kgngmbheleoaphbjbaiobfdepmghbfah/", 9 "chrome-extension://kgngmbheleoaphbjbaiobfdepmghbfah/",
10 "chrome-extension://odkaodonbgfohohmklejpjiejmcipmib/", 10 "chrome-extension://odkaodonbgfohohmklejpjiejmcipmib/",
11 "chrome-extension://ojoimpklfciegopdfgeenehpalipignm/", 11 "chrome-extension://ojoimpklfciegopdfgeenehpalipignm/",
12 "chrome-extension://dokpleeekgeeiehdhmdkeimnkmoifgdd/", 12 "chrome-extension://dokpleeekgeeiehdhmdkeimnkmoifgdd/",
13 "chrome-extension://ajoainacpilcemgiakehflpbkbfipojk/" 13 "chrome-extension://ajoainacpilcemgiakehflpbkbfipojk/"
14 ] 14 ]
15 } 15 }
OLDNEW
« no previous file with comments | « remoting/host/setup/me2me_native_messaging_host_unittest.cc ('k') | remoting/host/setup/native_messaging_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698