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

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

Issue 1224623013: Port downloads.ItemView to a Polymer component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@p-dl-rough-draft2
Patch Set: merge Created 5 years, 5 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
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/downloads/constants.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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': 'externs', 7 'target_name': 'externs',
8 'includes': ['../../../../third_party/closure_compiler/externs_js.gypi'], 8 'includes': ['../../../../third_party/closure_compiler/externs_js.gypi'],
9 }, 9 },
10 { 10 {
(...skipping 19 matching lines...) Expand all
30 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 30 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
32 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_row' , 32 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_row' ,
33 'item_view', 33 'item_view',
34 ], 34 ],
35 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 35 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
36 }, 36 },
37 { 37 {
38 'target_name': 'manager', 38 'target_name': 'manager',
39 'dependencies': [ 39 'dependencies': [
40 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:action_link',
41 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 40 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
41 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
42 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 42 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
43 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
44 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:event_tracker', 43 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:event_tracker',
45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 44 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
46 '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui', 45 '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui',
47 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command', 46 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command',
48 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid ', 47 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid ',
49 'constants', 48 'constants',
50 'throttled_icon_loader', 49 'throttled_icon_loader',
51 'item_view', 50 'item_view',
52 'focus_row', 51 'focus_row',
53 '<(EXTERNS_GYP):chrome_send', 52 '<(EXTERNS_GYP):chrome_send',
54 'externs', 53 'externs',
55 ], 54 ],
56 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 55 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
57 }, 56 },
58 { 57 {
59 'target_name': 'throttled_icon_loader', 58 'target_name': 'throttled_icon_loader',
60 'dependencies': ['<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:c r'], 59 'dependencies': ['<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:c r'],
61 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 60 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
62 }, 61 },
63 ], 62 ],
64 } 63 }
OLDNEW
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/downloads/constants.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698