| Index: ui/webui/resources/cr_elements/network/compiled_resources2.gyp
|
| diff --git a/ui/webui/resources/cr_elements/network/compiled_resources2.gyp b/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
|
| index 2a193a33100eb48cdbf59cacc0d0b3c3f3dfe108..0e0e1f403c5aabb9c750ae781a2df9e22961efac 100644
|
| --- a/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
|
| +++ b/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
|
| @@ -22,14 +22,27 @@
|
| 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| - 'target_name': 'cr_network_list_item',
|
| + 'target_name': 'cr_network_list_custom_item',
|
| 'dependencies': [
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
|
| + 'cr_network_list_types',
|
| 'cr_onc_types',
|
| ],
|
| 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| + 'target_name': 'cr_network_list_network_item',
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
|
| + 'cr_onc_types',
|
| + ],
|
| + 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| + {
|
| + 'target_name': 'cr_network_list_types',
|
| + 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| + {
|
| 'target_name': 'cr_network_select',
|
| 'dependencies': [
|
| '<(EXTERNS_GYP):networking_private',
|
|
|