| 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': 'app', | 7 'target_name': 'app', |
| 8 'dependencies': [ | 8 'dependencies': [ |
| 9 '<(EXTERNS_GYP):chrome_extensions', | 9 '<(EXTERNS_GYP):chrome_extensions', |
| 10 'store' | 10 'store', |
| 11 ], | 11 ], |
| 12 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 12 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 'target_name': 'bookmarks_store', |
| 16 'dependencies': [ |
| 17 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 18 '<(EXTERNS_GYP):chrome_extensions', |
| 19 'reducers', |
| 20 'types', |
| 21 ], |
| 22 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 23 }, |
| 24 { |
| 15 'target_name': 'folder_node', | 25 'target_name': 'folder_node', |
| 16 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 26 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 17 'dependencies': [ | 27 'dependencies': [ |
| 18 '<(EXTERNS_GYP):chrome_extensions', | 28 '<(EXTERNS_GYP):chrome_extensions', |
| 19 'store' | 29 'store', |
| 20 ], | 30 ], |
| 21 }, | 31 }, |
| 22 { | 32 { |
| 23 'target_name': 'item', | 33 'target_name': 'item', |
| 24 'dependencies': [ | 34 'dependencies': [ |
| 25 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', | 35 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', |
| 26 '<(EXTERNS_GYP):chrome_extensions', | 36 '<(EXTERNS_GYP):chrome_extensions', |
| 27 ], | 37 ], |
| 28 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 38 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 29 }, | 39 }, |
| 30 { | 40 { |
| 31 'target_name': 'list', | 41 'target_name': 'list', |
| 32 'dependencies': [ | 42 'dependencies': [ |
| 33 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', | 43 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', |
| 34 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 44 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 35 » '<(EXTERNS_GYP):bookmark_manager_private', | 45 '<(EXTERNS_GYP):bookmark_manager_private', |
| 36 » '<(EXTERNS_GYP):chrome_extensions', | 46 '<(EXTERNS_GYP):chrome_extensions', |
| 37 'item', | 47 'item', |
| 38 ], | 48 ], |
| 39 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 49 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 40 }, | 50 }, |
| 41 { | 51 { |
| 52 'target_name': 'reducers', |
| 53 'dependencies': [ |
| 54 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 55 'types', |
| 56 ], |
| 57 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 58 }, |
| 59 { |
| 42 'target_name': 'router', | 60 'target_name': 'router', |
| 43 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 61 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 44 }, | 62 }, |
| 45 { | 63 { |
| 46 'target_name': 'sidebar', | 64 'target_name': 'sidebar', |
| 47 'dependencies': [ | 65 'dependencies': [ |
| 48 'folder_node', | 66 'folder_node', |
| 49 ], | 67 ], |
| 50 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 68 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 51 }, | 69 }, |
| 52 { | 70 { |
| 53 'target_name': 'store', | 71 'target_name': 'store', |
| 54 'dependencies': [ | 72 'dependencies': [ |
| 55 '<(EXTERNS_GYP):chrome_extensions', | 73 '<(EXTERNS_GYP):chrome_extensions', |
| 56 'router', | 74 'router', |
| 57 ], | 75 ], |
| 58 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 76 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 59 }, | 77 }, |
| 60 { | 78 { |
| 79 'target_name': 'store_client', |
| 80 'dependencies': [ |
| 81 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 82 'bookmarks_store', |
| 83 'types', |
| 84 ], |
| 85 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 86 }, |
| 87 { |
| 61 'target_name': 'toolbar', | 88 'target_name': 'toolbar', |
| 62 'dependencies': [ | 89 'dependencies': [ |
| 63 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', | 90 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', |
| 64 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.
gyp:cr_toolbar', | 91 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.
gyp:cr_toolbar', |
| 65 '<(EXTERNS_GYP):chrome_extensions', | 92 '<(EXTERNS_GYP):chrome_extensions', |
| 66 ], | 93 ], |
| 67 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 94 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 68 }, | 95 }, |
| 96 { |
| 97 'target_name': 'types', |
| 98 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 99 }, |
| 69 ] | 100 ] |
| 70 } | 101 } |
| OLD | NEW |