| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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': 'constants', | 7 'target_name': 'constants', |
| 8 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 8 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 9 }, | 9 }, |
| 10 { | 10 { |
| 11 'target_name': 'browser_service', | 11 'target_name': 'browser_service', |
| 12 'dependencies': [ | 12 'dependencies': [ |
| 13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 14 '../history/compiled_resources2.gyp:externs', | 14 'externs', |
| 15 ], | 15 ], |
| 16 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 16 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 17 }, | 17 }, |
| 18 { | 18 { |
| 19 'target_name': 'externs', | 19 'target_name': 'externs', |
| 20 'dependencies': [ | 20 'dependencies': [ |
| 21 'constants', | 21 'constants', |
| 22 '../history/compiled_resources2.gyp:externs', | |
| 23 ], | 22 ], |
| 24 'includes': ['../../../../third_party/closure_compiler/include_js.gypi'], | 23 'includes': ['../../../../third_party/closure_compiler/include_js.gypi'], |
| 25 }, | 24 }, |
| 26 { | 25 { |
| 27 'target_name': 'history_item', | 26 'target_name': 'history_item', |
| 28 'dependencies': [ | 27 'dependencies': [ |
| 29 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', | 28 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', |
| 30 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 29 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', | 30 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
| 32 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_row'
, | 31 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_row'
, |
| 33 'constants', | 32 'constants', |
| 34 'browser_service', | 33 'browser_service', |
| 35 '../history/compiled_resources2.gyp:externs', | 34 'externs', |
| 36 ], | 35 ], |
| 37 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 36 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 38 }, | 37 }, |
| 39 { | 38 { |
| 40 'target_name': 'history_list', | 39 'target_name': 'history_list', |
| 41 'dependencies': [ | 40 'dependencies': [ |
| 42 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-announc
er/compiled_resources2.gyp:iron-a11y-announcer-extracted', | 41 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-announc
er/compiled_resources2.gyp:iron-a11y-announcer-extracted', |
| 43 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-list/compile
d_resources2.gyp:iron-list-extracted', | 42 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-list/compile
d_resources2.gyp:iron-list-extracted', |
| 44 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-scroll-thres
hold/compiled_resources2.gyp:iron-scroll-threshold-extracted', | 43 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-scroll-thres
hold/compiled_resources2.gyp:iron-scroll-threshold-extracted', |
| 45 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', | 44 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', |
| 46 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc
es2.gyp:cr_lazy_render', | 45 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc
es2.gyp:cr_lazy_render', |
| 47 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 46 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 48 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', | 47 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
| 49 'browser_service', | 48 'browser_service', |
| 50 'constants', | 49 'constants', |
| 51 'externs', | 50 'externs', |
| 52 'history_item', | 51 'history_item', |
| 53 '../history/compiled_resources2.gyp:externs', | |
| 54 ], | 52 ], |
| 55 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 53 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 56 }, | 54 }, |
| 57 { | 55 { |
| 58 'target_name': 'history_toolbar', | 56 'target_name': 'history_toolbar', |
| 59 'dependencies': [ | 57 'dependencies': [ |
| 60 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.
gyp:cr_toolbar', | 58 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.
gyp:cr_toolbar', |
| 61 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.
gyp:cr_toolbar_selection_overlay', | 59 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.
gyp:cr_toolbar_selection_overlay', |
| 62 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 60 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 63 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', | 61 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
| 64 'constants', | 62 'constants', |
| 65 '../history/compiled_resources2.gyp:externs', | 63 'externs', |
| 66 ], | 64 ], |
| 67 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 65 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 68 }, | 66 }, |
| 69 { | 67 { |
| 70 'target_name': 'history', | 68 'target_name': 'history', |
| 71 'dependencies': [ | 69 'dependencies': [ |
| 72 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', | 70 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', |
| 73 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 71 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 72 'app', |
| 74 'constants', | 73 'constants', |
| 75 'app', | 74 'externs', |
| 76 '<(EXTERNS_GYP):chrome_send', | 75 '<(EXTERNS_GYP):chrome_send', |
| 77 '../history/compiled_resources2.gyp:externs', | |
| 78 ], | 76 ], |
| 79 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 77 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 80 }, | 78 }, |
| 81 { | 79 { |
| 82 'target_name': 'app', | 80 'target_name': 'app', |
| 83 'dependencies': [ | 81 'dependencies': [ |
| 84 '<(DEPTH)/ui/webui/resources/cr_elements/cr_drawer/compiled_resources2.g
yp:cr_drawer', | 82 '<(DEPTH)/ui/webui/resources/cr_elements/cr_drawer/compiled_resources2.g
yp:cr_drawer', |
| 85 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', | 83 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
| 86 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command', | 84 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command', |
| 87 'constants', | 85 'constants', |
| 86 'externs', |
| 88 'history_toolbar', | 87 'history_toolbar', |
| 89 'history_list', | 88 'history_list', |
| 90 'side_bar', | 89 'side_bar', |
| 91 'synced_device_card', | 90 'synced_device_card', |
| 92 'synced_device_manager', | 91 'synced_device_manager', |
| 93 '../history/compiled_resources2.gyp:externs', | |
| 94 ], | 92 ], |
| 95 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 93 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 96 }, | 94 }, |
| 97 { | 95 { |
| 98 'target_name': 'query_manager', | 96 'target_name': 'query_manager', |
| 99 'dependencies': [ | 97 'dependencies': [ |
| 100 'browser_service', | 98 'browser_service', |
| 101 'externs', | 99 'externs', |
| 102 'router', | 100 'router', |
| 103 ], | 101 ], |
| (...skipping 14 matching lines...) Expand all Loading... |
| 118 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-selector/com
piled_resources2.gyp:iron-selector-extracted', | 116 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-selector/com
piled_resources2.gyp:iron-selector-extracted', |
| 119 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-ripple/comp
iled_resources2.gyp:paper-ripple-extracted', | 117 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-ripple/comp
iled_resources2.gyp:paper-ripple-extracted', |
| 120 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 118 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 121 'browser_service', | 119 'browser_service', |
| 122 ], | 120 ], |
| 123 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 121 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 124 }, | 122 }, |
| 125 { | 123 { |
| 126 'target_name': 'synced_device_card', | 124 'target_name': 'synced_device_card', |
| 127 'dependencies': [ | 125 'dependencies': [ |
| 128 '../history/compiled_resources2.gyp:externs', | |
| 129 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', | 126 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', |
| 130 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 127 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 131 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_row'
, | 128 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_row'
, |
| 132 'browser_service', | 129 'browser_service', |
| 133 'constants', | 130 'constants', |
| 134 'externs', | 131 'externs', |
| 135 ], | 132 ], |
| 136 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 133 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 137 }, | 134 }, |
| 138 { | 135 { |
| 139 'target_name': 'synced_device_manager', | 136 'target_name': 'synced_device_manager', |
| 140 'dependencies': [ | 137 'dependencies': [ |
| 141 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc
es2.gyp:cr_lazy_render', | 138 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc
es2.gyp:cr_lazy_render', |
| 142 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', | 139 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', |
| 143 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid
', | 140 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid
', |
| 144 'browser_service', | 141 'browser_service', |
| 145 'synced_device_card', | 142 'synced_device_card', |
| 146 ], | 143 ], |
| 147 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 144 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 148 }, | 145 }, |
| 149 ], | 146 ], |
| 150 } | 147 } |
| OLD | NEW |