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

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

Issue 2200463002: Reorganize accessibility settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address last feedback from dbeam 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/settings/a11y_page/compiled_resources2.gyp
diff --git a/chrome/browser/resources/settings/a11y_page/compiled_resources2.gyp b/chrome/browser/resources/settings/a11y_page/compiled_resources2.gyp
index 5802b23849d8290000c35e96e932caa72225c2ea..bbc7a563f5a461aa214adcbc6c82e4ff87501f9e 100644
--- a/chrome/browser/resources/settings/a11y_page/compiled_resources2.gyp
+++ b/chrome/browser/resources/settings/a11y_page/compiled_resources2.gyp
@@ -6,7 +6,17 @@
{
'target_name': 'a11y_page',
'dependencies': [
+ '../compiled_resources2.gyp:route',
+ '../settings_page/compiled_resources2.gyp:settings_animated_pages',
+ ],
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'manage_a11y_page',
+ 'dependencies': [
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
+ '<(EXTERNS_GYP):settings_private',
+ '../compiled_resources2.gyp:route',
],
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
},

Powered by Google App Engine
This is Rietveld 408576698