| 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': 'device_page', | 7 'target_name': 'device_page', |
| 8 'dependencies': [ | 8 'dependencies': [ |
| 9 '../compiled_resources2.gyp:route', | 9 '../compiled_resources2.gyp:route', |
| 10 '../settings_page/compiled_resources2.gyp:settings_animated_pages', | 10 '../settings_page/compiled_resources2.gyp:settings_animated_pages', |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 'dependencies': [ | 26 'dependencies': [ |
| 27 'device_page_browser_proxy' | 27 'device_page_browser_proxy' |
| 28 ], | 28 ], |
| 29 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 29 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 30 }, | 30 }, |
| 31 { | 31 { |
| 32 'target_name': 'keyboard', | 32 'target_name': 'keyboard', |
| 33 'dependencies': [ | 33 'dependencies': [ |
| 34 '../compiled_resources2.gyp:route', | 34 '../compiled_resources2.gyp:route', |
| 35 '../prefs/compiled_resources2.gyp:prefs_types', | 35 '../prefs/compiled_resources2.gyp:prefs_types', |
| 36 '../controls/compiled_resources2.gyp:settings_dropdown_menu', |
| 36 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 37 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 37 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 38 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 38 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 39 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 39 '<(EXTERNS_GYP):settings_private', | 40 '<(EXTERNS_GYP):settings_private', |
| 40 'device_page_browser_proxy' | 41 'device_page_browser_proxy' |
| 41 ], | 42 ], |
| 42 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 43 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 43 }, | 44 }, |
| 44 { | 45 { |
| 45 'target_name': 'stylus', | 46 'target_name': 'stylus', |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 { | 110 { |
| 110 'target_name': 'drive_cache_dialog', | 111 'target_name': 'drive_cache_dialog', |
| 111 'dependencies': [ | 112 'dependencies': [ |
| 112 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 113 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 113 '<(EXTERNS_GYP):chrome_send', | 114 '<(EXTERNS_GYP):chrome_send', |
| 114 ], | 115 ], |
| 115 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 116 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 116 }, | 117 }, |
| 117 ], | 118 ], |
| 118 } | 119 } |
| OLD | NEW |