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

Unified Diff: chrome/browser/resources/settings/settings_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/settings_page/compiled_resources.gyp
diff --git a/ui/webui/resources/cr_elements/cr_search_field/compiled_resources2.gyp b/chrome/browser/resources/settings/settings_page/compiled_resources.gyp
similarity index 61%
copy from ui/webui/resources/cr_elements/cr_search_field/compiled_resources2.gyp
copy to chrome/browser/resources/settings/settings_page/compiled_resources.gyp
index 77b9eeadcefb33c6488c24d109d95f66e3e1eb7a..a8ad6a1a344426f635ba438ca5f644ab6a1865ed 100644
--- a/ui/webui/resources/cr_elements/cr_search_field/compiled_resources2.gyp
+++ b/chrome/browser/resources/settings/settings_page/compiled_resources.gyp
@@ -4,11 +4,8 @@
{
'targets': [
{
- 'target_name': 'cr_search_field',
- 'dependencies': [
- '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
- ],
- 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
+ 'target_name': 'settings_page_visibility',
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'],
},
],
}

Powered by Google App Engine
This is Rietveld 408576698