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

Unified Diff: chrome/browser/resources/settings/basic_page/compiled_resources.gyp

Issue 1477773003: Use dom-if to hide settings pages and show explicitly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years 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/basic_page/compiled_resources.gyp
diff --git a/ui/webui/resources/js/chromeos/compiled_resources.gyp b/chrome/browser/resources/settings/basic_page/compiled_resources.gyp
similarity index 70%
copy from ui/webui/resources/js/chromeos/compiled_resources.gyp
copy to chrome/browser/resources/settings/basic_page/compiled_resources.gyp
index 05e7e0a9be956737b15606242fa2f2891846f1e4..0acaa3a1d74595a4b4a90afd7b86e7b881c5b916 100644
--- a/ui/webui/resources/js/chromeos/compiled_resources.gyp
+++ b/chrome/browser/resources/settings/basic_page/compiled_resources.gyp
@@ -4,14 +4,13 @@
{
'targets': [
{
- 'target_name': 'ui_account_tweaks',
+ 'target_name': 'basic_page',
'variables': {
'depends': [
- '../compiled_resources.gyp:cr',
- '../compiled_resources.gyp:load_time_data',
+ '../settings_page/compiled_resources.gyp:settings_page_visibility',
],
},
'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'],
},
- ]
+ ],
}
« no previous file with comments | « chrome/browser/resources/settings/basic_page/basic_page.js ('k') | chrome/browser/resources/settings/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698