| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 '<(SHARED_INTERMEDIATE_DIR)', | 66 '<(SHARED_INTERMEDIATE_DIR)', |
| 67 ], | 67 ], |
| 68 'export_dependent_settings': [ | 68 'export_dependent_settings': [ |
| 69 '../components/components.gyp:dom_distiller_core', | 69 '../components/components.gyp:dom_distiller_core', |
| 70 '../sync/sync.gyp:sync', | 70 '../sync/sync.gyp:sync', |
| 71 ], | 71 ], |
| 72 'sources': [ | 72 'sources': [ |
| 73 # All .cc, .h, .m, and .mm files under browser/ui except for: | 73 # All .cc, .h, .m, and .mm files under browser/ui except for: |
| 74 # * tests and mocks. | 74 # * tests and mocks. |
| 75 'browser/ui/accelerator_utils.h', | 75 'browser/ui/accelerator_utils.h', |
| 76 'browser/ui/alternate_error_tab_observer.cc', | |
| 77 'browser/ui/alternate_error_tab_observer.h', | |
| 78 'browser/ui/android/android_about_app_info.cc', | 76 'browser/ui/android/android_about_app_info.cc', |
| 79 'browser/ui/android/android_about_app_info.h', | 77 'browser/ui/android/android_about_app_info.h', |
| 80 'browser/ui/android/autofill/autofill_dialog_controller_android.cc', | 78 'browser/ui/android/autofill/autofill_dialog_controller_android.cc', |
| 81 'browser/ui/android/autofill/autofill_dialog_controller_android.h', | 79 'browser/ui/android/autofill/autofill_dialog_controller_android.h', |
| 82 'browser/ui/android/autofill/autofill_dialog_result.cc', | 80 'browser/ui/android/autofill/autofill_dialog_result.cc', |
| 83 'browser/ui/android/autofill/autofill_dialog_result.h', | 81 'browser/ui/android/autofill/autofill_dialog_result.h', |
| 84 'browser/ui/android/autofill/autofill_logger_android.cc', | 82 'browser/ui/android/autofill/autofill_logger_android.cc', |
| 85 'browser/ui/android/autofill/autofill_logger_android.h', | 83 'browser/ui/android/autofill/autofill_logger_android.h', |
| 86 'browser/ui/android/autofill/autofill_popup_view_android.cc', | 84 'browser/ui/android/autofill/autofill_popup_view_android.cc', |
| 87 'browser/ui/android/autofill/autofill_popup_view_android.h', | 85 'browser/ui/android/autofill/autofill_popup_view_android.h', |
| (...skipping 1073 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1161 'browser/ui/global_error/global_error_service_factory.cc', | 1159 'browser/ui/global_error/global_error_service_factory.cc', |
| 1162 'browser/ui/global_error/global_error_service_factory.h', | 1160 'browser/ui/global_error/global_error_service_factory.h', |
| 1163 'browser/ui/host_desktop.cc', | 1161 'browser/ui/host_desktop.cc', |
| 1164 'browser/ui/host_desktop.h', | 1162 'browser/ui/host_desktop.h', |
| 1165 'browser/ui/hung_plugin_tab_helper.cc', | 1163 'browser/ui/hung_plugin_tab_helper.cc', |
| 1166 'browser/ui/hung_plugin_tab_helper.h', | 1164 'browser/ui/hung_plugin_tab_helper.h', |
| 1167 'browser/ui/login/login_prompt.cc', | 1165 'browser/ui/login/login_prompt.cc', |
| 1168 'browser/ui/login/login_prompt.h', | 1166 'browser/ui/login/login_prompt.h', |
| 1169 'browser/ui/media_utils.cc', | 1167 'browser/ui/media_utils.cc', |
| 1170 'browser/ui/media_utils.h', | 1168 'browser/ui/media_utils.h', |
| 1169 'browser/ui/navigation_correction_tab_observer.cc', |
| 1170 'browser/ui/navigation_correction_tab_observer.h', |
| 1171 'browser/ui/metro_pin_tab_helper_win.cc', | 1171 'browser/ui/metro_pin_tab_helper_win.cc', |
| 1172 'browser/ui/metro_pin_tab_helper_win.h', | 1172 'browser/ui/metro_pin_tab_helper_win.h', |
| 1173 'browser/ui/network_profile_bubble.cc', | 1173 'browser/ui/network_profile_bubble.cc', |
| 1174 'browser/ui/network_profile_bubble.h', | 1174 'browser/ui/network_profile_bubble.h', |
| 1175 'browser/ui/ntp_background_util.cc', | 1175 'browser/ui/ntp_background_util.cc', |
| 1176 'browser/ui/ntp_background_util.h', | 1176 'browser/ui/ntp_background_util.h', |
| 1177 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', | 1177 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', |
| 1178 'browser/ui/omnibox/alternate_nav_infobar_delegate.h', | 1178 'browser/ui/omnibox/alternate_nav_infobar_delegate.h', |
| 1179 'browser/ui/omnibox/location_bar.cc', | 1179 'browser/ui/omnibox/location_bar.cc', |
| 1180 'browser/ui/omnibox/location_bar.h', | 1180 'browser/ui/omnibox/location_bar.h', |
| (...skipping 1947 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3128 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3128 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3129 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3129 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3130 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3130 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3131 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3131 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3132 ], | 3132 ], |
| 3133 }], | 3133 }], |
| 3134 ], | 3134 ], |
| 3135 }, | 3135 }, |
| 3136 ], | 3136 ], |
| 3137 } | 3137 } |
| OLD | NEW |