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

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

Issue 2077473002: MD History: add sign in promo in synced tabs when user isn't logged in (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 }, 88 },
89 { 89 {
90 'target_name': 'side_bar', 90 'target_name': 'side_bar',
91 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 91 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
92 }, 92 },
93 { 93 {
94 'target_name': 'synced_device_card', 94 'target_name': 'synced_device_card',
95 'dependencies': [ 95 'dependencies': [
96 '../history/compiled_resources2.gyp:externs', 96 '../history/compiled_resources2.gyp:externs',
97 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', 97 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
98 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
98 ], 99 ],
99 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 100 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
100 }, 101 },
101 { 102 {
102 'target_name': 'synced_device_manager', 103 'target_name': 'synced_device_manager',
103 'dependencies': [ 104 'dependencies': [
104 'synced_device_card', 105 'synced_device_card',
105 ], 106 ],
106 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 107 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
107 }, 108 },
108 ], 109 ],
109 } 110 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_history/app.js ('k') | chrome/browser/resources/md_history/history.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698