| 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 26 matching lines...) Expand all Loading... |
| 37 'dependencies': [ | 37 'dependencies': [ |
| 38 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', | 38 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', |
| 39 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
:cr_onc_types', | 39 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
:cr_onc_types', |
| 40 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 40 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 41 '<(EXTERNS_GYP):networking_private', | 41 '<(EXTERNS_GYP):networking_private', |
| 42 '<(INTERFACES_GYP):networking_private_interface', | 42 '<(INTERFACES_GYP):networking_private_interface', |
| 43 ], | 43 ], |
| 44 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 44 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 45 }, | 45 }, |
| 46 { | 46 { |
| 47 'target_name': 'internet_subpage', |
| 48 'dependencies': [ |
| 49 '../compiled_resources2.gyp:route', |
| 50 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
:cr_onc_types', |
| 51 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_network_behavior', |
| 52 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 53 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 54 '<(EXTERNS_GYP):networking_private', |
| 55 '<(INTERFACES_GYP):networking_private_interface', |
| 56 ], |
| 57 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 58 }, |
| 59 { |
| 47 'target_name': 'network_apnlist', | 60 'target_name': 'network_apnlist', |
| 48 'dependencies': [ | 61 'dependencies': [ |
| 49 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
:cr_onc_types', | 62 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
:cr_onc_types', |
| 50 ], | 63 ], |
| 51 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 64 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 52 }, | 65 }, |
| 53 { | 66 { |
| 54 'target_name': 'network_ip_config', | 67 'target_name': 'network_ip_config', |
| 55 'dependencies': [ | 68 'dependencies': [ |
| 56 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
:cr_onc_types', | 69 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
:cr_onc_types', |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be
havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted', | 137 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be
havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted', |
| 125 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
:cr_onc_types', | 138 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
:cr_onc_types', |
| 126 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 139 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 127 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 140 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 128 '<(INTERFACES_GYP):networking_private_interface', | 141 '<(INTERFACES_GYP):networking_private_interface', |
| 129 ], | 142 ], |
| 130 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 143 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 131 }, | 144 }, |
| 132 ], | 145 ], |
| 133 } | 146 } |
| OLD | NEW |