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

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

Issue 1710083005: Remove old downloads UI; Material Design version is now the default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove testing/ Created 4 years, 10 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
(Empty)
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
3 # found in the LICENSE file.
4 {
5 'targets': [
6 {
7 'target_name': 'constants',
8 'dependencies': ['<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:c r'],
9 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
10 },
11 {
12 'target_name': 'externs',
13 'includes': ['../../../../third_party/closure_compiler/externs_js.gypi'],
14 },
15 {
16 'target_name': 'item_view',
17 'dependencies': [
18 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
19 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
20 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
21 'constants',
22 'throttled_icon_loader',
23 'externs',
24 ],
25 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
26 },
27 {
28 'target_name': 'focus_row',
29 'dependencies': [
30 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
32 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_row' ,
33 'item_view',
34 ],
35 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
36 },
37 {
38 'target_name': 'manager',
39 'dependencies': [
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',
43 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:event_tracker',
44 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
45 '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui',
46 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command',
47 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid ',
48 'constants',
49 'throttled_icon_loader',
50 'item_view',
51 'focus_row',
52 '<(EXTERNS_GYP):chrome_send',
53 'externs',
54 ],
55 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
56 },
57 {
58 'target_name': 'throttled_icon_loader',
59 'dependencies': ['<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:c r'],
60 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
61 },
62 ],
63 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/downloads/compiled_resources.gyp ('k') | chrome/browser/resources/downloads/constants.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698