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

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

Issue 1871043004: Make PromiseResolver's members read-only (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: base off of https://codereview.chromium.org/1869883003/ Created 4 years, 8 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_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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'target_name': 'load_time_data', 53 'target_name': 'load_time_data',
54 'dependencies': ['<(DEPTH)/third_party/jstemplate/compiled_resources2.gyp: jstemplate'], 54 'dependencies': ['<(DEPTH)/third_party/jstemplate/compiled_resources2.gyp: jstemplate'],
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': 'parse_html_subset', 58 'target_name': 'parse_html_subset',
59 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 59 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
60 }, 60 },
61 { 61 {
62 'target_name': 'promise_resolver', 62 'target_name': 'promise_resolver',
63 'dependencies': ['assert'],
63 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 64 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
64 }, 65 },
65 { 66 {
66 'target_name': 'util', 67 'target_name': 'util',
67 'dependencies': [ 68 'dependencies': [
68 '<(EXTERNS_GYP):chrome_send', 69 '<(EXTERNS_GYP):chrome_send',
69 'cr', 70 'cr',
70 ], 71 ],
71 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 72 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
72 }, 73 },
73 { 74 {
74 'target_name': 'web_ui_listener_behavior', 75 'target_name': 'web_ui_listener_behavior',
75 'dependencies': [ 76 'dependencies': [
76 'cr', 77 'cr',
77 ], 78 ],
78 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 79 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
79 }, 80 },
80 ], 81 ],
81 } 82 }
OLDNEW
« no previous file with comments | « ui/webui/resources/html/promise_resolver.html ('k') | ui/webui/resources/js/promise_resolver.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698