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

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

Issue 2753353002: MD Settings: Pointers: Avoid setting mouse swap pref while mouse pressed (Closed)
Patch Set: Elim console.log Created 3 years, 9 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/pointers.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',
11 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 11 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
12 'device_page_browser_proxy' 12 'device_page_browser_proxy'
13 ], 13 ],
14 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 14 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
15 }, 15 },
16 { 16 {
17 'target_name': 'device_page_browser_proxy', 17 'target_name': 'device_page_browser_proxy',
18 'dependencies': [ 18 'dependencies': [
19 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 19 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
20 ], 20 ],
21 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 21 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
22 }, 22 },
23 { 23 {
24 'target_name': 'pointers', 24 'target_name': 'pointers',
25 'dependencies': [ 25 'dependencies': [
26 '../controls/compiled_resources2.gyp:settings_toggle_button',
26 'device_page_browser_proxy' 27 'device_page_browser_proxy'
27 ], 28 ],
28 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 29 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
29 }, 30 },
30 { 31 {
31 'target_name': 'keyboard', 32 'target_name': 'keyboard',
32 'dependencies': [ 33 'dependencies': [
33 '../compiled_resources2.gyp:route', 34 '../compiled_resources2.gyp:route',
34 '../prefs/compiled_resources2.gyp:prefs_types', 35 '../prefs/compiled_resources2.gyp:prefs_types',
35 '../controls/compiled_resources2.gyp:settings_dropdown_menu', 36 '../controls/compiled_resources2.gyp:settings_dropdown_menu',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 { 124 {
124 'target_name': 'drive_cache_dialog', 125 'target_name': 'drive_cache_dialog',
125 'dependencies': [ 126 'dependencies': [
126 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 127 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
127 '<(EXTERNS_GYP):chrome_send', 128 '<(EXTERNS_GYP):chrome_send',
128 ], 129 ],
129 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 130 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
130 }, 131 },
131 ], 132 ],
132 } 133 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/device_page/pointers.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698