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

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

Issue 2684493002: MD History: Delete Grouped History (Closed)
Patch Set: Rebase Created 3 years, 10 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 {
11 'target_name': 'browser_service', 11 'target_name': 'browser_service',
12 'dependencies': [ 12 'dependencies': [
13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
14 '../history/compiled_resources2.gyp:externs', 14 '../history/compiled_resources2.gyp:externs',
15 ], 15 ],
16 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 16 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
17 }, 17 },
18 { 18 {
19 'target_name': 'externs', 19 'target_name': 'externs',
20 'dependencies': [ 20 'dependencies': [
21 'constants', 21 'constants',
22 '../history/compiled_resources2.gyp:externs', 22 '../history/compiled_resources2.gyp:externs',
23 ], 23 ],
24 'includes': ['../../../../third_party/closure_compiler/include_js.gypi'], 24 'includes': ['../../../../third_party/closure_compiler/include_js.gypi'],
25 }, 25 },
26 { 26 {
27 'target_name': 'grouped_list',
28 'dependencies': [
29 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-collapse/com piled_resources2.gyp:iron-collapse-extracted',
30 'constants',
31 'history_item',
32 'history_list_behavior',
33 '../history/compiled_resources2.gyp:externs',
34 ],
35 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
36 },
37 {
38 'target_name': 'history_item', 27 'target_name': 'history_item',
39 'dependencies': [ 28 'dependencies': [
40 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', 29 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
41 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 30 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
42 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
43 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_row' , 32 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_row' ,
44 'constants', 33 'constants',
45 'browser_service', 34 'browser_service',
46 '../history/compiled_resources2.gyp:externs', 35 '../history/compiled_resources2.gyp:externs',
47 ], 36 ],
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 '../history/compiled_resources2.gyp:externs', 82 '../history/compiled_resources2.gyp:externs',
94 ], 83 ],
95 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 84 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
96 }, 85 },
97 { 86 {
98 'target_name': 'list_container', 87 'target_name': 'list_container',
99 'dependencies': [ 88 'dependencies': [
100 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-announc er/compiled_resources2.gyp:iron-a11y-announcer-extracted', 89 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-announc er/compiled_resources2.gyp:iron-a11y-announcer-extracted',
101 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc es2.gyp:cr_lazy_render', 90 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc es2.gyp:cr_lazy_render',
102 'externs', 91 'externs',
103 'grouped_list',
104 'history_list', 92 'history_list',
105 'history_list_behavior', 93 'history_list_behavior',
106 '../history/compiled_resources2.gyp:externs', 94 '../history/compiled_resources2.gyp:externs',
107 ], 95 ],
108 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 96 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
109 }, 97 },
110 { 98 {
111 'target_name': 'app', 99 'target_name': 'app',
112 'dependencies': [ 100 'dependencies': [
113 '<(DEPTH)/ui/webui/resources/cr_elements/cr_drawer/compiled_resources2.g yp:cr_drawer', 101 '<(DEPTH)/ui/webui/resources/cr_elements/cr_drawer/compiled_resources2.g yp:cr_drawer',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc es2.gyp:cr_lazy_render', 157 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc es2.gyp:cr_lazy_render',
170 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu', 158 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
171 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid ', 159 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid ',
172 'browser_service', 160 'browser_service',
173 'synced_device_card', 161 'synced_device_card',
174 ], 162 ],
175 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 163 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
176 }, 164 },
177 ], 165 ],
178 } 166 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_history/app.js ('k') | chrome/browser/resources/md_history/constants.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698