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

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

Issue 2361973002: MD Downloads: preload bold Roboto in a better way (Closed)
Patch Set: !chromeos Created 4 years, 3 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 | « no previous file | chrome/browser/resources/md_downloads/crisper.js » ('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 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': 'constants', 16 'target_name': 'constants',
17 'dependencies': ['<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:c r'], 17 'dependencies': ['<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:c r'],
18 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 18 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
19 }, 19 },
20 { 20 {
21 'target_name': 'downloads',
22 'dependencies': [
23 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
24 'manager',
25 ],
26 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
27 },
28 {
21 'target_name': 'externs', 29 'target_name': 'externs',
22 'includes': ['../../../../third_party/closure_compiler/include_js.gypi'], 30 'includes': ['../../../../third_party/closure_compiler/include_js.gypi'],
23 }, 31 },
24 { 32 {
25 'target_name': 'item', 33 'target_name': 'item',
26 'dependencies': [ 34 'dependencies': [
27 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 35 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
28 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 36 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
29 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-behaviors/c ompiled_resources2.gyp:paper-inky-focus-behavior-extracted', 37 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-behaviors/c ompiled_resources2.gyp:paper-inky-focus-behavior-extracted',
30 'constants', 38 'constants',
(...skipping 25 matching lines...) Expand all
56 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 64 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
57 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 65 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
58 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2. gyp:cr_toolbar', 66 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2. gyp:cr_toolbar',
59 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-menu/compil ed_resources2.gyp:paper-menu-extracted', 67 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-menu/compil ed_resources2.gyp:paper-menu-extracted',
60 'action_service', 68 'action_service',
61 ], 69 ],
62 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 70 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
63 }, 71 },
64 ], 72 ],
65 } 73 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/md_downloads/crisper.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698