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

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

Issue 2716333002: Implement important sites dialog for desktop. (Closed)
Patch Set: replace task observer in -Bridge and -Handler with a callback Created 3 years, 7 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/controls/compiled_resources2.gyp
diff --git a/chrome/browser/resources/settings/controls/compiled_resources2.gyp b/chrome/browser/resources/settings/controls/compiled_resources2.gyp
index 59d1cac43a6a66e5522647bb152070e922c5eac5..7337ecd2a958a5b6852335e7753fddc5fa3dc02d 100644
--- a/chrome/browser/resources/settings/controls/compiled_resources2.gyp
+++ b/chrome/browser/resources/settings/controls/compiled_resources2.gyp
@@ -33,6 +33,15 @@
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
+ 'target_name': 'important_site_checkbox',
+ 'dependencies': [
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
+ '../clear_browsing_data_dialog/compiled_resources2.gyp:clear_browsing_data_browser_proxy',
+ 'settings_boolean_control_behavior',
+ ],
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ {
'target_name': 'pref_control_behavior',
'dependencies': [
'../prefs/compiled_resources2.gyp:prefs_types',

Powered by Google App Engine
This is Rietveld 408576698