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

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

Issue 2317693003: [MD settings] display message about secondary install in default browser settings (Closed)
Patch Set: Created 4 years, 3 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/default_browser_page/compiled_resources2.gyp
diff --git a/chrome/browser/resources/settings/default_browser_page/compiled_resources2.gyp b/chrome/browser/resources/settings/default_browser_page/compiled_resources2.gyp
index 43cb3484a1f01528d8318733c539f48d72a12c55..b2a36059221c166c33b2e56d99ac809cdd39d5e5 100644
--- a/chrome/browser/resources/settings/default_browser_page/compiled_resources2.gyp
+++ b/chrome/browser/resources/settings/default_browser_page/compiled_resources2.gyp
@@ -4,10 +4,18 @@
{
'targets': [
{
+ 'target_name': 'default_browser_browser_proxy',
+ 'dependencies': [
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
+ ],
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ {
'target_name': 'default_browser_page',
'dependencies': [
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
- '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_behavior',
+ 'default_browser_browser_proxy',
],
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
},

Powered by Google App Engine
This is Rietveld 408576698