| 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', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 ], | 24 ], |
| 25 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 25 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 26 }, | 26 }, |
| 27 { | 27 { |
| 28 'target_name': 'app', | 28 'target_name': 'app', |
| 29 'dependencies': [ | 29 'dependencies': [ |
| 30 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:splitter', | 30 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:splitter', |
| 31 '<(EXTERNS_GYP):chrome_extensions', | 31 '<(EXTERNS_GYP):chrome_extensions', |
| 32 'api_listener', | 32 'api_listener', |
| 33 'dnd_manager', | 33 'dnd_manager', |
| 34 'mouse_focus_behavior', |
| 34 'router', | 35 'router', |
| 35 'store', | 36 'store', |
| 36 'store_client', | 37 'store_client', |
| 37 ], | 38 ], |
| 38 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 39 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 39 }, | 40 }, |
| 40 { | 41 { |
| 41 'target_name': 'command_manager', | 42 'target_name': 'command_manager', |
| 42 'dependencies': [ | 43 'dependencies': [ |
| 43 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be
havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted', | 44 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be
havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 55 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 56 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 56 }, | 57 }, |
| 57 { | 58 { |
| 58 'target_name': 'constants', | 59 'target_name': 'constants', |
| 59 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 60 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 60 }, | 61 }, |
| 61 { | 62 { |
| 62 'target_name': 'dialog_focus_manager', | 63 'target_name': 'dialog_focus_manager', |
| 63 'dependencies': [ | 64 'dependencies': [ |
| 64 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 65 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 65 'mouse_focus_behavior', | |
| 66 ], | 66 ], |
| 67 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 67 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 68 }, | 68 }, |
| 69 { | 69 { |
| 70 'target_name': 'dnd_chip', | 70 'target_name': 'dnd_chip', |
| 71 'dependencies': [ | 71 'dependencies': [ |
| 72 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 72 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 73 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', | 73 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', |
| 74 'types', | 74 'types', |
| 75 ], | 75 ], |
| (...skipping 26 matching lines...) Expand all Loading... |
| 102 ], | 102 ], |
| 103 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 103 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 104 }, | 104 }, |
| 105 { | 105 { |
| 106 'target_name': 'folder_node', | 106 'target_name': 'folder_node', |
| 107 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 107 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 108 'dependencies': [ | 108 'dependencies': [ |
| 109 '<(EXTERNS_GYP):chrome_extensions', | 109 '<(EXTERNS_GYP):chrome_extensions', |
| 110 'actions', | 110 'actions', |
| 111 'command_manager', | 111 'command_manager', |
| 112 'mouse_focus_behavior', | |
| 113 'store_client', | 112 'store_client', |
| 114 ], | 113 ], |
| 115 }, | 114 }, |
| 116 { | 115 { |
| 117 'target_name': 'item', | 116 'target_name': 'item', |
| 118 'dependencies': [ | 117 'dependencies': [ |
| 119 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', | 118 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', |
| 120 '<(EXTERNS_GYP):chrome_extensions', | 119 '<(EXTERNS_GYP):chrome_extensions', |
| 121 'actions', | 120 'actions', |
| 122 'command_manager', | 121 'command_manager', |
| 123 'mouse_focus_behavior', | |
| 124 'store_client', | 122 'store_client', |
| 125 ], | 123 ], |
| 126 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 124 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 127 }, | 125 }, |
| 128 { | 126 { |
| 129 'target_name': 'list', | 127 'target_name': 'list', |
| 130 'dependencies': [ | 128 'dependencies': [ |
| 131 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-list/compile
d_resources2.gyp:iron-list-extracted', | 129 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-list/compile
d_resources2.gyp:iron-list-extracted', |
| 132 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 130 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 133 'actions', | 131 'actions', |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 'target_name': 'util', | 221 'target_name': 'util', |
| 224 'dependencies': [ | 222 'dependencies': [ |
| 225 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 223 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 226 '<(EXTERNS_GYP):chrome_extensions', | 224 '<(EXTERNS_GYP):chrome_extensions', |
| 227 'types', | 225 'types', |
| 228 ], | 226 ], |
| 229 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 227 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 230 } | 228 } |
| 231 ] | 229 ] |
| 232 } | 230 } |
| OLD | NEW |