Add missing export and import source files to password_manager's browser target.
[chromium-blink-merge.git] / chromeos / test / data / network / policy / policy_vpn.onc
blob3091a746b28c3f6a4c4b58c9a5bc035d2f3fd042
2   "NetworkConfigurations":[
3     {
4       "GUID":"{a3860e83-f03d-4cb1-bafa-b22c9e746950}",
5       "Name":"my vpn",
6       "Type":"VPN",
7       "VPN":{
8         "AutoConnect":false,
9         "Host":"vpn.my.domain.com",
10         "OpenVPN":{
11           "Password":"some password",
12           "Port":443,
13           "Proto":"udp",
14           "SaveCredentials":false,
15           "UserAuthenticationType":"Password",
16           "Username":"abc ${LOGIN_EMAIL} def"
17         },
18         "Type":"OpenVPN"
19       }
20     }
21   ],
22   "Type":"UnencryptedConfiguration"