| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 { | 4 { |
| 5 'targets': [ | 5 'targets': [ |
| 6 { | 6 { |
| 7 'target_name': 'internet_page', | 7 'target_name': 'internet_page', |
| 8 'dependencies': [ | 8 'dependencies': [ |
| 9 '../compiled_resources2.gyp:route', | 9 '../compiled_resources2.gyp:route', |
| 10 '../settings_page/compiled_resources2.gyp:settings_animated_pages', | 10 '../settings_page/compiled_resources2.gyp:settings_animated_pages', |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
:cr_onc_types', | 104 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
:cr_onc_types', |
| 105 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 105 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 106 '<(INTERFACES_GYP):networking_private_interface', | 106 '<(INTERFACES_GYP):networking_private_interface', |
| 107 ], | 107 ], |
| 108 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 108 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 109 }, | 109 }, |
| 110 { | 110 { |
| 111 'target_name': 'network_summary', | 111 'target_name': 'network_summary', |
| 112 'dependencies': [ | 112 'dependencies': [ |
| 113 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
:cr_onc_types', | 113 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
:cr_onc_types', |
| 114 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_network_behavior', |
| 114 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 115 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 115 '<(INTERFACES_GYP):networking_private_interface', | 116 '<(INTERFACES_GYP):networking_private_interface', |
| 116 ], | 117 ], |
| 117 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 118 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 118 }, | 119 }, |
| 119 { | 120 { |
| 120 'target_name': 'network_summary_item', | 121 'target_name': 'network_summary_item', |
| 121 'dependencies': [ | 122 'dependencies': [ |
| 122 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be
havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted', | 123 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be
havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted', |
| 123 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
:cr_onc_types', | 124 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
:cr_onc_types', |
| 124 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 125 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 125 '<(INTERFACES_GYP):networking_private_interface', | 126 '<(INTERFACES_GYP):networking_private_interface', |
| 126 ], | 127 ], |
| 127 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 128 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 128 }, | 129 }, |
| 129 ], | 130 ], |
| 130 } | 131 } |
| OLD | NEW |