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

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

Issue 1913353002: [MD Extensions] Add a details subpage, move to one list (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: latest master 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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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': 'detail_view',
8 'dependencies': [
9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
11 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
12 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/neon-animation/co mpiled_resources2.gyp:neon-animatable-behavior-extracted',
13 '<(EXTERNS_GYP):developer_private',
14 ],
15 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
16 },
17 {
7 'target_name': 'extensions', 18 'target_name': 'extensions',
8 'dependencies': [ 19 'dependencies': [
9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 20 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
10 'manager', 21 'manager',
11 'service', 22 'service',
12 ], 23 ],
13 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 24 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
14 }, 25 },
15 { 26 {
16 'target_name': 'item', 27 'target_name': 'item',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'target_name': 'toolbar', 85 'target_name': 'toolbar',
75 'dependencies': [ 86 'dependencies': [
76 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 87 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
77 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 88 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
78 '<(DEPTH)/ui/webui/resources/cr_elements/cr_search_field/compiled_resour ces2.gyp:cr_search_field', 89 '<(DEPTH)/ui/webui/resources/cr_elements/cr_search_field/compiled_resour ces2.gyp:cr_search_field',
79 ], 90 ],
80 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 91 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
81 }, 92 },
82 ] 93 ]
83 } 94 }
OLDNEW
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/md_extensions/detail_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698