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

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: 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 ], 47 ],
48 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 48 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
49 }, 49 },
50 { 50 {
51 'target_name': 'history', 51 'target_name': 'history',
52 'dependencies': [ 52 'dependencies': [
53 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', 53 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
54 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 54 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
55 'constants', 55 'constants',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 }, 88 },
89 { 89 {
90 'target_name': 'synced_device_manager', 90 'target_name': 'synced_device_manager',
91 'dependencies': [ 91 'dependencies': [
92 'synced_device_card', 92 'synced_device_card',
93 ], 93 ],
94 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 94 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
95 }, 95 },
96 ], 96 ],
97 } 97 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698