| 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)/third_party/polymer/v1_0/components-chromium/paper-slider/comp
iled_resources2.gyp:paper-slider-extracted', | 10 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-slider/comp
iled_resources2.gyp:paper-slider-extracted', |
| 11 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 11 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 12 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 12 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 14 '<(EXTERNS_GYP):chrome_send', | 14 '<(EXTERNS_GYP):chrome_send', |
| 15 'fonts_browser_proxy', | 15 'fonts_browser_proxy', |
| 16 ], | 16 ], |
| 17 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 17 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 18 }, | 18 }, |
| 19 { | 19 { |
| 20 'target_name': 'appearance_browser_proxy', | 20 'target_name': 'appearance_browser_proxy', |
| 21 'dependencies': [ | 21 'dependencies': [ |
| 22 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 22 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 23 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 23 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 24 '<(EXTERNS_GYP):management', |
| 24 '<(EXTERNS_GYP):chrome_send', | 25 '<(EXTERNS_GYP):chrome_send', |
| 25 ], | 26 ], |
| 26 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 27 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 27 }, | 28 }, |
| 28 { | 29 { |
| 29 'target_name': 'appearance_page', | 30 'target_name': 'appearance_page', |
| 30 'dependencies': [ | 31 'dependencies': [ |
| 31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 32 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 32 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 33 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 33 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 34 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 34 '<(EXTERNS_GYP):management', | |
| 35 '<(EXTERNS_GYP):settings_private', | 35 '<(EXTERNS_GYP):settings_private', |
| 36 '<(EXTERNS_GYP):chrome_send', | 36 '<(EXTERNS_GYP):chrome_send', |
| 37 '../compiled_resources2.gyp:route', | 37 '../compiled_resources2.gyp:route', |
| 38 '../controls/compiled_resources2.gyp:settings_dropdown_menu', | 38 '../controls/compiled_resources2.gyp:settings_dropdown_menu', |
| 39 '../settings_page/compiled_resources2.gyp:settings_animated_pages', | 39 '../settings_page/compiled_resources2.gyp:settings_animated_pages', |
| 40 '../settings_ui/compiled_resources2.gyp:settings_ui_types', | 40 '../settings_ui/compiled_resources2.gyp:settings_ui_types', |
| 41 'appearance_browser_proxy', | 41 'appearance_browser_proxy', |
| 42 ], | 42 ], |
| 43 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 43 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 44 }, | 44 }, |
| 45 { | 45 { |
| 46 'target_name': 'fonts_browser_proxy', | 46 'target_name': 'fonts_browser_proxy', |
| 47 'dependencies': [ | 47 'dependencies': [ |
| 48 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 48 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 50 '<(EXTERNS_GYP):chrome_send', | 50 '<(EXTERNS_GYP):chrome_send', |
| 51 ], | 51 ], |
| 52 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 52 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 53 }, | 53 }, |
| 54 ], | 54 ], |
| 55 } | 55 } |
| OLD | NEW |