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

Side by Side Diff: chrome/browser/resources/settings/internet_page/compiled_resources2.gyp

Issue 2795353002: WebUI: For cr-dialog, handle Enter keys in paper-inputs. (Closed)
Patch Set: update tests Created 3 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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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': 'internet_page', 7 'target_name': 'internet_page',
8 'dependencies': [ 8 'dependencies': [
9 '../compiled_resources2.gyp:route', 9 '../compiled_resources2.gyp:route',
10 '../settings_page/compiled_resources2.gyp:settings_animated_pages', 10 '../settings_page/compiled_resources2.gyp:settings_animated_pages',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp :cr_onc_types', 127 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp :cr_onc_types',
128 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp: cr_policy_network_behavior', 128 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp: cr_policy_network_behavior',
129 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 129 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
130 '<(INTERFACES_GYP):networking_private_interface', 130 '<(INTERFACES_GYP):networking_private_interface',
131 ], 131 ],
132 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 132 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
133 }, 133 },
134 { 134 {
135 'target_name': 'network_summary_item', 135 'target_name': 'network_summary_item',
136 'dependencies': [ 136 'dependencies': [
137 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted',
138 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp :cr_onc_types', 137 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp :cr_onc_types',
139 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 138 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
140 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 139 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
141 '<(INTERFACES_GYP):networking_private_interface', 140 '<(INTERFACES_GYP):networking_private_interface',
142 ], 141 ],
143 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 142 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
144 }, 143 },
145 { 144 {
146 'target_name': 'tether_connection_dialog', 145 'target_name': 'tether_connection_dialog',
147 'dependencies': [ 146 'dependencies': [
148 '<(DEPTH)/ui/webui/resources/cr_elements/cr_dialog/compiled_resources2.g yp:cr_dialog', 147 '<(DEPTH)/ui/webui/resources/cr_elements/cr_dialog/compiled_resources2.g yp:cr_dialog',
149 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 148 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
150 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 149 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
151 ], 150 ],
152 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 151 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
153 }, 152 },
154 ], 153 ],
155 } 154 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698