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

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

Issue 2832023004: MD Settings: reduce amount of focus ripples shown by mouse (Closed)
Patch Set: . 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_page/settings_animated_pages.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': 'main_page_behavior', 7 'target_name': 'main_page_behavior',
8 'dependencies': [ 8 'dependencies': [
9 '../animation/compiled_resources2.gyp:animation', 9 '../animation/compiled_resources2.gyp:animation',
10 '../compiled_resources2.gyp:route', 10 '../compiled_resources2.gyp:route',
11 'settings_section', 11 'settings_section',
12 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 12 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
14 ], 14 ],
15 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 15 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
16 }, 16 },
17 { 17 {
18 'target_name': 'settings_animated_pages', 18 'target_name': 'settings_animated_pages',
19 'dependencies': [ 19 'dependencies': [
20 '../compiled_resources2.gyp:route', 20 '../compiled_resources2.gyp:route',
21 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 21 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
22 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
22 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 23 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
24 '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui',
25 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_outl ine_manager',
23 ], 26 ],
24 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 27 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
25 }, 28 },
26 { 29 {
27 'target_name': 'settings_page_visibility', 30 'target_name': 'settings_page_visibility',
28 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 31 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
29 }, 32 },
30 { 33 {
31 'target_name': 'settings_section', 34 'target_name': 'settings_section',
32 'dependencies': [ 35 'dependencies': [
(...skipping 18 matching lines...) Expand all
51 'dependencies': [ 54 'dependencies': [
52 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-icon-button /compiled_resources2.gyp:paper-icon-button-extracted', 55 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-icon-button /compiled_resources2.gyp:paper-icon-button-extracted',
53 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi led_resources2.gyp:paper-input-container-extracted', 56 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi led_resources2.gyp:paper-input-container-extracted',
54 '<(DEPTH)/ui/webui/resources/cr_elements/cr_search_field/compiled_resour ces2.gyp:cr_search_field_behavior', 57 '<(DEPTH)/ui/webui/resources/cr_elements/cr_search_field/compiled_resour ces2.gyp:cr_search_field_behavior',
55 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 58 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
56 ], 59 ],
57 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 60 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
58 }, 61 },
59 ], 62 ],
60 } 63 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_page/settings_animated_pages.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698