| 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 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 'dependencies': [ | 47 'dependencies': [ |
| 48 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 48 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 49 '../prefs/compiled_resources2.gyp:prefs_types', | 49 '../prefs/compiled_resources2.gyp:prefs_types', |
| 50 'device_page_browser_proxy' | 50 'device_page_browser_proxy' |
| 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 'target_name': 'display', | 55 'target_name': 'display', |
| 56 'dependencies': [ | 56 'dependencies': [ |
| 57 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 57 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 58 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 58 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 59 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 60 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_with
out_ink', |
| 59 '<(EXTERNS_GYP):settings_private', | 61 '<(EXTERNS_GYP):settings_private', |
| 60 '<(EXTERNS_GYP):system_display', | 62 '<(EXTERNS_GYP):system_display', |
| 61 '<(INTERFACES_GYP):system_display_interface', | 63 '<(INTERFACES_GYP):system_display_interface', |
| 62 'display_layout' | 64 'display_layout' |
| 63 ], | 65 ], |
| 64 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 66 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 65 }, | 67 }, |
| 66 { | 68 { |
| 67 'target_name': 'display_layout', | 69 'target_name': 'display_layout', |
| 68 'dependencies': [ | 70 'dependencies': [ |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 '../compiled_resources2.gyp:route', | 111 '../compiled_resources2.gyp:route', |
| 110 '../prefs/compiled_resources2.gyp:prefs_types', | 112 '../prefs/compiled_resources2.gyp:prefs_types', |
| 111 'device_page_browser_proxy' | 113 'device_page_browser_proxy' |
| 112 ], | 114 ], |
| 113 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 115 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 114 }, | 116 }, |
| 115 { | 117 { |
| 116 'target_name': 'storage', | 118 'target_name': 'storage', |
| 117 'dependencies': [ | 119 'dependencies': [ |
| 118 '../compiled_resources2.gyp:route', | 120 '../compiled_resources2.gyp:route', |
| 121 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 119 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 122 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 120 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 123 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 124 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_with
out_ink', |
| 121 ], | 125 ], |
| 122 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 126 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 123 }, | 127 }, |
| 124 { | 128 { |
| 125 'target_name': 'drive_cache_dialog', | 129 'target_name': 'drive_cache_dialog', |
| 126 'dependencies': [ | 130 'dependencies': [ |
| 127 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 131 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 128 '<(EXTERNS_GYP):chrome_send', | 132 '<(EXTERNS_GYP):chrome_send', |
| 129 ], | 133 ], |
| 130 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 134 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 131 }, | 135 }, |
| 132 ], | 136 ], |
| 133 } | 137 } |
| OLD | NEW |