| 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': 'settings_ui', | 7 'target_name': 'settings_ui', |
| 8 'dependencies': [ | 8 'dependencies': [ |
| 9 '<(DEPTH)/ui/webui/resources/cr_elements/cr_drawer/compiled_resources2.g
yp:cr_drawer', | 9 '<(DEPTH)/ui/webui/resources/cr_elements/cr_drawer/compiled_resources2.g
yp:cr_drawer', |
| 10 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.
gyp:cr_toolbar', | 10 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.
gyp:cr_toolbar', |
| 11 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.
gyp:cr_toolbar_search_field', | 11 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.
gyp:cr_toolbar_search_field', |
| 12 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
:cr_onc_types', | 12 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
:cr_onc_types', |
| 13 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_indicator_behavior', | 13 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_indicator_behavior', |
| 14 '../compiled_resources2.gyp:direction_delegate', | 14 '../compiled_resources2.gyp:direction_delegate', |
| 15 '../compiled_resources2.gyp:global_scroll_target_behavior', | 15 '../compiled_resources2.gyp:global_scroll_target_behavior', |
| 16 '../prefs/compiled_resources2.gyp:prefs', | 16 '../prefs/compiled_resources2.gyp:prefs', |
| 17 '../settings_main/compiled_resources2.gyp:settings_main', | 17 '../settings_main/compiled_resources2.gyp:settings_main', |
| 18 'settings_ui_types', | 18 '../compiled_resources2.gyp:page_visibility' |
| 19 ], | 19 ], |
| 20 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 20 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 21 }, | 21 }, |
| 22 { | |
| 23 'target_name': 'settings_ui_types', | |
| 24 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | |
| 25 }, | |
| 26 ], | 22 ], |
| 27 } | 23 } |
| OLD | NEW |