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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 '<(SHARED_INTERMEDIATE_DIR)', | 63 '<(SHARED_INTERMEDIATE_DIR)', |
64 ], | 64 ], |
65 'export_dependent_settings': [ | 65 'export_dependent_settings': [ |
66 '../components/components.gyp:dom_distiller_core', | 66 '../components/components.gyp:dom_distiller_core', |
67 '../sync/sync.gyp:sync', | 67 '../sync/sync.gyp:sync', |
68 ], | 68 ], |
69 'sources': [ | 69 'sources': [ |
70 # All .cc, .h, .m, and .mm files under browser/ui except for: | 70 # All .cc, .h, .m, and .mm files under browser/ui except for: |
71 # * tests and mocks. | 71 # * tests and mocks. |
72 'browser/ui/accelerator_utils.h', | 72 'browser/ui/accelerator_utils.h', |
73 'browser/ui/alternate_error_tab_observer.cc', | |
74 'browser/ui/alternate_error_tab_observer.h', | |
75 'browser/ui/android/android_about_app_info.cc', | 73 'browser/ui/android/android_about_app_info.cc', |
76 'browser/ui/android/android_about_app_info.h', | 74 'browser/ui/android/android_about_app_info.h', |
77 'browser/ui/android/autofill/autofill_dialog_controller_android.cc', | 75 'browser/ui/android/autofill/autofill_dialog_controller_android.cc', |
78 'browser/ui/android/autofill/autofill_dialog_controller_android.h', | 76 'browser/ui/android/autofill/autofill_dialog_controller_android.h', |
79 'browser/ui/android/autofill/autofill_dialog_result.cc', | 77 'browser/ui/android/autofill/autofill_dialog_result.cc', |
80 'browser/ui/android/autofill/autofill_dialog_result.h', | 78 'browser/ui/android/autofill/autofill_dialog_result.h', |
81 'browser/ui/android/autofill/autofill_popup_view_android.cc', | 79 'browser/ui/android/autofill/autofill_popup_view_android.cc', |
82 'browser/ui/android/autofill/autofill_popup_view_android.h', | 80 'browser/ui/android/autofill/autofill_popup_view_android.h', |
83 'browser/ui/android/content_settings/popup_blocked_infobar_delegate.cc', | 81 'browser/ui/android/content_settings/popup_blocked_infobar_delegate.cc', |
84 'browser/ui/android/content_settings/popup_blocked_infobar_delegate.h', | 82 'browser/ui/android/content_settings/popup_blocked_infobar_delegate.h', |
(...skipping 1333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1418 'browser/ui/gtk/website_settings/permission_selector.h', | 1416 'browser/ui/gtk/website_settings/permission_selector.h', |
1419 'browser/ui/gtk/website_settings/permission_selector_observer.h', | 1417 'browser/ui/gtk/website_settings/permission_selector_observer.h', |
1420 'browser/ui/gtk/website_settings/website_settings_popup_gtk.cc', | 1418 'browser/ui/gtk/website_settings/website_settings_popup_gtk.cc', |
1421 'browser/ui/gtk/website_settings/website_settings_popup_gtk.h', | 1419 'browser/ui/gtk/website_settings/website_settings_popup_gtk.h', |
1422 'browser/ui/gtk/zoom_bubble_gtk.cc', | 1420 'browser/ui/gtk/zoom_bubble_gtk.cc', |
1423 'browser/ui/gtk/zoom_bubble_gtk.h', | 1421 'browser/ui/gtk/zoom_bubble_gtk.h', |
1424 'browser/ui/host_desktop.cc', | 1422 'browser/ui/host_desktop.cc', |
1425 'browser/ui/host_desktop.h', | 1423 'browser/ui/host_desktop.h', |
1426 'browser/ui/hung_plugin_tab_helper.cc', | 1424 'browser/ui/hung_plugin_tab_helper.cc', |
1427 'browser/ui/hung_plugin_tab_helper.h', | 1425 'browser/ui/hung_plugin_tab_helper.h', |
| 1426 'browser/ui/link_doctor_tab_observer.cc', |
| 1427 'browser/ui/link_doctor_tab_observer.h', |
1428 'browser/ui/login/login_model.h', | 1428 'browser/ui/login/login_model.h', |
1429 'browser/ui/login/login_prompt.cc', | 1429 'browser/ui/login/login_prompt.cc', |
1430 'browser/ui/login/login_prompt.h', | 1430 'browser/ui/login/login_prompt.h', |
1431 'browser/ui/media_utils.cc', | 1431 'browser/ui/media_utils.cc', |
1432 'browser/ui/media_utils.h', | 1432 'browser/ui/media_utils.h', |
1433 'browser/ui/metro_pin_tab_helper_win.cc', | 1433 'browser/ui/metro_pin_tab_helper_win.cc', |
1434 'browser/ui/metro_pin_tab_helper_win.h', | 1434 'browser/ui/metro_pin_tab_helper_win.h', |
1435 'browser/ui/network_profile_bubble.cc', | 1435 'browser/ui/network_profile_bubble.cc', |
1436 'browser/ui/network_profile_bubble.h', | 1436 'browser/ui/network_profile_bubble.h', |
1437 'browser/ui/ntp_background_util.cc', | 1437 'browser/ui/ntp_background_util.cc', |
(...skipping 1960 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3398 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3398 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3399 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3399 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3400 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3400 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3401 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3401 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3402 ], | 3402 ], |
3403 }], | 3403 }], |
3404 ], | 3404 ], |
3405 }, | 3405 }, |
3406 ], | 3406 ], |
3407 } | 3407 } |
OLD | NEW |