| 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 1378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1389 "ash/session_state_delegate_chromeos.cc", | 1389 "ash/session_state_delegate_chromeos.cc", |
| 1390 "ash/session_state_delegate_chromeos.h", | 1390 "ash/session_state_delegate_chromeos.h", |
| 1391 "ash/session_util.cc", | 1391 "ash/session_util.cc", |
| 1392 "ash/session_util.h", | 1392 "ash/session_util.h", |
| 1393 "ash/system_tray_delegate_chromeos.cc", | 1393 "ash/system_tray_delegate_chromeos.cc", |
| 1394 "ash/system_tray_delegate_chromeos.h", | 1394 "ash/system_tray_delegate_chromeos.h", |
| 1395 "ash/system_tray_delegate_utils.cc", | 1395 "ash/system_tray_delegate_utils.cc", |
| 1396 "ash/system_tray_delegate_utils.h", | 1396 "ash/system_tray_delegate_utils.h", |
| 1397 "ash/volume_controller_chromeos.cc", | 1397 "ash/volume_controller_chromeos.cc", |
| 1398 "ash/volume_controller_chromeos.h", | 1398 "ash/volume_controller_chromeos.h", |
| 1399 "ash/vpn_list_forwarder.cc", | 1399 "ash/vpn_delegate_chromeos.cc", |
| 1400 "ash/vpn_list_forwarder.h", | 1400 "ash/vpn_delegate_chromeos.h", |
| 1401 "views/ash/chrome_browser_main_extra_parts_ash.cc", | 1401 "views/ash/chrome_browser_main_extra_parts_ash.cc", |
| 1402 "views/ash/chrome_browser_main_extra_parts_ash.h", | 1402 "views/ash/chrome_browser_main_extra_parts_ash.h", |
| 1403 "views/ash/tab_scrubber.cc", | 1403 "views/ash/tab_scrubber.cc", |
| 1404 "views/ash/tab_scrubber.h", | 1404 "views/ash/tab_scrubber.h", |
| 1405 "views/touch_uma/touch_uma_ash.cc", | 1405 "views/touch_uma/touch_uma_ash.cc", |
| 1406 "window_sizer/window_sizer_ash.cc", | 1406 "window_sizer/window_sizer_ash.cc", |
| 1407 ] | 1407 ] |
| 1408 deps += [ | 1408 deps += [ |
| 1409 "//ash", | 1409 "//ash", |
| 1410 "//ash:ash_with_content", | 1410 "//ash:ash_with_content", |
| (...skipping 2068 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3479 "test/test_confirm_bubble_model.cc", | 3479 "test/test_confirm_bubble_model.cc", |
| 3480 "test/test_confirm_bubble_model.h", | 3480 "test/test_confirm_bubble_model.h", |
| 3481 ] | 3481 ] |
| 3482 deps += [ "//chrome/test:test_support_ui" ] | 3482 deps += [ "//chrome/test:test_support_ui" ] |
| 3483 } | 3483 } |
| 3484 | 3484 |
| 3485 if (enable_extensions) { | 3485 if (enable_extensions) { |
| 3486 deps += [ "//extensions/browser" ] | 3486 deps += [ "//extensions/browser" ] |
| 3487 } | 3487 } |
| 3488 } | 3488 } |
| OLD | NEW |