| 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 1196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1207 'browser/ui/gtk/website_settings/website_settings_popup_gtk.h', | 1207 'browser/ui/gtk/website_settings/website_settings_popup_gtk.h', |
| 1208 'browser/ui/gtk/zoom_bubble_gtk.cc', | 1208 'browser/ui/gtk/zoom_bubble_gtk.cc', |
| 1209 'browser/ui/gtk/zoom_bubble_gtk.h', | 1209 'browser/ui/gtk/zoom_bubble_gtk.h', |
| 1210 'browser/ui/host_desktop.cc', | 1210 'browser/ui/host_desktop.cc', |
| 1211 'browser/ui/host_desktop.h', | 1211 'browser/ui/host_desktop.h', |
| 1212 'browser/ui/hung_plugin_tab_helper.cc', | 1212 'browser/ui/hung_plugin_tab_helper.cc', |
| 1213 'browser/ui/hung_plugin_tab_helper.h', | 1213 'browser/ui/hung_plugin_tab_helper.h', |
| 1214 'browser/ui/login/login_model.h', | 1214 'browser/ui/login/login_model.h', |
| 1215 'browser/ui/login/login_prompt.cc', | 1215 'browser/ui/login/login_prompt.cc', |
| 1216 'browser/ui/login/login_prompt.h', | 1216 'browser/ui/login/login_prompt.h', |
| 1217 'browser/ui/metro_chrome_win.cc', | |
| 1218 'browser/ui/metro_chrome_win.h', | |
| 1219 'browser/ui/metro_pin_tab_helper_win.cc', | 1217 'browser/ui/metro_pin_tab_helper_win.cc', |
| 1220 'browser/ui/metro_pin_tab_helper_win.h', | 1218 'browser/ui/metro_pin_tab_helper_win.h', |
| 1221 'browser/ui/native_focus_tracker.h', | 1219 'browser/ui/native_focus_tracker.h', |
| 1222 'browser/ui/native_web_contents_modal_dialog.h', | 1220 'browser/ui/native_web_contents_modal_dialog.h', |
| 1223 'browser/ui/native_web_contents_modal_dialog_manager.h', | 1221 'browser/ui/native_web_contents_modal_dialog_manager.h', |
| 1224 'browser/ui/network_profile_bubble.cc', | 1222 'browser/ui/network_profile_bubble.cc', |
| 1225 'browser/ui/network_profile_bubble.h', | 1223 'browser/ui/network_profile_bubble.h', |
| 1226 'browser/ui/ntp_background_util.cc', | 1224 'browser/ui/ntp_background_util.cc', |
| 1227 'browser/ui/ntp_background_util.h', | 1225 'browser/ui/ntp_background_util.h', |
| 1228 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', | 1226 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', |
| (...skipping 1562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2791 }, | 2789 }, |
| 2792 ], | 2790 ], |
| 2793 }], | 2791 }], |
| 2794 ['OS=="win"', { | 2792 ['OS=="win"', { |
| 2795 'include_dirs': [ | 2793 'include_dirs': [ |
| 2796 '<(DEPTH)/third_party/wtl/include', | 2794 '<(DEPTH)/third_party/wtl/include', |
| 2797 ], | 2795 ], |
| 2798 'dependencies': [ | 2796 'dependencies': [ |
| 2799 'installer_util_strings', | 2797 'installer_util_strings', |
| 2800 'launcher_support', | 2798 'launcher_support', |
| 2799 'metro_utils', |
| 2801 '../google_update/google_update.gyp:google_update', | 2800 '../google_update/google_update.gyp:google_update', |
| 2802 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 2801 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 2803 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 2802 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
| 2804 '../ui/app_list/app_list.gyp:app_list', | 2803 '../ui/app_list/app_list.gyp:app_list', |
| 2805 '../ui/views/controls/webview/webview.gyp:webview', | 2804 '../ui/views/controls/webview/webview.gyp:webview', |
| 2806 '../ui/views/views.gyp:views', | 2805 '../ui/views/views.gyp:views', |
| 2807 '../win8/win8.gyp:win8_util', | 2806 '../win8/win8.gyp:win8_util', |
| 2808 ], | 2807 ], |
| 2809 'export_dependent_settings': [ | 2808 'export_dependent_settings': [ |
| 2810 '../ui/views/controls/webview/webview.gyp:webview', | 2809 '../ui/views/controls/webview/webview.gyp:webview', |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2929 }], | 2928 }], |
| 2930 ['enable_message_center==1', { | 2929 ['enable_message_center==1', { |
| 2931 'dependencies': [ | 2930 'dependencies': [ |
| 2932 '../ui/message_center/message_center.gyp:message_center', | 2931 '../ui/message_center/message_center.gyp:message_center', |
| 2933 ], | 2932 ], |
| 2934 }], | 2933 }], |
| 2935 ], | 2934 ], |
| 2936 }, | 2935 }, |
| 2937 ], | 2936 ], |
| 2938 } | 2937 } |
| OLD | NEW |