| 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 94 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 95 '<(EXTERNS_GYP):system_display', | 95 '<(EXTERNS_GYP):system_display', |
| 96 '<(INTERFACES_GYP):system_display_interface', | 96 '<(INTERFACES_GYP):system_display_interface', |
| 97 ], | 97 ], |
| 98 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 98 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 99 }, | 99 }, |
| 100 { | 100 { |
| 101 'target_name': 'storage', | 101 'target_name': 'storage', |
| 102 'dependencies': [ | 102 'dependencies': [ |
| 103 '../compiled_resources2.gyp:route', | 103 '../compiled_resources2.gyp:route', |
| 104 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 104 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 105 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 105 ], | 106 ], |
| 106 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 107 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 107 }, | 108 }, |
| 108 { | 109 { |
| 109 'target_name': 'drive_cache_dialog', | 110 'target_name': 'drive_cache_dialog', |
| 110 'dependencies': [ | 111 'dependencies': [ |
| 111 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 112 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 112 '<(EXTERNS_GYP):chrome_send', | 113 '<(EXTERNS_GYP):chrome_send', |
| 113 ], | 114 ], |
| 114 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 115 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 115 }, | 116 }, |
| 116 ], | 117 ], |
| 117 } | 118 } |
| OLD | NEW |