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