| 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 2037 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2048 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.cc', | 2048 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.cc', |
| 2049 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.h', | 2049 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.h', |
| 2050 'browser/ui/webui/chromeos/mobile_setup_dialog.cc', | 2050 'browser/ui/webui/chromeos/mobile_setup_dialog.cc', |
| 2051 'browser/ui/webui/chromeos/mobile_setup_dialog.h', | 2051 'browser/ui/webui/chromeos/mobile_setup_dialog.h', |
| 2052 'browser/ui/webui/chromeos/mobile_setup_ui.cc', | 2052 'browser/ui/webui/chromeos/mobile_setup_ui.cc', |
| 2053 'browser/ui/webui/chromeos/mobile_setup_ui.h', | 2053 'browser/ui/webui/chromeos/mobile_setup_ui.h', |
| 2054 'browser/ui/webui/chromeos/proxy_settings_ui.cc', | 2054 'browser/ui/webui/chromeos/proxy_settings_ui.cc', |
| 2055 'browser/ui/webui/chromeos/proxy_settings_ui.h', | 2055 'browser/ui/webui/chromeos/proxy_settings_ui.h', |
| 2056 'browser/ui/webui/chromeos/sim_unlock_ui.cc', | 2056 'browser/ui/webui/chromeos/sim_unlock_ui.cc', |
| 2057 'browser/ui/webui/chromeos/sim_unlock_ui.h', | 2057 'browser/ui/webui/chromeos/sim_unlock_ui.h', |
| 2058 'browser/ui/webui/chromeos/slow_ui.cc', |
| 2059 'browser/ui/webui/chromeos/slow_ui.h', |
| 2058 'browser/ui/webui/chromeos/system_info_ui.cc', | 2060 'browser/ui/webui/chromeos/system_info_ui.cc', |
| 2059 'browser/ui/webui/chromeos/system_info_ui.h', | 2061 'browser/ui/webui/chromeos/system_info_ui.h', |
| 2060 'browser/ui/webui/chromeos/ui_account_tweaks.cc', | 2062 'browser/ui/webui/chromeos/ui_account_tweaks.cc', |
| 2061 'browser/ui/webui/chromeos/ui_account_tweaks.h', | 2063 'browser/ui/webui/chromeos/ui_account_tweaks.h', |
| 2062 'browser/ui/webui/constrained_web_dialog_ui.cc', | 2064 'browser/ui/webui/constrained_web_dialog_ui.cc', |
| 2063 'browser/ui/webui/constrained_web_dialog_ui.h', | 2065 'browser/ui/webui/constrained_web_dialog_ui.h', |
| 2064 'browser/ui/webui/constrained_web_dialog_delegate_base.cc', | 2066 'browser/ui/webui/constrained_web_dialog_delegate_base.cc', |
| 2065 'browser/ui/webui/constrained_web_dialog_delegate_base.h', | 2067 'browser/ui/webui/constrained_web_dialog_delegate_base.h', |
| 2066 'browser/ui/webui/cookies_tree_model_util.cc', | 2068 'browser/ui/webui/cookies_tree_model_util.cc', |
| 2067 'browser/ui/webui/cookies_tree_model_util.h', | 2069 'browser/ui/webui/cookies_tree_model_util.h', |
| (...skipping 1024 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3092 ['enable_webrtc==0', { | 3094 ['enable_webrtc==0', { |
| 3093 'sources!': [ | 3095 'sources!': [ |
| 3094 'browser/ui/webui/media/webrtc_logs_ui.cc', | 3096 'browser/ui/webui/media/webrtc_logs_ui.cc', |
| 3095 'browser/ui/webui/media/webrtc_logs_ui.h', | 3097 'browser/ui/webui/media/webrtc_logs_ui.h', |
| 3096 ], | 3098 ], |
| 3097 }], | 3099 }], |
| 3098 ], | 3100 ], |
| 3099 }, | 3101 }, |
| 3100 ], | 3102 ], |
| 3101 } | 3103 } |
| OLD | NEW |