Index: chrome/chrome_browser_ui.gypi |
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi |
index e66ce49df0953ebeba42ed0403692299460d3aee..29e01372ae2781fa27296e9a48e06afab1fde1a8 100644 |
--- a/chrome/chrome_browser_ui.gypi |
+++ b/chrome/chrome_browser_ui.gypi |
@@ -26,6 +26,7 @@ |
'common', |
'common_net', |
'in_memory_url_index_cache_proto', |
+ 'metro_utils', |
'safe_browsing_proto', |
'safe_browsing_report_proto', |
'feedback_proto', |
@@ -1209,8 +1210,6 @@ |
'browser/ui/login/login_model.h', |
'browser/ui/login/login_prompt.cc', |
'browser/ui/login/login_prompt.h', |
- 'browser/ui/metro_chrome_win.cc', |
- 'browser/ui/metro_chrome_win.h', |
'browser/ui/metro_pin_tab_helper_win.cc', |
'browser/ui/metro_pin_tab_helper_win.h', |
'browser/ui/native_focus_tracker.h', |
@@ -2930,5 +2929,19 @@ |
}], |
], |
}, |
+ { |
+ 'target_name': 'metro_utils', |
+ 'type': 'static_library', |
+ 'dependencies': [ |
+ 'installer_util', |
+ ], |
+ 'include_dirs': [ |
+ '..', |
+ ], |
+ 'sources': [ |
+ 'browser/ui/metro_chrome_win.cc', |
+ 'browser/ui/metro_chrome_win.h', |
+ ], |
+ }, |
], |
} |