| 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 'cr_onc_types', | 9 'cr_onc_types', |
| 10 ], | 10 ], |
| 11 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 11 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 12 }, | 12 }, |
| 13 { | 13 { |
| 14 'target_name': 'cr_network_icon_externs', | 14 'target_name': 'cr_network_icon_externs', |
| 15 'includes': ['../../../../../third_party/closure_compiler/include_js.gypi'
], | 15 'includes': ['../../../../../third_party/closure_compiler/include_js.gypi'
], |
| 16 }, | 16 }, |
| 17 { | 17 { |
| 18 'target_name': 'cr_network_list', | 18 'target_name': 'cr_network_list', |
| 19 'dependencies': [ | 19 'dependencies': [ |
| 20 '<(DEPTH)/ui/webui/resources/cr_elements/compiled_resources2.gyp:cr_scro
llable_behavior', | 20 '<(DEPTH)/ui/webui/resources/cr_elements/compiled_resources2.gyp:cr_scro
llable_behavior', |
| 21 'cr_network_list_types', | 21 'cr_network_list_types', |
| 22 'cr_onc_types', | 22 'cr_onc_types', |
| 23 ], | 23 ], |
| 24 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 24 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 25 }, | 25 }, |
| 26 { | 26 { |
| 27 'target_name': 'cr_network_list_item', | 27 'target_name': 'cr_network_list_item', |
| 28 'dependencies': [ | 28 'dependencies': [ |
| 29 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_network_behavior', |
| 29 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 30 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 30 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 32 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 32 'cr_network_list_types', | 33 'cr_network_list_types', |
| 33 'cr_onc_types', | 34 'cr_onc_types', |
| 34 ], | 35 ], |
| 35 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 36 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 36 }, | 37 }, |
| 37 { | 38 { |
| 38 'target_name': 'cr_network_list_types', | 39 'target_name': 'cr_network_list_types', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 53 { | 54 { |
| 54 'target_name': 'cr_onc_types', | 55 'target_name': 'cr_onc_types', |
| 55 'dependencies': [ | 56 'dependencies': [ |
| 56 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 57 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 57 '<(EXTERNS_GYP):networking_private', | 58 '<(EXTERNS_GYP):networking_private', |
| 58 ], | 59 ], |
| 59 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 60 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 60 }, | 61 }, |
| 61 ], | 62 ], |
| 62 } | 63 } |
| OLD | NEW |