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

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: 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': [
26 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
23 'device_page_browser_proxy' 27 'device_page_browser_proxy'
24 ], 28 ],
25 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 29 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
26 }, 30 },
27 { 31 {
28 'target_name': 'keyboard', 32 'target_name': 'keyboard',
29 'dependencies': [ 33 'dependencies': [
30 '../prefs/compiled_resources2.gyp:prefs_types', 34 '../prefs/compiled_resources2.gyp:prefs_types',
31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 35 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
32 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 36 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 }, 77 },
74 { 78 {
75 'target_name': 'drag_behavior', 79 'target_name': 'drag_behavior',
76 'dependencies': [ 80 'dependencies': [
77 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 81 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
78 ], 82 ],
79 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 83 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
80 }, 84 },
81 ], 85 ],
82 } 86 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698