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

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

Issue 2118383003: MD History: add shortcuts for search (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test change 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 92 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
93 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command',
93 'constants', 94 'constants',
94 'history_toolbar', 95 'history_toolbar',
95 'list_container', 96 'list_container',
96 'side_bar', 97 'side_bar',
97 'synced_device_card', 98 'synced_device_card',
98 'synced_device_manager', 99 'synced_device_manager',
99 '../history/compiled_resources2.gyp:externs', 100 '../history/compiled_resources2.gyp:externs',
100 ], 101 ],
101 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 102 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
102 }, 103 },
(...skipping 16 matching lines...) Expand all
119 }, 120 },
120 { 121 {
121 'target_name': 'synced_device_manager', 122 'target_name': 'synced_device_manager',
122 'dependencies': [ 123 'dependencies': [
123 'synced_device_card', 124 'synced_device_card',
124 ], 125 ],
125 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 126 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
126 }, 127 },
127 ], 128 ],
128 } 129 }
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