| 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/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
| 8 import("//ui/base/ui_features.gni") | 8 import("//ui/base/ui_features.gni") |
| 9 | 9 |
| 10 assert(use_aura) | 10 assert(use_aura) |
| (...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 418 "common/system/user/rounded_image_view.h", | 418 "common/system/user/rounded_image_view.h", |
| 419 "common/system/user/tray_user.cc", | 419 "common/system/user/tray_user.cc", |
| 420 "common/system/user/tray_user.h", | 420 "common/system/user/tray_user.h", |
| 421 "common/system/user/tray_user_separator.cc", | 421 "common/system/user/tray_user_separator.cc", |
| 422 "common/system/user/tray_user_separator.h", | 422 "common/system/user/tray_user_separator.h", |
| 423 "common/system/user/user_card_view.cc", | 423 "common/system/user/user_card_view.cc", |
| 424 "common/system/user/user_card_view.h", | 424 "common/system/user/user_card_view.h", |
| 425 "common/system/user/user_observer.h", | 425 "common/system/user/user_observer.h", |
| 426 "common/system/user/user_view.cc", | 426 "common/system/user/user_view.cc", |
| 427 "common/system/user/user_view.h", | 427 "common/system/user/user_view.h", |
| 428 "common/system/volume_control_delegate.h", | |
| 429 "common/system/web_notification/ash_popup_alignment_delegate.cc", | 428 "common/system/web_notification/ash_popup_alignment_delegate.cc", |
| 430 "common/system/web_notification/ash_popup_alignment_delegate.h", | 429 "common/system/web_notification/ash_popup_alignment_delegate.h", |
| 431 "common/system/web_notification/web_notification_tray.cc", | 430 "common/system/web_notification/web_notification_tray.cc", |
| 432 "common/system/web_notification/web_notification_tray.h", | 431 "common/system/web_notification/web_notification_tray.h", |
| 433 "common/wallpaper/wallpaper_controller.cc", | 432 "common/wallpaper/wallpaper_controller.cc", |
| 434 "common/wallpaper/wallpaper_controller.h", | 433 "common/wallpaper/wallpaper_controller.h", |
| 435 "common/wallpaper/wallpaper_controller_observer.h", | 434 "common/wallpaper/wallpaper_controller_observer.h", |
| 436 "common/wallpaper/wallpaper_delegate.h", | 435 "common/wallpaper/wallpaper_delegate.h", |
| 437 "common/wallpaper/wallpaper_view.cc", | 436 "common/wallpaper/wallpaper_view.cc", |
| 438 "common/wallpaper/wallpaper_view.h", | 437 "common/wallpaper/wallpaper_view.h", |
| (...skipping 1036 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1475 if (is_win) { | 1474 if (is_win) { |
| 1476 configs -= [ "//build/config/win:console" ] | 1475 configs -= [ "//build/config/win:console" ] |
| 1477 configs += [ "//build/config/win:windowed" ] | 1476 configs += [ "//build/config/win:windowed" ] |
| 1478 deps += [ "//sandbox" ] | 1477 deps += [ "//sandbox" ] |
| 1479 } | 1478 } |
| 1480 | 1479 |
| 1481 if (is_chromeos) { | 1480 if (is_chromeos) { |
| 1482 deps += [ "//device/bluetooth" ] | 1481 deps += [ "//device/bluetooth" ] |
| 1483 } | 1482 } |
| 1484 } | 1483 } |
| OLD | NEW |