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 1347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1358 "ash/multi_user/multi_user_window_manager.cc", | 1358 "ash/multi_user/multi_user_window_manager.cc", |
1359 "ash/multi_user/multi_user_window_manager.h", | 1359 "ash/multi_user/multi_user_window_manager.h", |
1360 "ash/multi_user/multi_user_window_manager_chromeos.cc", | 1360 "ash/multi_user/multi_user_window_manager_chromeos.cc", |
1361 "ash/multi_user/multi_user_window_manager_chromeos.h", | 1361 "ash/multi_user/multi_user_window_manager_chromeos.h", |
1362 "ash/multi_user/multi_user_window_manager_stub.cc", | 1362 "ash/multi_user/multi_user_window_manager_stub.cc", |
1363 "ash/multi_user/multi_user_window_manager_stub.h", | 1363 "ash/multi_user/multi_user_window_manager_stub.h", |
1364 "ash/multi_user/user_switch_animator_chromeos.cc", | 1364 "ash/multi_user/user_switch_animator_chromeos.cc", |
1365 "ash/multi_user/user_switch_animator_chromeos.h", | 1365 "ash/multi_user/user_switch_animator_chromeos.h", |
1366 "ash/multi_user/user_switch_util.cc", | 1366 "ash/multi_user/user_switch_util.cc", |
1367 "ash/multi_user/user_switch_util.h", | 1367 "ash/multi_user/user_switch_util.h", |
1368 "ash/network_connect_delegate_chromeos.cc", | |
1369 "ash/network_connect_delegate_chromeos.h", | |
1370 "ash/networking_config_delegate_chromeos.cc", | 1368 "ash/networking_config_delegate_chromeos.cc", |
1371 "ash/networking_config_delegate_chromeos.h", | 1369 "ash/networking_config_delegate_chromeos.h", |
1372 "ash/palette_delegate_chromeos.cc", | 1370 "ash/palette_delegate_chromeos.cc", |
1373 "ash/palette_delegate_chromeos.h", | 1371 "ash/palette_delegate_chromeos.h", |
1374 "ash/property_util.cc", | 1372 "ash/property_util.cc", |
1375 "ash/property_util.h", | 1373 "ash/property_util.h", |
1376 "ash/session_state_delegate_chromeos.cc", | 1374 "ash/session_state_delegate_chromeos.cc", |
1377 "ash/session_state_delegate_chromeos.h", | 1375 "ash/session_state_delegate_chromeos.h", |
1378 "ash/session_util.cc", | 1376 "ash/session_util.cc", |
1379 "ash/session_util.h", | 1377 "ash/session_util.h", |
(...skipping 2036 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3416 "test/test_confirm_bubble_model.cc", | 3414 "test/test_confirm_bubble_model.cc", |
3417 "test/test_confirm_bubble_model.h", | 3415 "test/test_confirm_bubble_model.h", |
3418 ] | 3416 ] |
3419 deps += [ "//chrome/test:test_support_ui" ] | 3417 deps += [ "//chrome/test:test_support_ui" ] |
3420 } | 3418 } |
3421 | 3419 |
3422 if (enable_extensions) { | 3420 if (enable_extensions) { |
3423 deps += [ "//extensions/browser" ] | 3421 deps += [ "//extensions/browser" ] |
3424 } | 3422 } |
3425 } | 3423 } |
OLD | NEW |