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

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

Issue 2950673002: [MD Settings][Night Light] CL8: Add the ripple focus effect to the slider knobs (Closed)
Patch Set: Nit 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 | « no previous file | chrome/browser/resources/settings/device_page/night_light_slider.html » ('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 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': 'device_page', 7 'target_name': 'device_page',
8 'dependencies': [ 8 'dependencies': [
9 '../compiled_resources2.gyp:route', 9 '../compiled_resources2.gyp:route',
10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 101 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
102 '<(EXTERNS_GYP):system_display', 102 '<(EXTERNS_GYP):system_display',
103 '<(INTERFACES_GYP):system_display_interface', 103 '<(INTERFACES_GYP):system_display_interface',
104 ], 104 ],
105 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 105 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
106 }, 106 },
107 { 107 {
108 'target_name': 'night_light_slider', 108 'target_name': 'night_light_slider',
109 'dependencies': [ 109 'dependencies': [
110 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted', 110 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted',
111 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 111 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-behaviors/c ompiled_resources2.gyp:paper-inky-focus-behavior-extracted',
112 '../prefs/compiled_resources2.gyp:prefs_behavior', 112 '../prefs/compiled_resources2.gyp:prefs_behavior',
113 ], 113 ],
114 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 114 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
115 }, 115 },
116 { 116 {
117 'target_name': 'power', 117 'target_name': 'power',
118 'dependencies': [ 118 'dependencies': [
119 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 119 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
120 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 120 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
121 '../compiled_resources2.gyp:route', 121 '../compiled_resources2.gyp:route',
(...skipping 16 matching lines...) Expand all
138 { 138 {
139 'target_name': 'drive_cache_dialog', 139 'target_name': 'drive_cache_dialog',
140 'dependencies': [ 140 'dependencies': [
141 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 141 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
142 '<(EXTERNS_GYP):chrome_send', 142 '<(EXTERNS_GYP):chrome_send',
143 ], 143 ],
144 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 144 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
145 }, 145 },
146 ], 146 ],
147 } 147 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/device_page/night_light_slider.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698