Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(226)

Side by Side Diff: chrome/browser/resources/md_history/compiled_resources2.gyp

Issue 2456783006: MD History: fix script errors when navigating to /syncedTabs (or refreshing) (Closed)
Patch Set: found one more stale dep Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 {
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 '<(EXTERNS_GYP):chrome_send', 104 '<(EXTERNS_GYP):chrome_send',
105 '../history/compiled_resources2.gyp:externs', 105 '../history/compiled_resources2.gyp:externs',
106 ], 106 ],
107 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 107 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
108 }, 108 },
109 { 109 {
110 'target_name': 'app', 110 'target_name': 'app',
111 'dependencies': [ 111 'dependencies': [
112 # TODO(calamity): Add app-route elements after closure issues are fixed. 112 # TODO(calamity): Add app-route elements after closure issues are fixed.
113 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 113 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
114 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
115 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command', 114 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command',
116 'constants', 115 'constants',
117 'history_toolbar', 116 'history_toolbar',
118 'list_container', 117 'list_container',
119 'side_bar', 118 'side_bar',
120 'synced_device_card', 119 'synced_device_card',
121 'synced_device_manager', 120 'synced_device_manager',
122 '../history/compiled_resources2.gyp:externs', 121 '../history/compiled_resources2.gyp:externs',
123 ], 122 ],
124 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 123 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc es2.gyp:cr_lazy_render', 156 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc es2.gyp:cr_lazy_render',
158 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc es2.gyp:cr_shared_menu', 157 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc es2.gyp:cr_shared_menu',
159 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid ', 158 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid ',
160 'browser_service', 159 'browser_service',
161 'synced_device_card', 160 'synced_device_card',
162 ], 161 ],
163 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 162 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
164 }, 163 },
165 ], 164 ],
166 } 165 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_history/app.crisper.js ('k') | chrome/browser/ui/webui/history_login_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698