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

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

Issue 1963503002: MD WebUI: Add shared cr-toolbar element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Style review 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 24 matching lines...) Expand all
35 'constants', 35 'constants',
36 'browser_service', 36 'browser_service',
37 'history_item', 37 'history_item',
38 '../history/compiled_resources2.gyp:externs', 38 '../history/compiled_resources2.gyp:externs',
39 ], 39 ],
40 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 40 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
41 }, 41 },
42 { 42 {
43 'target_name': 'history_toolbar', 43 'target_name': 'history_toolbar',
44 'dependencies': [ 44 'dependencies': [
45 '<(DEPTH)/ui/webui/resources/cr_elements/cr_search_field/compiled_resour ces2.gyp:cr_search_field', 45 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2. gyp:cr_toolbar',
46 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 46 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
47 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 47 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
48 ], 48 ],
49 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 49 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
50 }, 50 },
51 { 51 {
52 'target_name': 'history', 52 'target_name': 'history',
53 'dependencies': [ 53 'dependencies': [
54 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', 54 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
55 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 55 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 }, 89 },
90 { 90 {
91 'target_name': 'synced_device_manager', 91 'target_name': 'synced_device_manager',
92 'dependencies': [ 92 'dependencies': [
93 'synced_device_card', 93 'synced_device_card',
94 ], 94 ],
95 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 95 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
96 }, 96 },
97 ], 97 ],
98 } 98 }
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/md_history/history_toolbar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698