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

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

Issue 2210933004: Settings Router Refactor: Kill settings-router. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix merge 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'target_name': 'quick_unlock_password_detect_behavior', 110 'target_name': 'quick_unlock_password_detect_behavior',
111 'dependencies': [ 111 'dependencies': [
112 '../compiled_resources2.gyp:route', 112 '../compiled_resources2.gyp:route',
113 ], 113 ],
114 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 114 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
115 }, 115 },
116 { 116 {
117 'target_name': 'quick_unlock_setup_pin', 117 'target_name': 'quick_unlock_setup_pin',
118 'dependencies': [ 118 'dependencies': [
119 '../compiled_resources2.gyp:route', 119 '../compiled_resources2.gyp:route',
120 '../settings_page/compiled_resources2.gyp:settings_router',
121 'quick_unlock_password_detect_behavior', 120 'quick_unlock_password_detect_behavior',
122 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 121 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
123 '<(EXTERNS_GYP):quick_unlock_private', 122 '<(EXTERNS_GYP):quick_unlock_private',
124 ], 123 ],
125 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 124 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
126 }, 125 },
127 { 126 {
128 'target_name': 'sync_page', 127 'target_name': 'sync_page',
129 'dependencies': [ 128 'dependencies': [
130 '../compiled_resources2.gyp:route', 129 '../compiled_resources2.gyp:route',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 { 164 {
166 'target_name': 'users_page', 165 'target_name': 'users_page',
167 'dependencies': [ 166 'dependencies': [
168 'user_list', 167 'user_list',
169 'users_add_user_dialog', 168 'users_add_user_dialog',
170 ], 169 ],
171 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 170 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
172 }, 171 },
173 ], 172 ],
174 } 173 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698