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

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

Issue 2110833003: MD Settings: Add mouse settings, update pointer settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@PointersFake
Patch Set: rebase Created 4 years, 5 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 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
11 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
12 'device_page_browser_proxy'
10 ], 13 ],
11 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 14 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
12 }, 15 },
13 { 16 {
14 'target_name': 'device_page_browser_proxy', 17 'target_name': 'device_page_browser_proxy',
15 'dependencies': [ 18 'dependencies': [
16 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 19 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
17 ], 20 ],
18 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 21 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
19 }, 22 },
20 { 23 {
21 'target_name': 'touchpad', 24 'target_name': 'pointers',
22 'dependencies': [ 25 'dependencies': [
23 'device_page_browser_proxy' 26 'device_page_browser_proxy'
24 ], 27 ],
25 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 28 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
26 }, 29 },
27 { 30 {
28 'target_name': 'keyboard', 31 'target_name': 'keyboard',
29 'dependencies': [ 32 'dependencies': [
30 '../prefs/compiled_resources2.gyp:prefs_types', 33 '../prefs/compiled_resources2.gyp:prefs_types',
31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 34 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 'target_name': 'layout_behavior', 86 'target_name': 'layout_behavior',
84 'dependencies': [ 87 'dependencies': [
85 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 88 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
86 '<(EXTERNS_GYP):system_display', 89 '<(EXTERNS_GYP):system_display',
87 '<(INTERFACES_GYP):system_display_interface', 90 '<(INTERFACES_GYP):system_display_interface',
88 ], 91 ],
89 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 92 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
90 }, 93 },
91 ], 94 ],
92 } 95 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698