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

Side by Side Diff: remoting/host/setup/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
(Empty)
1 {
2 "name": "com.google.chrome.remote_desktop",
3 "description": "{% trans %}REMOTING_HOST_PLUGIN_NAME{% endtrans %}",
4 "type": "stdio",
5 "path": "{{ NATIVE_MESSAGING_HOST_PATH }}",
6 "allowed_origins": [
7 "chrome-extension://ljacajndfccfgnfohlgkdphmbnpkjflk/",
8 "chrome-extension://gbchcmhmhahfdphkhkmpfmihenigjmpp/",
9 "chrome-extension://kgngmbheleoaphbjbaiobfdepmghbfah/",
10 "chrome-extension://odkaodonbgfohohmklejpjiejmcipmib/",
11 "chrome-extension://ojoimpklfciegopdfgeenehpalipignm/",
12 "chrome-extension://dokpleeekgeeiehdhmdkeimnkmoifgdd/",
13 "chrome-extension://ajoainacpilcemgiakehflpbkbfipojk/"
14 ]
15 }
OLDNEW
« no previous file with comments | « remoting/host/setup/native_messaging_host_unittest.cc ('k') | remoting/host/setup/native_messaging_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698