OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser_ui', | 8 'target_name': 'browser_ui', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 1218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1229 'browser/ui/gtk/website_settings/website_settings_popup_gtk.h', | 1229 'browser/ui/gtk/website_settings/website_settings_popup_gtk.h', |
1230 'browser/ui/gtk/zoom_bubble_gtk.cc', | 1230 'browser/ui/gtk/zoom_bubble_gtk.cc', |
1231 'browser/ui/gtk/zoom_bubble_gtk.h', | 1231 'browser/ui/gtk/zoom_bubble_gtk.h', |
1232 'browser/ui/host_desktop.cc', | 1232 'browser/ui/host_desktop.cc', |
1233 'browser/ui/host_desktop.h', | 1233 'browser/ui/host_desktop.h', |
1234 'browser/ui/hung_plugin_tab_helper.cc', | 1234 'browser/ui/hung_plugin_tab_helper.cc', |
1235 'browser/ui/hung_plugin_tab_helper.h', | 1235 'browser/ui/hung_plugin_tab_helper.h', |
1236 'browser/ui/login/login_model.h', | 1236 'browser/ui/login/login_model.h', |
1237 'browser/ui/login/login_prompt.cc', | 1237 'browser/ui/login/login_prompt.cc', |
1238 'browser/ui/login/login_prompt.h', | 1238 'browser/ui/login/login_prompt.h', |
1239 'browser/ui/metro_chrome_win.cc', | |
1240 'browser/ui/metro_chrome_win.h', | |
1241 'browser/ui/metro_pin_tab_helper_win.cc', | 1239 'browser/ui/metro_pin_tab_helper_win.cc', |
1242 'browser/ui/metro_pin_tab_helper_win.h', | 1240 'browser/ui/metro_pin_tab_helper_win.h', |
1243 'browser/ui/native_focus_tracker.h', | 1241 'browser/ui/native_focus_tracker.h', |
1244 'browser/ui/network_profile_bubble.cc', | 1242 'browser/ui/network_profile_bubble.cc', |
1245 'browser/ui/network_profile_bubble.h', | 1243 'browser/ui/network_profile_bubble.h', |
1246 'browser/ui/ntp_background_util.cc', | 1244 'browser/ui/ntp_background_util.cc', |
1247 'browser/ui/ntp_background_util.h', | 1245 'browser/ui/ntp_background_util.h', |
1248 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', | 1246 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', |
1249 'browser/ui/omnibox/alternate_nav_infobar_delegate.h', | 1247 'browser/ui/omnibox/alternate_nav_infobar_delegate.h', |
1250 'browser/ui/omnibox/alternate_nav_url_fetcher.cc', | 1248 'browser/ui/omnibox/alternate_nav_url_fetcher.cc', |
(...skipping 1558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2809 }, | 2807 }, |
2810 ], | 2808 ], |
2811 }], | 2809 }], |
2812 ['OS=="win"', { | 2810 ['OS=="win"', { |
2813 'include_dirs': [ | 2811 'include_dirs': [ |
2814 '<(DEPTH)/third_party/wtl/include', | 2812 '<(DEPTH)/third_party/wtl/include', |
2815 ], | 2813 ], |
2816 'dependencies': [ | 2814 'dependencies': [ |
2817 'installer_util_strings', | 2815 'installer_util_strings', |
2818 'launcher_support', | 2816 'launcher_support', |
| 2817 'metro_utils', |
2819 '../google_update/google_update.gyp:google_update', | 2818 '../google_update/google_update.gyp:google_update', |
2820 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 2819 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
2821 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 2820 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
2822 '../ui/app_list/app_list.gyp:app_list', | 2821 '../ui/app_list/app_list.gyp:app_list', |
2823 '../ui/views/controls/webview/webview.gyp:webview', | 2822 '../ui/views/controls/webview/webview.gyp:webview', |
2824 '../ui/views/views.gyp:views', | 2823 '../ui/views/views.gyp:views', |
2825 '../win8/win8.gyp:win8_util', | 2824 '../win8/win8.gyp:win8_util', |
2826 ], | 2825 ], |
2827 'export_dependent_settings': [ | 2826 'export_dependent_settings': [ |
2828 '../ui/views/controls/webview/webview.gyp:webview', | 2827 '../ui/views/controls/webview/webview.gyp:webview', |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2942 ['exclude', '^browser/ui/views/app_list/'], | 2941 ['exclude', '^browser/ui/views/app_list/'], |
2943 ['exclude', '^browser/ui/app_list/'], | 2942 ['exclude', '^browser/ui/app_list/'], |
2944 ['include', '^browser/ui/app_list/app_list_service.h'], | 2943 ['include', '^browser/ui/app_list/app_list_service.h'], |
2945 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'], | 2944 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'], |
2946 ], | 2945 ], |
2947 }], | 2946 }], |
2948 ], | 2947 ], |
2949 }, | 2948 }, |
2950 ], | 2949 ], |
2951 } | 2950 } |
OLD | NEW |