| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 'sources': [ | 64 'sources': [ |
| 65 # All .cc, .h, .m, and .mm files under browser/ui except for: | 65 # All .cc, .h, .m, and .mm files under browser/ui except for: |
| 66 # * tests and mocks. | 66 # * tests and mocks. |
| 67 'browser/ui/accelerator_utils.h', | 67 'browser/ui/accelerator_utils.h', |
| 68 'browser/ui/active_tab_tracker.cc', | 68 'browser/ui/active_tab_tracker.cc', |
| 69 'browser/ui/active_tab_tracker.h', | 69 'browser/ui/active_tab_tracker.h', |
| 70 'browser/ui/alternate_error_tab_observer.cc', | 70 'browser/ui/alternate_error_tab_observer.cc', |
| 71 'browser/ui/alternate_error_tab_observer.h', | 71 'browser/ui/alternate_error_tab_observer.h', |
| 72 'browser/ui/android/android_about_app_info.cc', | 72 'browser/ui/android/android_about_app_info.cc', |
| 73 'browser/ui/android/android_about_app_info.h', | 73 'browser/ui/android/android_about_app_info.h', |
| 74 'browser/ui/android/autofill/autofill_dialog_controller_android.cc', |
| 75 'browser/ui/android/autofill/autofill_dialog_controller_android.h', |
| 76 'browser/ui/android/autofill/autofill_dialog_result.cc', |
| 77 'browser/ui/android/autofill/autofill_dialog_result.h', |
| 74 'browser/ui/android/autofill/autofill_popup_view_android.cc', | 78 'browser/ui/android/autofill/autofill_popup_view_android.cc', |
| 75 'browser/ui/android/autofill/autofill_popup_view_android.h', | 79 'browser/ui/android/autofill/autofill_popup_view_android.h', |
| 76 'browser/ui/android/certificate_viewer_android.cc', | 80 'browser/ui/android/certificate_viewer_android.cc', |
| 77 'browser/ui/android/chrome_http_auth_handler.cc', | 81 'browser/ui/android/chrome_http_auth_handler.cc', |
| 78 'browser/ui/android/chrome_http_auth_handler.h', | 82 'browser/ui/android/chrome_http_auth_handler.h', |
| 79 'browser/ui/android/color_chooser_dialog_android.cc', | 83 'browser/ui/android/color_chooser_dialog_android.cc', |
| 80 'browser/ui/android/extensions/extension_install_dialog_android.cc', | 84 'browser/ui/android/extensions/extension_install_dialog_android.cc', |
| 81 'browser/ui/android/extensions/extension_install_ui_android.cc', | 85 'browser/ui/android/extensions/extension_install_ui_android.cc', |
| 82 'browser/ui/android/extensions/extension_install_ui_android.h', | 86 'browser/ui/android/extensions/extension_install_ui_android.h', |
| 83 'browser/ui/android/extensions/extension_view_android.cc', | 87 'browser/ui/android/extensions/extension_view_android.cc', |
| (...skipping 3010 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3094 ['enable_webrtc==0', { | 3098 ['enable_webrtc==0', { |
| 3095 'sources!': [ | 3099 'sources!': [ |
| 3096 'browser/ui/webui/media/webrtc_logs_ui.cc', | 3100 'browser/ui/webui/media/webrtc_logs_ui.cc', |
| 3097 'browser/ui/webui/media/webrtc_logs_ui.h', | 3101 'browser/ui/webui/media/webrtc_logs_ui.h', |
| 3098 ], | 3102 ], |
| 3099 }], | 3103 }], |
| 3100 ], | 3104 ], |
| 3101 }, | 3105 }, |
| 3102 ], | 3106 ], |
| 3103 } | 3107 } |
| OLD | NEW |