| 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 { | 93 { |
| 94 'target_name': 'layout_behavior', | 94 'target_name': 'layout_behavior', |
| 95 'dependencies': [ | 95 'dependencies': [ |
| 96 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 96 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 97 '<(EXTERNS_GYP):system_display', | 97 '<(EXTERNS_GYP):system_display', |
| 98 '<(INTERFACES_GYP):system_display_interface', | 98 '<(INTERFACES_GYP):system_display_interface', |
| 99 ], | 99 ], |
| 100 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 100 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 101 }, | 101 }, |
| 102 { | 102 { |
| 103 'target_name': 'power', |
| 104 'dependencies': [ |
| 105 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 106 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 107 '../compiled_resources2.gyp:route', |
| 108 '../prefs/compiled_resources2.gyp:prefs_types', |
| 109 'device_page_browser_proxy' |
| 110 ], |
| 111 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 112 }, |
| 113 { |
| 103 'target_name': 'storage', | 114 'target_name': 'storage', |
| 104 'dependencies': [ | 115 'dependencies': [ |
| 105 '../compiled_resources2.gyp:route', | 116 '../compiled_resources2.gyp:route', |
| 106 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 117 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 107 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 118 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 108 ], | 119 ], |
| 109 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 120 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 110 }, | 121 }, |
| 111 { | 122 { |
| 112 'target_name': 'drive_cache_dialog', | 123 'target_name': 'drive_cache_dialog', |
| 113 'dependencies': [ | 124 'dependencies': [ |
| 114 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 125 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 115 '<(EXTERNS_GYP):chrome_send', | 126 '<(EXTERNS_GYP):chrome_send', |
| 116 ], | 127 ], |
| 117 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 128 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 118 }, | 129 }, |
| 119 ], | 130 ], |
| 120 } | 131 } |
| OLD | NEW |