| 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 24 matching lines...) Expand all Loading... |
| 35 '../prefs/compiled_resources2.gyp:prefs_types', | 35 '../prefs/compiled_resources2.gyp:prefs_types', |
| 36 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 36 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 37 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 37 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 38 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 38 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 39 '<(EXTERNS_GYP):settings_private', | 39 '<(EXTERNS_GYP):settings_private', |
| 40 'device_page_browser_proxy' | 40 'device_page_browser_proxy' |
| 41 ], | 41 ], |
| 42 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 42 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 43 }, | 43 }, |
| 44 { | 44 { |
| 45 'target_name': 'note', | 45 'target_name': 'stylus', |
| 46 'dependencies': [ | 46 'dependencies': [ |
| 47 '../prefs/compiled_resources2.gyp:prefs_types', | 47 '../prefs/compiled_resources2.gyp:prefs_types', |
| 48 ], | 48 ], |
| 49 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 49 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 50 }, | 50 }, |
| 51 { | 51 { |
| 52 'target_name': 'display', | 52 'target_name': 'display', |
| 53 'dependencies': [ | 53 'dependencies': [ |
| 54 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-button/comp
iled_resources2.gyp:paper-button-extracted', | 54 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-button/comp
iled_resources2.gyp:paper-button-extracted', |
| 55 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-slider/comp
iled_resources2.gyp:paper-slider-extracted', | 55 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-slider/comp
iled_resources2.gyp:paper-slider-extracted', |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 ], | 103 ], |
| 104 } | 104 } |
| OLD | NEW |