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

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

Issue 2361513003: MD History: Update sign in state in data source (Closed)
Patch Set: move Created 4 years, 2 months 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',
114 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command', 115 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command',
115 'constants', 116 'constants',
116 'history_toolbar', 117 'history_toolbar',
117 'list_container', 118 'list_container',
118 'side_bar', 119 'side_bar',
119 'synced_device_card', 120 'synced_device_card',
120 'synced_device_manager', 121 'synced_device_manager',
121 '../history/compiled_resources2.gyp:externs', 122 '../history/compiled_resources2.gyp:externs',
122 ], 123 ],
123 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 124 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
(...skipping 30 matching lines...) Expand all
154 'dependencies': [ 155 'dependencies': [
155 '<(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',
156 '<(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',
157 'browser_service', 158 'browser_service',
158 'synced_device_card', 159 'synced_device_card',
159 ], 160 ],
160 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 161 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
161 }, 162 },
162 ], 163 ],
163 } 164 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_history/app.crisper.js ('k') | chrome/browser/resources/md_history/lazy_load.vulcanized.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698