| 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 '../settings_page/compiled_resources2.gyp:settings_animated_pages', | 9 '../settings_page/compiled_resources2.gyp:settings_animated_pages', |
| 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 { | 23 { |
| 24 'target_name': 'pointers', | 24 'target_name': 'pointers', |
| 25 'dependencies': [ | 25 'dependencies': [ |
| 26 'device_page_browser_proxy' | 26 'device_page_browser_proxy' |
| 27 ], | 27 ], |
| 28 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 28 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 29 }, | 29 }, |
| 30 { | 30 { |
| 31 'target_name': 'keyboard', | 31 'target_name': 'keyboard', |
| 32 'dependencies': [ | 32 'dependencies': [ |
| 33 '../compiled_resources2.gyp:route', |
| 33 '../prefs/compiled_resources2.gyp:prefs_types', | 34 '../prefs/compiled_resources2.gyp:prefs_types', |
| 34 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 35 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 35 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 36 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 36 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 37 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 37 '<(EXTERNS_GYP):settings_private', | 38 '<(EXTERNS_GYP):settings_private', |
| 38 'device_page_browser_proxy' | 39 'device_page_browser_proxy' |
| 39 ], | 40 ], |
| 40 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 41 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 41 }, | 42 }, |
| 42 { | 43 { |
| (...skipping 24 matching lines...) Expand all Loading... |
| 67 }, | 68 }, |
| 68 { | 69 { |
| 69 'target_name': 'display_overscan_dialog', | 70 'target_name': 'display_overscan_dialog', |
| 70 'dependencies': [ | 71 'dependencies': [ |
| 71 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 72 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 72 '<(EXTERNS_GYP):system_display', | 73 '<(EXTERNS_GYP):system_display', |
| 73 '<(INTERFACES_GYP):system_display_interface', | 74 '<(INTERFACES_GYP):system_display_interface', |
| 74 'display' | 75 'display' |
| 75 ], | 76 ], |
| 76 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 77 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 77 }, | 78 }, |
| 78 { | 79 { |
| 79 'target_name': 'drag_behavior', | 80 'target_name': 'drag_behavior', |
| 80 'dependencies': [ | 81 'dependencies': [ |
| 81 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 82 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 82 ], | 83 ], |
| 83 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 84 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 84 }, | 85 }, |
| 85 { | 86 { |
| 86 'target_name': 'layout_behavior', | 87 'target_name': 'layout_behavior', |
| 87 'dependencies': [ | 88 'dependencies': [ |
| 88 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 89 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 89 '<(EXTERNS_GYP):system_display', | 90 '<(EXTERNS_GYP):system_display', |
| 90 '<(INTERFACES_GYP):system_display_interface', | 91 '<(INTERFACES_GYP):system_display_interface', |
| 91 ], | 92 ], |
| 92 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 93 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 93 }, | 94 }, |
| 94 ], | 95 ], |
| 95 } | 96 } |
| OLD | NEW |