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 1220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1231 'browser/ui/gtk/website_settings/website_settings_popup_gtk.h', | 1231 'browser/ui/gtk/website_settings/website_settings_popup_gtk.h', |
1232 'browser/ui/gtk/zoom_bubble_gtk.cc', | 1232 'browser/ui/gtk/zoom_bubble_gtk.cc', |
1233 'browser/ui/gtk/zoom_bubble_gtk.h', | 1233 'browser/ui/gtk/zoom_bubble_gtk.h', |
1234 'browser/ui/host_desktop.cc', | 1234 'browser/ui/host_desktop.cc', |
1235 'browser/ui/host_desktop.h', | 1235 'browser/ui/host_desktop.h', |
1236 'browser/ui/hung_plugin_tab_helper.cc', | 1236 'browser/ui/hung_plugin_tab_helper.cc', |
1237 'browser/ui/hung_plugin_tab_helper.h', | 1237 'browser/ui/hung_plugin_tab_helper.h', |
1238 'browser/ui/login/login_model.h', | 1238 'browser/ui/login/login_model.h', |
1239 'browser/ui/login/login_prompt.cc', | 1239 'browser/ui/login/login_prompt.cc', |
1240 'browser/ui/login/login_prompt.h', | 1240 'browser/ui/login/login_prompt.h', |
1241 'browser/ui/metro_chrome_win.cc', | |
1242 'browser/ui/metro_chrome_win.h', | |
1243 'browser/ui/metro_pin_tab_helper_win.cc', | 1241 'browser/ui/metro_pin_tab_helper_win.cc', |
1244 'browser/ui/metro_pin_tab_helper_win.h', | 1242 'browser/ui/metro_pin_tab_helper_win.h', |
1245 'browser/ui/native_focus_tracker.h', | 1243 'browser/ui/native_focus_tracker.h', |
1246 'browser/ui/network_profile_bubble.cc', | 1244 'browser/ui/network_profile_bubble.cc', |
1247 'browser/ui/network_profile_bubble.h', | 1245 'browser/ui/network_profile_bubble.h', |
1248 'browser/ui/ntp_background_util.cc', | 1246 'browser/ui/ntp_background_util.cc', |
1249 'browser/ui/ntp_background_util.h', | 1247 'browser/ui/ntp_background_util.h', |
1250 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', | 1248 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', |
1251 'browser/ui/omnibox/alternate_nav_infobar_delegate.h', | 1249 'browser/ui/omnibox/alternate_nav_infobar_delegate.h', |
1252 'browser/ui/omnibox/alternate_nav_url_fetcher.cc', | 1250 'browser/ui/omnibox/alternate_nav_url_fetcher.cc', |
(...skipping 1552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2805 }, | 2803 }, |
2806 ], | 2804 ], |
2807 }], | 2805 }], |
2808 ['OS=="win"', { | 2806 ['OS=="win"', { |
2809 'include_dirs': [ | 2807 'include_dirs': [ |
2810 '<(DEPTH)/third_party/wtl/include', | 2808 '<(DEPTH)/third_party/wtl/include', |
2811 ], | 2809 ], |
2812 'dependencies': [ | 2810 'dependencies': [ |
2813 'installer_util_strings', | 2811 'installer_util_strings', |
2814 'launcher_support', | 2812 'launcher_support', |
| 2813 'metro_utils', |
2815 '../google_update/google_update.gyp:google_update', | 2814 '../google_update/google_update.gyp:google_update', |
2816 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 2815 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
2817 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 2816 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
2818 '../ui/app_list/app_list.gyp:app_list', | 2817 '../ui/app_list/app_list.gyp:app_list', |
2819 '../ui/views/controls/webview/webview.gyp:webview', | 2818 '../ui/views/controls/webview/webview.gyp:webview', |
2820 '../ui/views/views.gyp:views', | 2819 '../ui/views/views.gyp:views', |
2821 '../win8/win8.gyp:win8_util', | 2820 '../win8/win8.gyp:win8_util', |
2822 ], | 2821 ], |
2823 'export_dependent_settings': [ | 2822 'export_dependent_settings': [ |
2824 '../ui/views/controls/webview/webview.gyp:webview', | 2823 '../ui/views/controls/webview/webview.gyp:webview', |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2938 ['exclude', '^browser/ui/views/app_list/'], | 2937 ['exclude', '^browser/ui/views/app_list/'], |
2939 ['exclude', '^browser/ui/app_list/'], | 2938 ['exclude', '^browser/ui/app_list/'], |
2940 ['include', '^browser/ui/app_list/app_list_service.h'], | 2939 ['include', '^browser/ui/app_list/app_list_service.h'], |
2941 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'], | 2940 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'], |
2942 ], | 2941 ], |
2943 }], | 2942 }], |
2944 ], | 2943 ], |
2945 }, | 2944 }, |
2946 ], | 2945 ], |
2947 } | 2946 } |
OLD | NEW |