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