| 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': 'actions', | 7 'target_name': 'actions', |
| 8 'dependencies': [ | 8 'dependencies': [ |
| 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 10 '<(EXTERNS_GYP):chrome_extensions', | 10 '<(EXTERNS_GYP):chrome_extensions', |
| 11 'util', | 11 'util', |
| 12 'types', | 12 'types', |
| 13 ], | 13 ], |
| 14 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 14 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 15 }, | 15 }, |
| 16 { | 16 { |
| 17 'target_name': 'api_listener', | 17 'target_name': 'api_listener', |
| 18 'dependencies': [ | 18 'dependencies': [ |
| 19 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 19 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 20 '<(EXTERNS_GYP):chrome_extensions', | 20 '<(EXTERNS_GYP):chrome_extensions', |
| 21 'actions', | 21 'actions', |
| 22 'store', | 22 'store', |
| 23 'timer_proxy', |
| 23 'util', | 24 'util', |
| 24 ], | 25 ], |
| 25 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 26 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 26 }, | 27 }, |
| 27 { | 28 { |
| 28 'target_name': 'app', | 29 'target_name': 'app', |
| 29 'dependencies': [ | 30 'dependencies': [ |
| 30 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 31 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:splitter', | 32 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:splitter', |
| 32 '<(EXTERNS_GYP):chrome_extensions', | 33 '<(EXTERNS_GYP):chrome_extensions', |
| 33 'api_listener', | 34 'api_listener', |
| 34 'dnd_manager', | 35 'dnd_manager', |
| 35 'mouse_focus_behavior', | 36 'mouse_focus_behavior', |
| 36 'router', | 37 'router', |
| 37 'store', | 38 'store', |
| 38 'store_client', | 39 'store_client', |
| 39 ], | 40 ], |
| 40 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 41 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 41 }, | 42 }, |
| 42 { | 43 { |
| 43 'target_name': 'command_manager', | 44 'target_name': 'command_manager', |
| 44 'dependencies': [ | 45 'dependencies': [ |
| 45 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be
havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted', | 46 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be
havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted', |
| 46 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', | 47 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', |
| 47 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc
es2.gyp:cr_lazy_render', | 48 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc
es2.gyp:cr_lazy_render', |
| 48 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 50 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 50 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command', | 51 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command', |
| 51 '<(EXTERNS_GYP):bookmark_manager_private', | 52 '<(EXTERNS_GYP):bookmark_manager_private', |
| 53 'api_listener', |
| 52 'dialog_focus_manager', | 54 'dialog_focus_manager', |
| 53 'edit_dialog', | 55 'edit_dialog', |
| 54 'store_client', | 56 'store_client', |
| 55 'toast_manager' | 57 'toast_manager' |
| 56 ], | 58 ], |
| 57 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 59 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 58 }, | 60 }, |
| 59 { | 61 { |
| 60 'target_name': 'constants', | 62 'target_name': 'constants', |
| 61 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 63 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| (...skipping 13 matching lines...) Expand all Loading... |
| 75 'types', | 77 'types', |
| 76 ], | 78 ], |
| 77 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 79 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 78 }, | 80 }, |
| 79 { | 81 { |
| 80 'target_name': 'dnd_manager', | 82 'target_name': 'dnd_manager', |
| 81 'dependencies': [ | 83 'dependencies': [ |
| 82 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 84 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 83 '<(EXTERNS_GYP):bookmark_manager_private', | 85 '<(EXTERNS_GYP):bookmark_manager_private', |
| 84 '<(EXTERNS_GYP):metrics_private', | 86 '<(EXTERNS_GYP):metrics_private', |
| 87 'api_listener', |
| 85 'dnd_chip', | 88 'dnd_chip', |
| 86 'store', | 89 'store', |
| 87 'timer_proxy', | 90 'timer_proxy', |
| 88 'types', | 91 'types', |
| 89 'util', | 92 'util', |
| 90 ], | 93 ], |
| 91 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 94 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 92 }, | 95 }, |
| 93 { | 96 { |
| 94 'target_name': 'edit_dialog', | 97 'target_name': 'edit_dialog', |
| 95 'dependencies': [ | 98 'dependencies': [ |
| 96 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi
led_resources2.gyp:paper-input-extracted', | 99 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi
led_resources2.gyp:paper-input-extracted', |
| 97 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 100 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 98 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 101 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 99 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 102 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 100 '<(EXTERNS_GYP):chrome_extensions', | 103 '<(EXTERNS_GYP):chrome_extensions', |
| 104 'api_listener', |
| 101 'dialog_focus_manager', | 105 'dialog_focus_manager', |
| 102 'types', | 106 'types', |
| 103 ], | 107 ], |
| 104 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 108 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 105 }, | 109 }, |
| 106 { | 110 { |
| 107 'target_name': 'folder_node', | 111 'target_name': 'folder_node', |
| 108 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 112 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 109 'dependencies': [ | 113 'dependencies': [ |
| 110 '<(EXTERNS_GYP):chrome_extensions', | 114 '<(EXTERNS_GYP):chrome_extensions', |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 'target_name': 'util', | 226 'target_name': 'util', |
| 223 'dependencies': [ | 227 'dependencies': [ |
| 224 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 228 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 225 '<(EXTERNS_GYP):chrome_extensions', | 229 '<(EXTERNS_GYP):chrome_extensions', |
| 226 'types', | 230 'types', |
| 227 ], | 231 ], |
| 228 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 232 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 229 } | 233 } |
| 230 ] | 234 ] |
| 231 } | 235 } |
| OLD | NEW |