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

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

Issue 2042973002: [MD History] Add routing to the synced devices page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@hide_search_bar
Patch Set: rebase Created 4 years, 5 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 'grouped_list', 82 'grouped_list',
83 'history_list', 83 'history_list',
84 '<(EXTERNS_GYP):chrome_send', 84 '<(EXTERNS_GYP):chrome_send',
85 '../history/compiled_resources2.gyp:externs', 85 '../history/compiled_resources2.gyp:externs',
86 ], 86 ],
87 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 87 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
88 }, 88 },
89 { 89 {
90 'target_name': 'app', 90 'target_name': 'app',
91 'dependencies': [ 91 'dependencies': [
92 # TODO(calamity): Add app-route elements after closure issues are fixed.
92 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 93 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
93 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command', 94 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command',
94 'constants', 95 'constants',
95 'history_toolbar', 96 'history_toolbar',
96 'list_container', 97 'list_container',
97 'side_bar', 98 'side_bar',
98 'synced_device_card', 99 'synced_device_card',
99 'synced_device_manager', 100 'synced_device_manager',
100 '../history/compiled_resources2.gyp:externs', 101 '../history/compiled_resources2.gyp:externs',
101 ], 102 ],
(...skipping 19 matching lines...) Expand all
121 }, 122 },
122 { 123 {
123 'target_name': 'synced_device_manager', 124 'target_name': 'synced_device_manager',
124 'dependencies': [ 125 'dependencies': [
125 'synced_device_card', 126 'synced_device_card',
126 ], 127 ],
127 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 128 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
128 }, 129 },
129 ], 130 ],
130 } 131 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_history/app.js ('k') | chrome/browser/resources/md_history/history.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698