OLD | NEW |
1 <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.htm
l"> | 1 <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.htm
l"> |
2 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_network
_behavior.html"> | 2 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_network
_behavior.html"> |
3 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_network
_indicator.html"> | 3 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_network
_indicator.html"> |
4 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_pref_in
dicator.html"> | 4 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_pref_in
dicator.html"> |
5 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> | 5 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> |
6 <link rel="import" href="chrome://resources/html/polymer.html"> | 6 <link rel="import" href="chrome://resources/html/polymer.html"> |
7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> | 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> |
8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-checkbox/paper-ch
eckbox.html"> | 8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-checkbox/paper-ch
eckbox.html"> |
9 <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input
-container.html"> | 9 <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input
-container.html"> |
10 <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input
.html"> | 10 <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input
.html"> |
| 11 <link rel="import" href="/settings_vars_css.html"> |
| 12 <link rel="import" href="chrome://resources/html/md_select_css.html"> |
11 <link rel="import" href="/i18n_setup.html"> | 13 <link rel="import" href="/i18n_setup.html"> |
12 <link rel="import" href="/md_select_css.html"> | |
13 <link rel="import" href="/prefs/prefs_behavior.html"> | 14 <link rel="import" href="/prefs/prefs_behavior.html"> |
14 <link rel="import" href="internet_shared_css.html"> | 15 <link rel="import" href="internet_shared_css.html"> |
15 <link rel="import" href="network_proxy_exclusions.html"> | 16 <link rel="import" href="network_proxy_exclusions.html"> |
16 <link rel="import" href="network_proxy_input.html"> | 17 <link rel="import" href="network_proxy_input.html"> |
17 | 18 |
18 <dom-module id="network-proxy"> | 19 <dom-module id="network-proxy"> |
19 <template> | 20 <template> |
20 <style include="internet-shared md-select"> | 21 <style include="internet-shared md-select"> |
21 cr-policy-network-indicator, | 22 cr-policy-network-indicator, |
22 cr-policy-pref-indicator { | 23 cr-policy-pref-indicator { |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 </paper-input-container> | 164 </paper-input-container> |
164 <paper-button on-tap="onAddProxyExclusionTap_"> | 165 <paper-button on-tap="onAddProxyExclusionTap_"> |
165 $i18n{networkProxyAddException} | 166 $i18n{networkProxyAddException} |
166 </paper-button> | 167 </paper-button> |
167 </div> | 168 </div> |
168 </div> | 169 </div> |
169 </div> | 170 </div> |
170 </template> | 171 </template> |
171 <script src="network_proxy.js"></script> | 172 <script src="network_proxy.js"></script> |
172 </dom-module> | 173 </dom-module> |
OLD | NEW |