| 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 17 matching lines...) Expand all Loading... |
| 28 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 28 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 29 '<(EXTERNS_GYP):chrome_send', | 29 '<(EXTERNS_GYP):chrome_send', |
| 30 '<(EXTERNS_GYP):networking_private', | 30 '<(EXTERNS_GYP):networking_private', |
| 31 '<(INTERFACES_GYP):networking_private_interface', | 31 '<(INTERFACES_GYP):networking_private_interface', |
| 32 ], | 32 ], |
| 33 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 33 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 34 }, | 34 }, |
| 35 { | 35 { |
| 36 'target_name': 'internet_known_networks_page', | 36 'target_name': 'internet_known_networks_page', |
| 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/network/compiled_resources2.gyp
:cr_onc_types', | 39 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
:cr_onc_types', |
| 39 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 40 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 40 '<(EXTERNS_GYP):networking_private', | 41 '<(EXTERNS_GYP):networking_private', |
| 41 '<(INTERFACES_GYP):networking_private_interface', | 42 '<(INTERFACES_GYP):networking_private_interface', |
| 42 ], | 43 ], |
| 43 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 44 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 44 }, | 45 }, |
| 45 { | 46 { |
| 46 'target_name': 'network_apnlist', | 47 'target_name': 'network_apnlist', |
| 47 'dependencies': [ | 48 'dependencies': [ |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 'dependencies': [ | 123 'dependencies': [ |
| 123 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be
havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted', | 124 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be
havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted', |
| 124 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
:cr_onc_types', | 125 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
:cr_onc_types', |
| 125 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 126 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 126 '<(INTERFACES_GYP):networking_private_interface', | 127 '<(INTERFACES_GYP):networking_private_interface', |
| 127 ], | 128 ], |
| 128 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 129 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 129 }, | 130 }, |
| 130 ], | 131 ], |
| 131 } | 132 } |
| OLD | NEW |