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 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
300 "webui/chromeos/login/user_board_screen_handler.cc", | 300 "webui/chromeos/login/user_board_screen_handler.cc", |
301 "webui/chromeos/login/user_board_screen_handler.h", | 301 "webui/chromeos/login/user_board_screen_handler.h", |
302 "webui/chromeos/login/user_image_screen_handler.cc", | 302 "webui/chromeos/login/user_image_screen_handler.cc", |
303 "webui/chromeos/login/user_image_screen_handler.h", | 303 "webui/chromeos/login/user_image_screen_handler.h", |
304 "webui/chromeos/login/wrong_hwid_screen_handler.cc", | 304 "webui/chromeos/login/wrong_hwid_screen_handler.cc", |
305 "webui/chromeos/login/wrong_hwid_screen_handler.h", | 305 "webui/chromeos/login/wrong_hwid_screen_handler.h", |
306 "webui/chromeos/mobile_setup_dialog.cc", | 306 "webui/chromeos/mobile_setup_dialog.cc", |
307 "webui/chromeos/mobile_setup_dialog.h", | 307 "webui/chromeos/mobile_setup_dialog.h", |
308 "webui/chromeos/mobile_setup_ui.cc", | 308 "webui/chromeos/mobile_setup_ui.cc", |
309 "webui/chromeos/mobile_setup_ui.h", | 309 "webui/chromeos/mobile_setup_ui.h", |
| 310 "webui/chromeos/network_element_localized_strings_provider.cc", |
| 311 "webui/chromeos/network_element_localized_strings_provider.h", |
310 "webui/chromeos/network_ui.cc", | 312 "webui/chromeos/network_ui.cc", |
311 "webui/chromeos/network_ui.h", | 313 "webui/chromeos/network_ui.h", |
312 "webui/chromeos/power_ui.cc", | 314 "webui/chromeos/power_ui.cc", |
313 "webui/chromeos/power_ui.h", | 315 "webui/chromeos/power_ui.h", |
314 "webui/chromeos/proxy_settings_ui.cc", | 316 "webui/chromeos/proxy_settings_ui.cc", |
315 "webui/chromeos/proxy_settings_ui.h", | 317 "webui/chromeos/proxy_settings_ui.h", |
316 "webui/chromeos/set_time_ui.cc", | 318 "webui/chromeos/set_time_ui.cc", |
317 "webui/chromeos/set_time_ui.h", | 319 "webui/chromeos/set_time_ui.h", |
318 "webui/chromeos/sim_unlock_ui.cc", | 320 "webui/chromeos/sim_unlock_ui.cc", |
319 "webui/chromeos/sim_unlock_ui.h", | 321 "webui/chromeos/sim_unlock_ui.h", |
(...skipping 3165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3485 "test/test_confirm_bubble_model.cc", | 3487 "test/test_confirm_bubble_model.cc", |
3486 "test/test_confirm_bubble_model.h", | 3488 "test/test_confirm_bubble_model.h", |
3487 ] | 3489 ] |
3488 deps += [ "//chrome/test:test_support_ui" ] | 3490 deps += [ "//chrome/test:test_support_ui" ] |
3489 } | 3491 } |
3490 | 3492 |
3491 if (enable_extensions) { | 3493 if (enable_extensions) { |
3492 deps += [ "//extensions/browser" ] | 3494 deps += [ "//extensions/browser" ] |
3493 } | 3495 } |
3494 } | 3496 } |
OLD | NEW |