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