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

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

Issue 2172563002: [MD History] Use openForeignSession message to open foreign session tabs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_menu_up
Patch Set: Created 4 years, 4 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 'dependencies': [ 8 'dependencies': [
9 '../history/compiled_resources2.gyp:externs', 9 '../history/compiled_resources2.gyp:externs',
10 ], 10 ],
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'browser_service', 110 'browser_service',
111 ], 111 ],
112 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 112 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
113 }, 113 },
114 { 114 {
115 'target_name': 'synced_device_card', 115 'target_name': 'synced_device_card',
116 'dependencies': [ 116 'dependencies': [
117 '../history/compiled_resources2.gyp:externs', 117 '../history/compiled_resources2.gyp:externs',
118 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', 118 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
119 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 119 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
120 'browser_service',
121 'constants',
120 ], 122 ],
121 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 123 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
122 }, 124 },
123 { 125 {
124 'target_name': 'synced_device_manager', 126 'target_name': 'synced_device_manager',
125 'dependencies': [ 127 'dependencies': [
126 'synced_device_card', 128 'synced_device_card',
127 ], 129 ],
128 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 130 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
129 }, 131 },
130 ], 132 ],
131 } 133 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_history/browser_service.js ('k') | chrome/browser/resources/md_history/constants.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698