| 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 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 24 '<(EXTERNS_GYP):management', | 25 '<(EXTERNS_GYP):management', |
| 25 '<(EXTERNS_GYP):chrome_send', | 26 '<(EXTERNS_GYP):chrome_send', |
| 26 ], | 27 ], |
| 27 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 28 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 28 }, | 29 }, |
| 29 { | 30 { |
| 30 'target_name': 'appearance_page', | 31 'target_name': 'appearance_page', |
| 31 'dependencies': [ | 32 'dependencies': [ |
| 32 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 33 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 33 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 34 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| (...skipping 12 matching lines...) Expand all Loading... |
| 46 'target_name': 'fonts_browser_proxy', | 47 'target_name': 'fonts_browser_proxy', |
| 47 'dependencies': [ | 48 'dependencies': [ |
| 48 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 50 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 50 '<(EXTERNS_GYP):chrome_send', | 51 '<(EXTERNS_GYP):chrome_send', |
| 51 ], | 52 ], |
| 52 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 53 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 53 }, | 54 }, |
| 54 ], | 55 ], |
| 55 } | 56 } |
| OLD | NEW |