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 2047 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2058 'browser/ui/webui/chromeos/login/user_image_screen_handler.cc', | 2058 'browser/ui/webui/chromeos/login/user_image_screen_handler.cc', |
2059 'browser/ui/webui/chromeos/login/user_image_screen_handler.h', | 2059 'browser/ui/webui/chromeos/login/user_image_screen_handler.h', |
2060 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.cc', | 2060 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.cc', |
2061 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.h', | 2061 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.h', |
2062 'browser/ui/webui/chromeos/mobile_setup_dialog.cc', | 2062 'browser/ui/webui/chromeos/mobile_setup_dialog.cc', |
2063 'browser/ui/webui/chromeos/mobile_setup_dialog.h', | 2063 'browser/ui/webui/chromeos/mobile_setup_dialog.h', |
2064 'browser/ui/webui/chromeos/mobile_setup_ui.cc', | 2064 'browser/ui/webui/chromeos/mobile_setup_ui.cc', |
2065 'browser/ui/webui/chromeos/mobile_setup_ui.h', | 2065 'browser/ui/webui/chromeos/mobile_setup_ui.h', |
2066 'browser/ui/webui/chromeos/network_ui.cc', | 2066 'browser/ui/webui/chromeos/network_ui.cc', |
2067 'browser/ui/webui/chromeos/network_ui.h', | 2067 'browser/ui/webui/chromeos/network_ui.h', |
| 2068 'browser/ui/webui/chromeos/network_config_message_handler.cc', |
| 2069 'browser/ui/webui/chromeos/network_config_message_handler.h', |
2068 'browser/ui/webui/chromeos/nfc_debug_ui.cc', | 2070 'browser/ui/webui/chromeos/nfc_debug_ui.cc', |
2069 'browser/ui/webui/chromeos/nfc_debug_ui.h', | 2071 'browser/ui/webui/chromeos/nfc_debug_ui.h', |
2070 'browser/ui/webui/chromeos/power_ui.cc', | 2072 'browser/ui/webui/chromeos/power_ui.cc', |
2071 'browser/ui/webui/chromeos/power_ui.h', | 2073 'browser/ui/webui/chromeos/power_ui.h', |
2072 'browser/ui/webui/chromeos/proxy_settings_ui.cc', | 2074 'browser/ui/webui/chromeos/proxy_settings_ui.cc', |
2073 'browser/ui/webui/chromeos/proxy_settings_ui.h', | 2075 'browser/ui/webui/chromeos/proxy_settings_ui.h', |
2074 'browser/ui/webui/chromeos/set_time_ui.cc', | 2076 'browser/ui/webui/chromeos/set_time_ui.cc', |
2075 'browser/ui/webui/chromeos/set_time_ui.h', | 2077 'browser/ui/webui/chromeos/set_time_ui.h', |
2076 'browser/ui/webui/chromeos/sim_unlock_ui.cc', | 2078 'browser/ui/webui/chromeos/sim_unlock_ui.cc', |
2077 'browser/ui/webui/chromeos/sim_unlock_ui.h', | 2079 'browser/ui/webui/chromeos/sim_unlock_ui.h', |
(...skipping 1070 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3148 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3150 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3149 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3151 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3150 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3152 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3151 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3153 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3152 ], | 3154 ], |
3153 }], | 3155 }], |
3154 ], | 3156 ], |
3155 }, | 3157 }, |
3156 ], | 3158 ], |
3157 } | 3159 } |
OLD | NEW |