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

Side by Side Diff: ui/webui/resources/js/compiled_resources2.gyp

Issue 2917003003: [MD Bookmarks] Support elision of bookmark names in the bookmark toast. (Closed)
Patch Set: fix multiline Created 3 years, 6 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 | « ui/webui/resources/html/load_time_data.html ('k') | ui/webui/resources/js/load_time_data.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_link', 7 'target_name': 'action_link',
8 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 8 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
9 }, 9 },
10 { 10 {
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 { 49 {
50 'target_name': 'i18n_behavior', 50 'target_name': 'i18n_behavior',
51 'dependencies': [ 51 'dependencies': [
52 'load_time_data', 52 'load_time_data',
53 'parse_html_subset', 53 'parse_html_subset',
54 ], 54 ],
55 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 55 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
56 }, 56 },
57 { 57 {
58 'target_name': 'load_time_data', 58 'target_name': 'load_time_data',
59 'dependencies': ['<(DEPTH)/third_party/jstemplate/compiled_resources2.gyp: jstemplate'], 59 'dependencies': [
60 '<(DEPTH)/third_party/jstemplate/compiled_resources2.gyp:jstemplate',
61 'assert'
62 ],
60 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 63 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
61 }, 64 },
62 { 65 {
63 'target_name': 'parse_html_subset', 66 'target_name': 'parse_html_subset',
64 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 67 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
65 }, 68 },
66 { 69 {
67 'target_name': 'promise_resolver', 70 'target_name': 'promise_resolver',
68 'dependencies': ['assert'], 71 'dependencies': ['assert'],
69 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 72 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
70 }, 73 },
71 { 74 {
72 'target_name': 'util', 75 'target_name': 'util',
73 'dependencies': [ 76 'dependencies': [
74 '<(EXTERNS_GYP):chrome_send', 77 '<(EXTERNS_GYP):chrome_send',
75 'cr', 78 'cr',
76 ], 79 ],
77 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 80 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
78 }, 81 },
79 { 82 {
80 'target_name': 'web_ui_listener_behavior', 83 'target_name': 'web_ui_listener_behavior',
81 'dependencies': [ 84 'dependencies': [
82 'cr', 85 'cr',
83 ], 86 ],
84 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 87 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
85 }, 88 },
86 ], 89 ],
87 } 90 }
OLDNEW
« no previous file with comments | « ui/webui/resources/html/load_time_data.html ('k') | ui/webui/resources/js/load_time_data.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698