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

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

Issue 1313453002: Make cr.ui.Focus* play nice with Shadow DOM and MD chrome://downloads (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 4 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': 'action_service', 7 'target_name': 'action_service',
8 'dependencies': [ 8 'dependencies': [
9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
11 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 11 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
12 ], 12 ],
13 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 13 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
14 }, 14 },
15 { 15 {
16 'target_name': 'focus_row',
17 'dependencies': [
18 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
19 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_row' ,
20 ],
21 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
22 },
23 {
16 'target_name': 'item', 24 'target_name': 'item',
17 'dependencies': [ 25 'dependencies': [
18 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 26 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
19 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 27 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
20 '../downloads/compiled_resources2.gyp:constants', 28 '../downloads/compiled_resources2.gyp:constants',
21 '../downloads/compiled_resources2.gyp:throttled_icon_loader', 29 '../downloads/compiled_resources2.gyp:throttled_icon_loader',
22 '../downloads/compiled_resources2.gyp:externs', 30 '../downloads/compiled_resources2.gyp:externs',
23 'action_service', 31 'action_service',
24 ], 32 ],
25 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 33 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
26 }, 34 },
27 { 35 {
28 'target_name': 'manager', 36 'target_name': 'manager',
29 'dependencies': [ 37 'dependencies': [
30 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 38 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 39 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
32 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 40 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
33 '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui', 41 '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui',
34 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command', 42 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command',
43 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid ',
35 'action_service', 44 'action_service',
45 'focus_row',
36 'item', 46 'item',
37 'toolbar', 47 'toolbar',
38 '<(EXTERNS_GYP):chrome_send', 48 '<(EXTERNS_GYP):chrome_send',
39 '../downloads/compiled_resources2.gyp:externs', 49 '../downloads/compiled_resources2.gyp:externs',
40 ], 50 ],
41 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 51 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
42 }, 52 },
43 { 53 {
44 'target_name': 'toolbar', 54 'target_name': 'toolbar',
45 'dependencies': [ 55 'dependencies': [
46 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 56 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
47 'action_service', 57 'action_service',
48 ], 58 ],
49 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 59 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
50 }, 60 },
51 ], 61 ],
52 } 62 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698