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

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: fix chromeos tests 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 ], 10 ],
11 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 11 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
12 }, 12 },
13 { 13 {
14 'target_name': 'device_page_browser_proxy', 14 'target_name': 'device_page_browser_proxy',
15 'dependencies': [ 15 'dependencies': [
16 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 16 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
17 ], 17 ],
18 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 18 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
19 }, 19 },
20 { 20 {
21 'target_name': 'touchpad', 21 'target_name': 'touchpad',
22 'dependencies': [ 22 'dependencies': [
23 'device_page_browser_proxy' 23 'device_page_browser_proxy'
24 ], 24 ],
25 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 25 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
26 }, 26 },
27 { 27 {
28 'target_name': 'keyboard', 28 'target_name': 'keyboard',
29 'dependencies': [ 29 'dependencies': [
30 '../compiled_resources2.gyp:route',
30 '../prefs/compiled_resources2.gyp:prefs_types', 31 '../prefs/compiled_resources2.gyp:prefs_types',
31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 32 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
32 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 33 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
33 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 34 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
34 '<(EXTERNS_GYP):settings_private', 35 '<(EXTERNS_GYP):settings_private',
35 'device_page_browser_proxy' 36 'device_page_browser_proxy'
36 ], 37 ],
37 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 38 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
38 }, 39 },
39 { 40 {
(...skipping 24 matching lines...) Expand all
64 }, 65 },
65 { 66 {
66 'target_name': 'display_overscan_dialog', 67 'target_name': 'display_overscan_dialog',
67 'dependencies': [ 68 'dependencies': [
68 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 69 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
69 '<(EXTERNS_GYP):system_display', 70 '<(EXTERNS_GYP):system_display',
70 '<(INTERFACES_GYP):system_display_interface', 71 '<(INTERFACES_GYP):system_display_interface',
71 'display' 72 'display'
72 ], 73 ],
73 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 74 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
74 }, 75 },
75 { 76 {
76 'target_name': 'drag_behavior', 77 'target_name': 'drag_behavior',
77 'dependencies': [ 78 'dependencies': [
78 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 79 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
79 ], 80 ],
80 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 81 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
81 }, 82 },
82 { 83 {
83 'target_name': 'layout_behavior', 84 'target_name': 'layout_behavior',
84 'dependencies': [ 85 'dependencies': [
85 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 86 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
86 '<(EXTERNS_GYP):system_display', 87 '<(EXTERNS_GYP):system_display',
87 '<(INTERFACES_GYP):system_display_interface', 88 '<(INTERFACES_GYP):system_display_interface',
88 ], 89 ],
89 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 90 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
90 }, 91 },
91 ], 92 ],
92 } 93 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698