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 2203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2214 'browser/ui/webui/chromeos/first_run/first_run_handler.cc', | 2214 'browser/ui/webui/chromeos/first_run/first_run_handler.cc', |
2215 'browser/ui/webui/chromeos/first_run/first_run_handler.h', | 2215 'browser/ui/webui/chromeos/first_run/first_run_handler.h', |
2216 'browser/ui/webui/chromeos/first_run/first_run_ui.cc', | 2216 'browser/ui/webui/chromeos/first_run/first_run_ui.cc', |
2217 'browser/ui/webui/chromeos/first_run/first_run_ui.h', | 2217 'browser/ui/webui/chromeos/first_run/first_run_ui.h', |
2218 'browser/ui/webui/chromeos/imageburner/imageburner_ui.cc', | 2218 'browser/ui/webui/chromeos/imageburner/imageburner_ui.cc', |
2219 'browser/ui/webui/chromeos/imageburner/imageburner_ui.h', | 2219 'browser/ui/webui/chromeos/imageburner/imageburner_ui.h', |
2220 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc', | 2220 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc', |
2221 'browser/ui/webui/chromeos/keyboard_overlay_ui.h', | 2221 'browser/ui/webui/chromeos/keyboard_overlay_ui.h', |
2222 'browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.cc', | 2222 'browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.cc', |
2223 'browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.h', | 2223 'browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.h', |
| 2224 'browser/ui/webui/chromeos/login/authenticated_user_email_retriever.cc', |
| 2225 'browser/ui/webui/chromeos/login/authenticated_user_email_retriever.h', |
2224 'browser/ui/webui/chromeos/login/base_screen_handler.cc', | 2226 'browser/ui/webui/chromeos/login/base_screen_handler.cc', |
2225 'browser/ui/webui/chromeos/login/base_screen_handler.h', | 2227 'browser/ui/webui/chromeos/login/base_screen_handler.h', |
2226 'browser/ui/webui/chromeos/login/base_screen_handler_utils.h', | 2228 'browser/ui/webui/chromeos/login/base_screen_handler_utils.h', |
2227 'browser/ui/webui/chromeos/login/core_oobe_handler.cc', | 2229 'browser/ui/webui/chromeos/login/core_oobe_handler.cc', |
2228 'browser/ui/webui/chromeos/login/core_oobe_handler.h', | 2230 'browser/ui/webui/chromeos/login/core_oobe_handler.h', |
2229 'browser/ui/webui/chromeos/login/enrollment_screen_handler.cc', | 2231 'browser/ui/webui/chromeos/login/enrollment_screen_handler.cc', |
2230 'browser/ui/webui/chromeos/login/enrollment_screen_handler.h', | 2232 'browser/ui/webui/chromeos/login/enrollment_screen_handler.h', |
2231 'browser/ui/webui/chromeos/login/error_screen_handler.cc', | 2233 'browser/ui/webui/chromeos/login/error_screen_handler.cc', |
2232 'browser/ui/webui/chromeos/login/error_screen_handler.h', | 2234 'browser/ui/webui/chromeos/login/error_screen_handler.h', |
2233 'browser/ui/webui/chromeos/login/eula_screen_handler.cc', | 2235 'browser/ui/webui/chromeos/login/eula_screen_handler.cc', |
(...skipping 1160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3394 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3396 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3395 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3397 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3396 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3398 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3397 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3399 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3398 ], | 3400 ], |
3399 }], | 3401 }], |
3400 ], | 3402 ], |
3401 }, | 3403 }, |
3402 ], | 3404 ], |
3403 } | 3405 } |
OLD | NEW |