| 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 71 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 72 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 72 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 73 ], | 73 ], |
| 74 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 74 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 75 }, | 75 }, |
| 76 { | 76 { |
| 77 'target_name': 'network_proxy', | 77 'target_name': 'network_proxy', |
| 78 'dependencies': [ | 78 'dependencies': [ |
| 79 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
:cr_onc_types', | 79 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
:cr_onc_types', |
| 80 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_network_behavior', | 80 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_network_behavior', |
| 81 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 81 ], | 82 ], |
| 82 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 83 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 83 }, | 84 }, |
| 84 { | 85 { |
| 85 'target_name': 'network_proxy_input', | 86 'target_name': 'network_proxy_input', |
| 86 'dependencies': [ | 87 'dependencies': [ |
| 87 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
:cr_onc_types', | 88 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
:cr_onc_types', |
| 88 ], | 89 ], |
| 89 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 90 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 90 }, | 91 }, |
| (...skipping 25 matching lines...) Expand all Loading... |
| 116 'dependencies': [ | 117 'dependencies': [ |
| 117 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be
havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted', | 118 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be
havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted', |
| 118 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
:cr_onc_types', | 119 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
:cr_onc_types', |
| 119 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 120 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 120 '<(INTERFACES_GYP):networking_private_interface', | 121 '<(INTERFACES_GYP):networking_private_interface', |
| 121 ], | 122 ], |
| 122 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 123 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 123 }, | 124 }, |
| 124 ], | 125 ], |
| 125 } | 126 } |
| OLD | NEW |