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

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

Issue 2570253002: [MD History] Fix toolbar dates in grouped mode. (Closed)
Patch Set: use date interval format Created 3 years, 11 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'constants', 70 'constants',
71 ], 71 ],
72 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 72 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
73 }, 73 },
74 { 74 {
75 'target_name': 'history_toolbar', 75 'target_name': 'history_toolbar',
76 'dependencies': [ 76 'dependencies': [
77 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2. gyp:cr_toolbar', 77 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2. gyp:cr_toolbar',
78 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 78 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
79 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 79 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
80 'constants',
81 '../history/compiled_resources2.gyp:externs',
80 ], 82 ],
81 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 83 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
82 }, 84 },
83 { 85 {
84 'target_name': 'history', 86 'target_name': 'history',
85 'dependencies': [ 87 'dependencies': [
86 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', 88 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
87 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 89 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
88 'constants', 90 'constants',
89 'app', 91 'app',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc es2.gyp:cr_lazy_render', 158 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc es2.gyp:cr_lazy_render',
157 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu', 159 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
158 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid ', 160 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid ',
159 'browser_service', 161 'browser_service',
160 'synced_device_card', 162 'synced_device_card',
161 ], 163 ],
162 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 164 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
163 }, 165 },
164 ], 166 ],
165 } 167 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698