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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 'browser/ui/autofill/autofill_credit_card_bubble.cc', | 279 'browser/ui/autofill/autofill_credit_card_bubble.cc', |
280 'browser/ui/autofill/autofill_credit_card_bubble.h', | 280 'browser/ui/autofill/autofill_credit_card_bubble.h', |
281 'browser/ui/autofill/autofill_credit_card_bubble_controller.cc', | 281 'browser/ui/autofill/autofill_credit_card_bubble_controller.cc', |
282 'browser/ui/autofill/autofill_credit_card_bubble_controller.h', | 282 'browser/ui/autofill/autofill_credit_card_bubble_controller.h', |
283 'browser/ui/autofill/autofill_dialog_controller_impl.cc', | 283 'browser/ui/autofill/autofill_dialog_controller_impl.cc', |
284 'browser/ui/autofill/autofill_dialog_controller_impl.h', | 284 'browser/ui/autofill/autofill_dialog_controller_impl.h', |
285 'browser/ui/autofill/autofill_dialog_models.cc', | 285 'browser/ui/autofill/autofill_dialog_models.cc', |
286 'browser/ui/autofill/autofill_dialog_models.h', | 286 'browser/ui/autofill/autofill_dialog_models.h', |
287 'browser/ui/autofill/autofill_dialog_sign_in_delegate.cc', | 287 'browser/ui/autofill/autofill_dialog_sign_in_delegate.cc', |
288 'browser/ui/autofill/autofill_dialog_sign_in_delegate.h', | 288 'browser/ui/autofill/autofill_dialog_sign_in_delegate.h', |
| 289 'browser/ui/autofill/autofill_dialog_common.cc', |
| 290 'browser/ui/autofill/autofill_dialog_common.h', |
| 291 'browser/ui/autofill/autofill_dialog_controller.cc', |
| 292 'browser/ui/autofill/autofill_dialog_controller.h', |
289 'browser/ui/autofill/autofill_dialog_types.cc', | 293 'browser/ui/autofill/autofill_dialog_types.cc', |
290 'browser/ui/autofill/autofill_dialog_types.h', | 294 'browser/ui/autofill/autofill_dialog_types.h', |
291 'browser/ui/autofill/autofill_dialog_view.cc', | 295 'browser/ui/autofill/autofill_dialog_view.cc', |
292 'browser/ui/autofill/autofill_dialog_view.h', | 296 'browser/ui/autofill/autofill_dialog_view.h', |
293 'browser/ui/autofill/autofill_dialog_view_delegate.h', | 297 'browser/ui/autofill/autofill_dialog_view_delegate.h', |
294 'browser/ui/autofill/autofill_popup_controller.h', | 298 'browser/ui/autofill/autofill_popup_controller.h', |
295 'browser/ui/autofill/autofill_popup_controller_impl.cc', | 299 'browser/ui/autofill/autofill_popup_controller_impl.cc', |
296 'browser/ui/autofill/autofill_popup_controller_impl.h', | 300 'browser/ui/autofill/autofill_popup_controller_impl.h', |
297 'browser/ui/autofill/autofill_popup_view.h', | 301 'browser/ui/autofill/autofill_popup_view.h', |
298 'browser/ui/autofill/country_combobox_model.cc', | 302 'browser/ui/autofill/country_combobox_model.cc', |
(...skipping 2495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2794 'browser/ui/webui/ntp/android/navigation_handler.h', | 2798 'browser/ui/webui/ntp/android/navigation_handler.h', |
2795 'browser/ui/webui/ntp/android/new_tab_page_ready_handler.cc', | 2799 'browser/ui/webui/ntp/android/new_tab_page_ready_handler.cc', |
2796 'browser/ui/webui/ntp/android/new_tab_page_ready_handler.h', | 2800 'browser/ui/webui/ntp/android/new_tab_page_ready_handler.h', |
2797 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc', | 2801 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc', |
2798 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h', | 2802 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h', |
2799 'browser/ui/webui/ntp/android/promo_handler.cc', | 2803 'browser/ui/webui/ntp/android/promo_handler.cc', |
2800 'browser/ui/webui/ntp/android/promo_handler.h', | 2804 'browser/ui/webui/ntp/android/promo_handler.h', |
2801 'browser/ui/webui/ntp/android/ntp_resource_cache_android.cc', | 2805 'browser/ui/webui/ntp/android/ntp_resource_cache_android.cc', |
2802 ], | 2806 ], |
2803 'sources!': [ | 2807 'sources!': [ |
| 2808 # Android uses native UI for Autofill dialog. |
| 2809 'browser/ui/autofill/autofill_dialog_controller_impl.cc', |
| 2810 'browser/ui/autofill/autofill_dialog_controller_impl.h', |
| 2811 'browser/ui/autofill/autofill_dialog_view.h', |
| 2812 'browser/ui/autofill/autofill_dialog_view.cc', |
| 2813 'browser/ui/autofill/autofill_dialog_view_delegate.h', |
| 2814 |
2804 # Android uses native UI for sync setup. | 2815 # Android uses native UI for sync setup. |
2805 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', | 2816 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', |
2806 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', | 2817 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', |
2807 'browser/ui/webui/ntp/ntp_login_handler.cc', | 2818 'browser/ui/webui/ntp/ntp_login_handler.cc', |
2808 'browser/ui/webui/ntp/ntp_login_handler.h', | 2819 'browser/ui/webui/ntp/ntp_login_handler.h', |
2809 'browser/ui/webui/sync_setup_handler.cc', | 2820 'browser/ui/webui/sync_setup_handler.cc', |
2810 'browser/ui/webui/sync_setup_handler.h', | 2821 'browser/ui/webui/sync_setup_handler.h', |
2811 | 2822 |
2812 # There's no Browser/BrowserList on Android. | 2823 # There's no Browser/BrowserList on Android. |
2813 'browser/ui/active_tab_tracker.cc', | 2824 'browser/ui/active_tab_tracker.cc', |
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3090 ['enable_webrtc==0', { | 3101 ['enable_webrtc==0', { |
3091 'sources!': [ | 3102 'sources!': [ |
3092 'browser/ui/webui/media/webrtc_logs_ui.cc', | 3103 'browser/ui/webui/media/webrtc_logs_ui.cc', |
3093 'browser/ui/webui/media/webrtc_logs_ui.h', | 3104 'browser/ui/webui/media/webrtc_logs_ui.h', |
3094 ], | 3105 ], |
3095 }], | 3106 }], |
3096 ], | 3107 ], |
3097 }, | 3108 }, |
3098 ], | 3109 ], |
3099 } | 3110 } |
OLD | NEW |