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

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

Issue 2585573002: Allow navigation to chrome://md-settings/pointer-overlay (Closed)
Patch Set: rebase Created 4 years 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/device_page.js » ('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 '../settings_page/compiled_resources2.gyp:settings_animated_pages',
11 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
12 '<(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',
13 'device_page_browser_proxy' 12 'device_page_browser_proxy'
14 ], 13 ],
15 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 14 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
16 }, 15 },
17 { 16 {
18 'target_name': 'device_page_browser_proxy', 17 'target_name': 'device_page_browser_proxy',
19 'dependencies': [ 18 'dependencies': [
20 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 19 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 { 109 {
111 'target_name': 'drive_cache_dialog', 110 'target_name': 'drive_cache_dialog',
112 'dependencies': [ 111 'dependencies': [
113 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 112 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
114 '<(EXTERNS_GYP):chrome_send', 113 '<(EXTERNS_GYP):chrome_send',
115 ], 114 ],
116 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 115 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
117 }, 116 },
118 ], 117 ],
119 } 118 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/device_page/device_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698