| 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 12 matching lines...) Expand all Loading... |
| 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 'store_client', | 34 'store_client', |
| 34 ], | 35 ], |
| 35 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 36 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 36 }, | 37 }, |
| 37 { | 38 { |
| 38 'target_name': 'bookmarks_store', | 39 'target_name': 'bookmarks_store', |
| 39 'dependencies': [ | 40 'dependencies': [ |
| 40 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 41 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 41 '<(EXTERNS_GYP):chrome_extensions', | 42 '<(EXTERNS_GYP):chrome_extensions', |
| 42 'reducers', | 43 'reducers', |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 'target_name': 'reducers', | 81 'target_name': 'reducers', |
| 81 'dependencies': [ | 82 'dependencies': [ |
| 82 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 83 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 83 'actions', | 84 'actions', |
| 84 'types', | 85 'types', |
| 85 ], | 86 ], |
| 86 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 87 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 87 }, | 88 }, |
| 88 { | 89 { |
| 89 'target_name': 'router', | 90 'target_name': 'router', |
| 91 'dependencies': [ |
| 92 'actions', |
| 93 'store_client', |
| 94 ], |
| 90 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 95 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 91 }, | 96 }, |
| 92 { | 97 { |
| 93 'target_name': 'sidebar', | 98 'target_name': 'sidebar', |
| 94 'dependencies': [ | 99 'dependencies': [ |
| 95 'store_client', | 100 'store_client', |
| 96 ], | 101 ], |
| 97 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 102 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 98 }, | 103 }, |
| 99 { | 104 { |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 'target_name': 'util', | 136 'target_name': 'util', |
| 132 'dependencies': [ | 137 'dependencies': [ |
| 133 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 138 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 134 '<(EXTERNS_GYP):chrome_extensions', | 139 '<(EXTERNS_GYP):chrome_extensions', |
| 135 'types', | 140 'types', |
| 136 ], | 141 ], |
| 137 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 142 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 138 } | 143 } |
| 139 ] | 144 ] |
| 140 } | 145 } |
| OLD | NEW |