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

Side by Side Diff: chrome/browser/resources/settings/people_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': 'camera', 7 'target_name': 'camera',
8 'dependencies': [ 8 'dependencies': [
9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 { 60 {
61 'target_name': 'manage_profile_browser_proxy', 61 'target_name': 'manage_profile_browser_proxy',
62 'dependencies': [ 62 'dependencies': [
63 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 63 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
64 ], 64 ],
65 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 65 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
66 }, 66 },
67 { 67 {
68 'target_name': 'people_page', 68 'target_name': 'people_page',
69 'dependencies': [ 69 'dependencies': [
70 '../compiled_resources2.gyp:route',
71 '../settings_page/compiled_resources2.gyp:settings_animated_pages',
70 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 72 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
71 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 73 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
72 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 74 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
73 '../settings_page/compiled_resources2.gyp:settings_animated_pages',
74 'easy_unlock_browser_proxy', 75 'easy_unlock_browser_proxy',
75 'easy_unlock_turn_off_dialog', 76 'easy_unlock_turn_off_dialog',
76 'profile_info_browser_proxy', 77 'profile_info_browser_proxy',
77 'sync_browser_proxy', 78 'sync_browser_proxy',
78 ], 79 ],
79 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 80 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
80 }, 81 },
81 { 82 {
82 'target_name': 'profile_info_browser_proxy', 83 'target_name': 'profile_info_browser_proxy',
83 'dependencies': [ 84 'dependencies': [
84 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 85 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
85 ], 86 ],
86 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 87 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
87 }, 88 },
88 { 89 {
89 'target_name': 'quick_unlock_authenticate', 90 'target_name': 'quick_unlock_authenticate',
90 'dependencies': [ 91 'dependencies': [
92 '../compiled_resources2.gyp:route',
91 'quick_unlock_routing_behavior', 93 'quick_unlock_routing_behavior',
92 '<(EXTERNS_GYP):quick_unlock_private', 94 '<(EXTERNS_GYP):quick_unlock_private',
93 ], 95 ],
94 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 96 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
95 }, 97 },
96 { 98 {
97 'target_name': 'quick_unlock_choose_method', 99 'target_name': 'quick_unlock_choose_method',
98 'dependencies': [ 100 'dependencies': [
99 'quick_unlock_password_detect_behavior', 101 '../compiled_resources2.gyp:route',
100 '../prefs/compiled_resources2.gyp:prefs_types', 102 '../prefs/compiled_resources2.gyp:prefs_types',
101 '../prefs/compiled_resources2.gyp:prefs_behavior', 103 '../prefs/compiled_resources2.gyp:prefs_behavior',
104 'quick_unlock_password_detect_behavior',
102 '<(EXTERNS_GYP):quick_unlock_private', 105 '<(EXTERNS_GYP):quick_unlock_private',
103 ], 106 ],
104 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 107 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
105 }, 108 },
106 { 109 {
107 'target_name': 'quick_unlock_routing_behavior', 110 'target_name': 'quick_unlock_routing_behavior',
108 'dependencies': [ 111 'dependencies': [
109 '../settings_page/compiled_resources2.gyp:settings_router', 112 '../settings_page/compiled_resources2.gyp:settings_router',
110 ], 113 ],
111 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 114 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
112 }, 115 },
113 { 116 {
114 'target_name': 'quick_unlock_password_detect_behavior', 117 'target_name': 'quick_unlock_password_detect_behavior',
115 'dependencies': [ 118 'dependencies': [
119 '../compiled_resources2.gyp:route',
116 'quick_unlock_routing_behavior', 120 'quick_unlock_routing_behavior',
117 ], 121 ],
118 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 122 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
119 }, 123 },
120 { 124 {
121 'target_name': 'quick_unlock_setup_pin', 125 'target_name': 'quick_unlock_setup_pin',
122 'dependencies': [ 126 'dependencies': [
127 '../compiled_resources2.gyp:route',
123 'quick_unlock_password_detect_behavior', 128 'quick_unlock_password_detect_behavior',
124 '../settings_page/compiled_resources2.gyp:settings_router', 129 '../settings_page/compiled_resources2.gyp:settings_router',
125 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 130 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
126 '<(EXTERNS_GYP):quick_unlock_private', 131 '<(EXTERNS_GYP):quick_unlock_private',
127 ], 132 ],
128 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 133 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
129 }, 134 },
130 { 135 {
131 'target_name': 'sync_page', 136 'target_name': 'sync_page',
132 'dependencies': [ 137 'dependencies': [
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 { 172 {
168 'target_name': 'users_page', 173 'target_name': 'users_page',
169 'dependencies': [ 174 'dependencies': [
170 'user_list', 175 'user_list',
171 'users_add_user_dialog', 176 'users_add_user_dialog',
172 ], 177 ],
173 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 178 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
174 }, 179 },
175 ], 180 ],
176 } 181 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698