| 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': 'appearance_fonts_page', | 7 'target_name': 'appearance_fonts_page', |
| 8 'dependencies': [ | 8 'dependencies': [ |
| 9 '../controls/compiled_resources2.gyp:settings_dropdown_menu', | 9 '../controls/compiled_resources2.gyp:settings_dropdown_menu', |
| 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 'target_name': 'appearance_page', | 31 'target_name': 'appearance_page', |
| 32 'dependencies': [ | 32 'dependencies': [ |
| 33 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 33 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 34 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 34 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 35 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 35 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 36 '<(EXTERNS_GYP):settings_private', | 36 '<(EXTERNS_GYP):settings_private', |
| 37 '<(EXTERNS_GYP):chrome_send', | 37 '<(EXTERNS_GYP):chrome_send', |
| 38 '../compiled_resources2.gyp:route', | 38 '../compiled_resources2.gyp:route', |
| 39 '../controls/compiled_resources2.gyp:settings_dropdown_menu', | 39 '../controls/compiled_resources2.gyp:settings_dropdown_menu', |
| 40 '../settings_page/compiled_resources2.gyp:settings_animated_pages', | 40 '../settings_page/compiled_resources2.gyp:settings_animated_pages', |
| 41 '../settings_ui/compiled_resources2.gyp:settings_ui_types', | 41 '../compiled_resources2.gyp:page_visibility', |
| 42 'appearance_browser_proxy', | 42 'appearance_browser_proxy', |
| 43 ], | 43 ], |
| 44 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 44 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 45 }, | 45 }, |
| 46 { | 46 { |
| 47 'target_name': 'fonts_browser_proxy', | 47 'target_name': 'fonts_browser_proxy', |
| 48 'dependencies': [ | 48 'dependencies': [ |
| 49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 50 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 50 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 51 '<(EXTERNS_GYP):chrome_send', | 51 '<(EXTERNS_GYP):chrome_send', |
| 52 ], | 52 ], |
| 53 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 53 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 54 }, | 54 }, |
| 55 { | 55 { |
| 56 'target_name': 'home_url_input', | 56 'target_name': 'home_url_input', |
| 57 'dependencies': [ | 57 'dependencies': [ |
| 58 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_indicator_behavior', | 58 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_indicator_behavior', |
| 59 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_pref_behavior', | 59 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_pref_behavior', |
| 60 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 60 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 61 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 61 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 62 '<(EXTERNS_GYP):settings_private', | 62 '<(EXTERNS_GYP):settings_private', |
| 63 '../controls/compiled_resources2.gyp:pref_control_behavior', | 63 '../controls/compiled_resources2.gyp:pref_control_behavior', |
| 64 'appearance_browser_proxy', | 64 'appearance_browser_proxy', |
| 65 ], | 65 ], |
| 66 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 66 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 67 }, | 67 }, |
| 68 ], | 68 ], |
| 69 } | 69 } |
| OLD | NEW |