| 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 98     { | 98     { | 
| 99       'target_name': 'layout_behavior', | 99       'target_name': 'layout_behavior', | 
| 100       'dependencies': [ | 100       'dependencies': [ | 
| 101         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 101         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 
| 102         '<(EXTERNS_GYP):system_display', | 102         '<(EXTERNS_GYP):system_display', | 
| 103         '<(INTERFACES_GYP):system_display_interface', | 103         '<(INTERFACES_GYP):system_display_interface', | 
| 104       ], | 104       ], | 
| 105       'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
     '], | 105       'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
     '], | 
| 106     }, | 106     }, | 
| 107     { | 107     { | 
|  | 108       'target_name': 'night_light_slider', | 
|  | 109       'dependencies': [ | 
|  | 110         '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be
     havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted', | 
|  | 111         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 
|  | 112         '../prefs/compiled_resources2.gyp:prefs_behavior', | 
|  | 113       ], | 
|  | 114       'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
     '], | 
|  | 115     }, | 
|  | 116     { | 
| 108       'target_name': 'power', | 117       'target_name': 'power', | 
| 109       'dependencies': [ | 118       'dependencies': [ | 
| 110         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 119         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 
| 111         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
     behavior', | 120         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
     behavior', | 
| 112         '../compiled_resources2.gyp:route', | 121         '../compiled_resources2.gyp:route', | 
| 113         '../prefs/compiled_resources2.gyp:prefs_types', | 122         '../prefs/compiled_resources2.gyp:prefs_types', | 
| 114         'device_page_browser_proxy' | 123         'device_page_browser_proxy' | 
| 115       ], | 124       ], | 
| 116       'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
     '], | 125       'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
     '], | 
| 117     }, | 126     }, | 
| (...skipping 11 matching lines...) Expand all  Loading... | 
| 129     { | 138     { | 
| 130       'target_name': 'drive_cache_dialog', | 139       'target_name': 'drive_cache_dialog', | 
| 131       'dependencies': [ | 140       'dependencies': [ | 
| 132         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 141         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 
| 133         '<(EXTERNS_GYP):chrome_send', | 142         '<(EXTERNS_GYP):chrome_send', | 
| 134       ], | 143       ], | 
| 135       'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
     '], | 144       'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
     '], | 
| 136     }, | 145     }, | 
| 137  ], | 146  ], | 
| 138 } | 147 } | 
| OLD | NEW | 
|---|