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

Unified Diff: chrome/browser/resources/settings/people_page/compiled_resources2.gyp

Issue 2154213008: Settings Router Refactor: Clean up Quick Unlock (and a few misc fixes) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0211-settings-router-impl-part-3-navigateTo
Patch Set: change test 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/settings/people_page/compiled_resources2.gyp
diff --git a/chrome/browser/resources/settings/people_page/compiled_resources2.gyp b/chrome/browser/resources/settings/people_page/compiled_resources2.gyp
index 32df0f78ed9b0d90b03dd73e8937523edcc7c1c5..8974fa2ad73cb7b21c0f7d39b93c2f2a063dbe22 100644
--- a/chrome/browser/resources/settings/people_page/compiled_resources2.gyp
+++ b/chrome/browser/resources/settings/people_page/compiled_resources2.gyp
@@ -90,7 +90,6 @@
'target_name': 'quick_unlock_authenticate',
'dependencies': [
'../compiled_resources2.gyp:route',
- 'quick_unlock_routing_behavior',
'<(EXTERNS_GYP):quick_unlock_private',
],
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
@@ -107,17 +106,9 @@
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
- 'target_name': 'quick_unlock_routing_behavior',
- 'dependencies': [
- '../settings_page/compiled_resources2.gyp:settings_router',
- ],
- 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
- },
- {
'target_name': 'quick_unlock_password_detect_behavior',
'dependencies': [
'../compiled_resources2.gyp:route',
- 'quick_unlock_routing_behavior',
],
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
},
@@ -125,8 +116,8 @@
'target_name': 'quick_unlock_setup_pin',
'dependencies': [
'../compiled_resources2.gyp:route',
- 'quick_unlock_password_detect_behavior',
'../settings_page/compiled_resources2.gyp:settings_router',
+ 'quick_unlock_password_detect_behavior',
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
'<(EXTERNS_GYP):quick_unlock_private',
],
@@ -135,12 +126,13 @@
{
'target_name': 'sync_page',
'dependencies': [
+ '../compiled_resources2.gyp:route',
+ '../settings_page/compiled_resources2.gyp:settings_animated_pages',
+ 'sync_browser_proxy',
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_behavior',
- '../settings_page/compiled_resources2.gyp:settings_animated_pages',
- 'sync_browser_proxy',
],
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
},

Powered by Google App Engine
This is Rietveld 408576698