| 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_policy_indicator_behavior', | 7 'target_name': 'cr_policy_indicator_behavior', |
| 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 ], | 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_policy_pref_behavior', | 14 'target_name': 'cr_policy_pref_behavior', |
| 15 'dependencies': [ | 15 'dependencies': [ |
| 16 '<(EXTERNS_GYP):settings_private', | 16 '<(EXTERNS_GYP):settings_private', |
| 17 'cr_policy_indicator_behavior', | 17 'cr_policy_indicator_behavior', |
| 18 ], | 18 ], |
| 19 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 19 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 20 }, | 20 }, |
| 21 { | 21 { |
| 22 'target_name': 'cr_policy_pref_indicator', | 22 'target_name': 'cr_policy_pref_indicator', |
| 23 'dependencies': [ | 23 'dependencies': [ |
| 24 '<(EXTERNS_GYP):settings_private', | 24 '<(EXTERNS_GYP):settings_private', |
| 25 'cr_policy_indicator_behavior', | 25 'cr_policy_indicator_behavior', |
| 26 'cr_policy_pref_behavior', | |
| 27 ], | 26 ], |
| 28 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 27 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 29 }, | 28 }, |
| 30 { | 29 { |
| 31 'target_name': 'cr_policy_network_behavior', | 30 'target_name': 'cr_policy_network_behavior', |
| 32 'dependencies': [ | 31 'dependencies': [ |
| 33 '../network/compiled_resources2.gyp:cr_onc_types', | 32 '../network/compiled_resources2.gyp:cr_onc_types', |
| 34 'cr_policy_indicator_behavior', | 33 'cr_policy_indicator_behavior', |
| 35 ], | 34 ], |
| 36 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 35 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 37 }, | 36 }, |
| 38 { | 37 { |
| 39 'target_name': 'cr_policy_network_indicator', | 38 'target_name': 'cr_policy_network_indicator', |
| 40 'dependencies': [ | 39 'dependencies': [ |
| 41 '../network/compiled_resources2.gyp:cr_onc_types', | 40 '../network/compiled_resources2.gyp:cr_onc_types', |
| 42 'cr_policy_indicator_behavior', | 41 'cr_policy_indicator_behavior', |
| 43 'cr_policy_network_behavior', | 42 'cr_policy_network_behavior', |
| 44 ], | 43 ], |
| 45 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 44 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 46 }, | 45 }, |
| 47 ], | 46 ], |
| 48 } | 47 } |
| OLD | NEW |