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

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

Issue 2156413002: Settings Router Refactor: Migrate to settings.Route.navigateTo calls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use timing fix Created 4 years, 4 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 '../compiled_resources2.gyp:route',
9 '../settings_page/compiled_resources2.gyp:settings_animated_pages', 10 '../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:i18n_behavior',
11 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 12 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
12 'device_page_browser_proxy' 13 'device_page_browser_proxy'
13 ], 14 ],
14 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 15 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
15 }, 16 },
16 { 17 {
17 'target_name': 'device_page_browser_proxy', 18 'target_name': 'device_page_browser_proxy',
18 'dependencies': [ 19 'dependencies': [
19 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 20 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
20 ], 21 ],
21 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 22 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
22 }, 23 },
23 { 24 {
24 'target_name': 'pointers', 25 'target_name': 'pointers',
25 'dependencies': [ 26 'dependencies': [
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': [
34 '../compiled_resources2.gyp:route',
33 '../prefs/compiled_resources2.gyp:prefs_types', 35 '../prefs/compiled_resources2.gyp:prefs_types',
34 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 36 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
35 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 37 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
36 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 38 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
37 '<(EXTERNS_GYP):settings_private', 39 '<(EXTERNS_GYP):settings_private',
38 'device_page_browser_proxy' 40 'device_page_browser_proxy'
39 ], 41 ],
40 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 42 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
41 }, 43 },
42 { 44 {
(...skipping 24 matching lines...) Expand all
67 }, 69 },
68 { 70 {
69 'target_name': 'display_overscan_dialog', 71 'target_name': 'display_overscan_dialog',
70 'dependencies': [ 72 'dependencies': [
71 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 73 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
72 '<(EXTERNS_GYP):system_display', 74 '<(EXTERNS_GYP):system_display',
73 '<(INTERFACES_GYP):system_display_interface', 75 '<(INTERFACES_GYP):system_display_interface',
74 'display' 76 'display'
75 ], 77 ],
76 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 78 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
77 }, 79 },
78 { 80 {
79 'target_name': 'drag_behavior', 81 'target_name': 'drag_behavior',
80 'dependencies': [ 82 'dependencies': [
81 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 83 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
82 ], 84 ],
83 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 85 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
84 }, 86 },
85 { 87 {
86 'target_name': 'layout_behavior', 88 'target_name': 'layout_behavior',
87 'dependencies': [ 89 'dependencies': [
88 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 90 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
89 '<(EXTERNS_GYP):system_display', 91 '<(EXTERNS_GYP):system_display',
90 '<(INTERFACES_GYP):system_display_interface', 92 '<(INTERFACES_GYP):system_display_interface',
91 ], 93 ],
92 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 94 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
93 }, 95 },
94 ], 96 ],
95 } 97 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698