| 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', |
| 11 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
:cr_onc_types', | 11 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
:cr_onc_types', |
| 12 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 12 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 14 '<(EXTERNS_GYP):chrome_send', | 14 '<(EXTERNS_GYP):chrome_send', |
| 15 '<(EXTERNS_GYP):management', | 15 '<(EXTERNS_GYP):management', |
| 16 '<(EXTERNS_GYP):networking_private', | 16 '<(EXTERNS_GYP):networking_private', |
| 17 '<(INTERFACES_GYP):networking_private_interface', | 17 '<(INTERFACES_GYP):networking_private_interface', |
| 18 ], | 18 ], |
| 19 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 19 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 20 }, | 20 }, |
| 21 { | 21 { |
| 22 'target_name': 'internet_config', |
| 23 'dependencies': [ |
| 24 '../compiled_resources2.gyp:route', |
| 25 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
:cr_onc_types', |
| 26 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 27 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 28 '<(EXTERNS_GYP):networking_private', |
| 29 '<(INTERFACES_GYP):networking_private_interface', |
| 30 ], |
| 31 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 32 }, |
| 33 { |
| 22 'target_name': 'internet_detail_page', | 34 'target_name': 'internet_detail_page', |
| 23 'dependencies': [ | 35 'dependencies': [ |
| 24 '../compiled_resources2.gyp:route', | 36 '../compiled_resources2.gyp:route', |
| 25 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
:cr_onc_types', | 37 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
:cr_onc_types', |
| 26 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_network_behavior', | 38 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_network_behavior', |
| 27 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 39 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 28 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 40 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 29 '<(EXTERNS_GYP):chrome_send', | 41 '<(EXTERNS_GYP):chrome_send', |
| 30 '<(EXTERNS_GYP):networking_private', | 42 '<(EXTERNS_GYP):networking_private', |
| 31 '<(INTERFACES_GYP):networking_private_interface', | 43 '<(INTERFACES_GYP):networking_private_interface', |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 'target_name': 'tether_connection_dialog', | 158 'target_name': 'tether_connection_dialog', |
| 147 'dependencies': [ | 159 'dependencies': [ |
| 148 '<(DEPTH)/ui/webui/resources/cr_elements/cr_dialog/compiled_resources2.g
yp:cr_dialog', | 160 '<(DEPTH)/ui/webui/resources/cr_elements/cr_dialog/compiled_resources2.g
yp:cr_dialog', |
| 149 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 161 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 150 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 162 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 151 ], | 163 ], |
| 152 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 164 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 153 }, | 165 }, |
| 154 ], | 166 ], |
| 155 } | 167 } |
| OLD | NEW |