Chromium Code Reviews| Index: chrome/chrome_browser_ui.gypi |
| diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi |
| index d585589da2019dccd1ac7bb8af9a5abd1bbd30bd..2eb62c338ffb7dc65f4bb956edb6d3ec5681cbc7 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', |
| @@ -1190,8 +1191,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', |
| @@ -2899,5 +2898,16 @@ |
| }], |
| ], |
| }, |
| + { |
| + 'target_name': 'metro_utils', |
| + 'type': 'static_library', |
| + 'include_dirs': [ |
| + '..', |
| + ], |
| + 'sources': [ |
| + 'browser/ui/metro_chrome_win.cc', |
|
grt (UTC plus 2)
2013/04/30 14:54:23
browser/ui/metro_chrome_win.cc includes pieces of
grt (UTC plus 2)
2013/04/30 14:54:23
i think these files don't belong in chrome/browser
koz (OOO until 15th September)
2013/05/09 01:47:42
Yeah, it only depends on base/ and chrome/installe
koz (OOO until 15th September)
2013/05/09 01:47:42
Done.
grt (UTC plus 2)
2013/05/09 16:10:44
chrome/browser/metro_utils with this gyp stuff in
|
| + 'browser/ui/metro_chrome_win.h', |
| + ], |
| + }, |
| ], |
| } |