| 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 'bookmarks_store', | 22 'store', |
| 23 'util', | 23 'util', |
| 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 'router', | 33 'router', |
| 34 'store', |
| 34 'store_client', | 35 'store_client', |
| 35 ], | 36 ], |
| 36 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 37 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 37 }, | 38 }, |
| 38 { | 39 { |
| 39 'target_name': 'bookmarks_store', | |
| 40 'dependencies': [ | |
| 41 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | |
| 42 '<(EXTERNS_GYP):chrome_extensions', | |
| 43 'reducers', | |
| 44 'types', | |
| 45 ], | |
| 46 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | |
| 47 }, | |
| 48 { | |
| 49 'target_name': 'edit_dialog', | 40 'target_name': 'edit_dialog', |
| 50 'dependencies': [ | 41 'dependencies': [ |
| 51 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 42 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 52 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 43 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 53 '<(EXTERNS_GYP):chrome_extensions', | 44 '<(EXTERNS_GYP):chrome_extensions', |
| 54 'types', | 45 'types', |
| 55 ], | 46 ], |
| 56 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 47 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 57 }, | 48 }, |
| 58 { | 49 { |
| (...skipping 17 matching lines...) Expand all Loading... |
| 76 }, | 67 }, |
| 77 { | 68 { |
| 78 'target_name': 'list', | 69 'target_name': 'list', |
| 79 'dependencies': [ | 70 'dependencies': [ |
| 80 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', | 71 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', |
| 81 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 72 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 82 '<(EXTERNS_GYP):bookmark_manager_private', | 73 '<(EXTERNS_GYP):bookmark_manager_private', |
| 83 '<(EXTERNS_GYP):chrome_extensions', | 74 '<(EXTERNS_GYP):chrome_extensions', |
| 84 'actions', | 75 'actions', |
| 85 'edit_dialog', | 76 'edit_dialog', |
| 86 'item', | |
| 87 'store_client', | 77 'store_client', |
| 88 ], | 78 ], |
| 89 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 79 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 90 }, | 80 }, |
| 91 { | 81 { |
| 92 'target_name': 'reducers', | 82 'target_name': 'reducers', |
| 93 'dependencies': [ | 83 'dependencies': [ |
| 94 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 84 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 95 'actions', | 85 'actions', |
| 96 'types', | 86 'types', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 108 { | 98 { |
| 109 'target_name': 'sidebar', | 99 'target_name': 'sidebar', |
| 110 'dependencies': [ | 100 'dependencies': [ |
| 111 'store_client', | 101 'store_client', |
| 112 ], | 102 ], |
| 113 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 103 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 114 }, | 104 }, |
| 115 { | 105 { |
| 116 'target_name': 'store', | 106 'target_name': 'store', |
| 117 'dependencies': [ | 107 'dependencies': [ |
| 108 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 118 '<(EXTERNS_GYP):chrome_extensions', | 109 '<(EXTERNS_GYP):chrome_extensions', |
| 119 'router', | 110 'reducers', |
| 111 'types', |
| 120 ], | 112 ], |
| 121 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 113 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 122 }, | 114 }, |
| 123 { | 115 { |
| 124 'target_name': 'store_client', | 116 'target_name': 'store_client', |
| 125 'dependencies': [ | 117 'dependencies': [ |
| 126 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 118 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 127 'bookmarks_store', | 119 'store', |
| 128 'types', | 120 'types', |
| 129 ], | 121 ], |
| 130 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 122 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 131 }, | 123 }, |
| 132 { | 124 { |
| 133 'target_name': 'toolbar', | 125 'target_name': 'toolbar', |
| 134 'dependencies': [ | 126 'dependencies': [ |
| 135 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', | 127 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', |
| 136 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.
gyp:cr_toolbar', | 128 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.
gyp:cr_toolbar', |
| 137 '<(EXTERNS_GYP):chrome_extensions', | 129 '<(EXTERNS_GYP):chrome_extensions', |
| 138 'store_client', | 130 'store_client', |
| 139 ], | 131 ], |
| 140 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 132 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 141 }, | 133 }, |
| 142 { | 134 { |
| 143 'target_name': 'types', | 135 'target_name': 'types', |
| 144 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 136 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 145 }, | 137 }, |
| 146 { | 138 { |
| 147 'target_name': 'util', | 139 'target_name': 'util', |
| 148 'dependencies': [ | 140 'dependencies': [ |
| 149 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 141 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 150 '<(EXTERNS_GYP):chrome_extensions', | 142 '<(EXTERNS_GYP):chrome_extensions', |
| 151 'types', | 143 'types', |
| 152 ], | 144 ], |
| 153 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 145 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 154 } | 146 } |
| 155 ] | 147 ] |
| 156 } | 148 } |
| OLD | NEW |