| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/chromecast_build.gni") | 5 import("//build/config/chromecast_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 "webui/chromeos/first_run/first_run_handler.cc", | 226 "webui/chromeos/first_run/first_run_handler.cc", |
| 227 "webui/chromeos/first_run/first_run_handler.h", | 227 "webui/chromeos/first_run/first_run_handler.h", |
| 228 "webui/chromeos/first_run/first_run_ui.cc", | 228 "webui/chromeos/first_run/first_run_ui.cc", |
| 229 "webui/chromeos/first_run/first_run_ui.h", | 229 "webui/chromeos/first_run/first_run_ui.h", |
| 230 "webui/chromeos/image_source.cc", | 230 "webui/chromeos/image_source.cc", |
| 231 "webui/chromeos/image_source.h", | 231 "webui/chromeos/image_source.h", |
| 232 "webui/chromeos/keyboard_overlay_ui.cc", | 232 "webui/chromeos/keyboard_overlay_ui.cc", |
| 233 "webui/chromeos/keyboard_overlay_ui.h", | 233 "webui/chromeos/keyboard_overlay_ui.h", |
| 234 "webui/chromeos/login/app_launch_splash_screen_handler.cc", | 234 "webui/chromeos/login/app_launch_splash_screen_handler.cc", |
| 235 "webui/chromeos/login/app_launch_splash_screen_handler.h", | 235 "webui/chromeos/login/app_launch_splash_screen_handler.h", |
| 236 "webui/chromeos/login/arc_kiosk_splash_screen_handler.cc", |
| 237 "webui/chromeos/login/arc_kiosk_splash_screen_handler.h", |
| 236 "webui/chromeos/login/arc_terms_of_service_screen_handler.cc", | 238 "webui/chromeos/login/arc_terms_of_service_screen_handler.cc", |
| 237 "webui/chromeos/login/arc_terms_of_service_screen_handler.h", | 239 "webui/chromeos/login/arc_terms_of_service_screen_handler.h", |
| 238 "webui/chromeos/login/authenticated_user_email_retriever.cc", | 240 "webui/chromeos/login/authenticated_user_email_retriever.cc", |
| 239 "webui/chromeos/login/authenticated_user_email_retriever.h", | 241 "webui/chromeos/login/authenticated_user_email_retriever.h", |
| 240 "webui/chromeos/login/auto_enrollment_check_screen_handler.cc", | 242 "webui/chromeos/login/auto_enrollment_check_screen_handler.cc", |
| 241 "webui/chromeos/login/auto_enrollment_check_screen_handler.h", | 243 "webui/chromeos/login/auto_enrollment_check_screen_handler.h", |
| 242 "webui/chromeos/login/base_screen_handler.cc", | 244 "webui/chromeos/login/base_screen_handler.cc", |
| 243 "webui/chromeos/login/base_screen_handler.h", | 245 "webui/chromeos/login/base_screen_handler.h", |
| 244 "webui/chromeos/login/controller_pairing_screen_handler.cc", | 246 "webui/chromeos/login/controller_pairing_screen_handler.cc", |
| 245 "webui/chromeos/login/controller_pairing_screen_handler.h", | 247 "webui/chromeos/login/controller_pairing_screen_handler.h", |
| (...skipping 3261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3507 "test/test_confirm_bubble_model.cc", | 3509 "test/test_confirm_bubble_model.cc", |
| 3508 "test/test_confirm_bubble_model.h", | 3510 "test/test_confirm_bubble_model.h", |
| 3509 ] | 3511 ] |
| 3510 deps += [ "//chrome/test:test_support_ui" ] | 3512 deps += [ "//chrome/test:test_support_ui" ] |
| 3511 } | 3513 } |
| 3512 | 3514 |
| 3513 if (enable_extensions) { | 3515 if (enable_extensions) { |
| 3514 deps += [ "//extensions/browser" ] | 3516 deps += [ "//extensions/browser" ] |
| 3515 } | 3517 } |
| 3516 } | 3518 } |
| OLD | NEW |