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

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

Issue 1961133004: MD Settings: Add remaining buttons to keyboard subpage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: closure Created 4 years, 7 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': 'device_page', 7 'target_name': 'device_page',
8 'dependencies': [ 8 'dependencies': [
9 '../settings_page/compiled_resources2.gyp:settings_animated_pages', 9 '../settings_page/compiled_resources2.gyp:settings_animated_pages',
10 ], 10 ],
(...skipping 15 matching lines...) Expand all
26 }, 26 },
27 { 27 {
28 'target_name': 'keyboard', 28 'target_name': 'keyboard',
29 'dependencies': [ 29 'dependencies': [
30 '../prefs/compiled_resources2.gyp:prefs_behavior', 30 '../prefs/compiled_resources2.gyp:prefs_behavior',
31 '../prefs/compiled_resources2.gyp:prefs_types', 31 '../prefs/compiled_resources2.gyp:prefs_types',
32 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 32 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
33 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 33 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
34 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 34 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
35 '<(EXTERNS_GYP):settings_private', 35 '<(EXTERNS_GYP):settings_private',
36 'device_page_browser_proxy'
36 ], 37 ],
37 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 38 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
38 }, 39 },
39 { 40 {
40 'target_name': 'display', 41 'target_name': 'display',
41 'dependencies': [ 42 'dependencies': [
42 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-button/comp iled_resources2.gyp:paper-button-extracted', 43 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-button/comp iled_resources2.gyp:paper-button-extracted',
43 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-slider/comp iled_resources2.gyp:paper-slider-extracted', 44 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-slider/comp iled_resources2.gyp:paper-slider-extracted',
44 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 46 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
46 '<(EXTERNS_GYP):system_display', 47 '<(EXTERNS_GYP):system_display',
47 '<(INTERFACES_GYP):system_display_interface', 48 '<(INTERFACES_GYP):system_display_interface',
48 ], 49 ],
49 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 50 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
50 }, 51 },
51 ], 52 ],
52 } 53 }
OLDNEW
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/device_page/device_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698