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

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

Issue 1965913003: [MD History] Add grouped history toolbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cbd_move
Patch Set: address comments Created 4 years, 7 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 16 matching lines...) Expand all
27 'history_item', 27 'history_item',
28 '../history/compiled_resources2.gyp:externs', 28 '../history/compiled_resources2.gyp:externs',
29 ], 29 ],
30 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 30 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
31 }, 31 },
32 { 32 {
33 'target_name': 'history_toolbar', 33 'target_name': 'history_toolbar',
34 'dependencies': [ 34 'dependencies': [
35 '<(DEPTH)/ui/webui/resources/cr_elements/cr_search_field/compiled_resour ces2.gyp:cr_search_field', 35 '<(DEPTH)/ui/webui/resources/cr_elements/cr_search_field/compiled_resour ces2.gyp:cr_search_field',
36 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 36 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
37 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
37 ], 38 ],
38 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 39 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
39 }, 40 },
40 { 41 {
41 'target_name': 'history', 42 'target_name': 'history',
42 'dependencies': [ 43 'dependencies': [
43 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 44 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
44 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
45 'constants', 46 'constants',
46 'app', 47 'app',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 }, 79 },
79 { 80 {
80 'target_name': 'synced_device_manager', 81 'target_name': 'synced_device_manager',
81 'dependencies': [ 82 'dependencies': [
82 'synced_device_card', 83 'synced_device_card',
83 ], 84 ],
84 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 85 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
85 }, 86 },
86 ], 87 ],
87 } 88 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_history/app.js ('k') | chrome/browser/resources/md_history/history_toolbar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698