| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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': 'cr_network_icon', | 7 'target_name': 'cr_network_icon', |
| 8 'dependencies': [ | 8 'dependencies': [ |
| 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 10 'cr_onc_types', | 10 'cr_onc_types', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 'cr_network_list_types', | 22 'cr_network_list_types', |
| 23 'cr_onc_types', | 23 'cr_onc_types', |
| 24 ], | 24 ], |
| 25 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 25 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 26 }, | 26 }, |
| 27 { | 27 { |
| 28 'target_name': 'cr_network_list_item', | 28 'target_name': 'cr_network_list_item', |
| 29 'dependencies': [ | 29 'dependencies': [ |
| 30 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_network_behavior', | 30 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_network_behavior', |
| 31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 32 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | |
| 33 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | |
| 34 'cr_network_list_types', | 32 'cr_network_list_types', |
| 35 'cr_onc_types', | 33 'cr_onc_types', |
| 36 ], | 34 ], |
| 37 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 35 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 38 }, | 36 }, |
| 39 { | 37 { |
| 40 'target_name': 'cr_network_list_types', | 38 'target_name': 'cr_network_list_types', |
| 41 'dependencies': [ | 39 'dependencies': [ |
| 42 'cr_onc_types', | 40 'cr_onc_types', |
| 43 ], | 41 ], |
| 44 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 42 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 45 }, | 43 }, |
| 46 { | 44 { |
| 47 'target_name': 'cr_network_select', | 45 'target_name': 'cr_network_select', |
| 48 'dependencies': [ | 46 'dependencies': [ |
| 49 '<(EXTERNS_GYP):networking_private', | 47 '<(EXTERNS_GYP):networking_private', |
| 50 'cr_network_list_types', | 48 'cr_network_list_types', |
| 51 'cr_onc_types', | 49 'cr_onc_types', |
| 52 ], | 50 ], |
| 53 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 51 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 54 }, | 52 }, |
| 55 { | 53 { |
| 56 'target_name': 'cr_onc_types', | 54 'target_name': 'cr_onc_types', |
| 57 'dependencies': [ | 55 'dependencies': [ |
| 58 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | |
| 59 '<(EXTERNS_GYP):networking_private', | 56 '<(EXTERNS_GYP):networking_private', |
| 60 ], | 57 ], |
| 61 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 58 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 62 }, | 59 }, |
| 63 ], | 60 ], |
| 64 } | 61 } |
| OLD | NEW |