Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Side by Side Diff: ash/BUILD.gn

Issue 2320333002: Fixes build breakage (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 "common/system/user/user_card_view.cc", 409 "common/system/user/user_card_view.cc",
410 "common/system/user/user_card_view.h", 410 "common/system/user/user_card_view.h",
411 "common/system/user/user_observer.h", 411 "common/system/user/user_observer.h",
412 "common/system/user/user_view.cc", 412 "common/system/user/user_view.cc",
413 "common/system/user/user_view.h", 413 "common/system/user/user_view.h",
414 "common/system/volume_control_delegate.h", 414 "common/system/volume_control_delegate.h",
415 "common/system/web_notification/ash_popup_alignment_delegate.cc", 415 "common/system/web_notification/ash_popup_alignment_delegate.cc",
416 "common/system/web_notification/ash_popup_alignment_delegate.h", 416 "common/system/web_notification/ash_popup_alignment_delegate.h",
417 "common/system/web_notification/web_notification_tray.cc", 417 "common/system/web_notification/web_notification_tray.cc",
418 "common/system/web_notification/web_notification_tray.h", 418 "common/system/web_notification/web_notification_tray.h",
419 "common/wallpaper/wallpaper_controller.cc",
420 "common/wallpaper/wallpaper_controller.h",
421 "common/wallpaper/wallpaper_controller_observer.h",
419 "common/wallpaper/wallpaper_delegate.h", 422 "common/wallpaper/wallpaper_delegate.h",
423 "common/wallpaper/wallpaper_view.cc",
424 "common/wallpaper/wallpaper_view.h",
425 "common/wallpaper/wallpaper_widget_controller.cc",
426 "common/wallpaper/wallpaper_widget_controller.h",
420 "common/wm/always_on_top_controller.cc", 427 "common/wm/always_on_top_controller.cc",
421 "common/wm/always_on_top_controller.h", 428 "common/wm/always_on_top_controller.h",
422 "common/wm/background_animator.cc", 429 "common/wm/background_animator.cc",
423 "common/wm/background_animator.h", 430 "common/wm/background_animator.h",
424 "common/wm/container_finder.cc", 431 "common/wm/container_finder.cc",
425 "common/wm/container_finder.h", 432 "common/wm/container_finder.h",
426 "common/wm/default_state.cc", 433 "common/wm/default_state.cc",
427 "common/wm/default_state.h", 434 "common/wm/default_state.h",
428 "common/wm/default_window_resizer.cc", 435 "common/wm/default_window_resizer.cc",
429 "common/wm/default_window_resizer.h", 436 "common/wm/default_window_resizer.h",
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
705 "touch/touch_transformer_controller.cc", 712 "touch/touch_transformer_controller.cc",
706 "touch/touch_transformer_controller.h", 713 "touch/touch_transformer_controller.h",
707 "touch/touch_uma.cc", 714 "touch/touch_uma.cc",
708 "touch/touch_uma.h", 715 "touch/touch_uma.h",
709 "touch/touchscreen_util.cc", 716 "touch/touchscreen_util.cc",
710 "touch/touchscreen_util.h", 717 "touch/touchscreen_util.h",
711 "utility/screenshot_controller.cc", 718 "utility/screenshot_controller.cc",
712 "utility/screenshot_controller.h", 719 "utility/screenshot_controller.h",
713 "virtual_keyboard_controller.cc", 720 "virtual_keyboard_controller.cc",
714 "virtual_keyboard_controller.h", 721 "virtual_keyboard_controller.h",
715 "wallpaper/wallpaper_controller.cc",
716 "wallpaper/wallpaper_controller.h",
717 "wallpaper/wallpaper_controller_observer.h",
718 "wallpaper/wallpaper_view.cc",
719 "wallpaper/wallpaper_view.h",
720 "wallpaper/wallpaper_widget_controller.cc",
721 "wallpaper/wallpaper_widget_controller.h",
722 "wm/ash_focus_rules.cc", 722 "wm/ash_focus_rules.cc",
723 "wm/ash_focus_rules.h", 723 "wm/ash_focus_rules.h",
724 "wm/ash_native_cursor_manager.cc", 724 "wm/ash_native_cursor_manager.cc",
725 "wm/ash_native_cursor_manager.h", 725 "wm/ash_native_cursor_manager.h",
726 "wm/boot_splash_screen_chromeos.cc", 726 "wm/boot_splash_screen_chromeos.cc",
727 "wm/boot_splash_screen_chromeos.h", 727 "wm/boot_splash_screen_chromeos.h",
728 "wm/cursor_manager_chromeos.cc", 728 "wm/cursor_manager_chromeos.cc",
729 "wm/cursor_manager_chromeos.h", 729 "wm/cursor_manager_chromeos.h",
730 "wm/dim_window.cc", 730 "wm/dim_window.cc",
731 "wm/dim_window.h", 731 "wm/dim_window.h",
(...skipping 655 matching lines...) Expand 10 before | Expand all | Expand 10 after
1387 "common/system/chromeos/screen_security/screen_tray_item_unittest.cc", 1387 "common/system/chromeos/screen_security/screen_tray_item_unittest.cc",
1388 "common/system/chromeos/session/logout_confirmation_controller_unittest.cc", 1388 "common/system/chromeos/session/logout_confirmation_controller_unittest.cc",
1389 "common/system/chromeos/session/tray_session_length_limit_unittest.cc", 1389 "common/system/chromeos/session/tray_session_length_limit_unittest.cc",
1390 "common/system/chromeos/supervised/tray_supervised_user_unittest.cc", 1390 "common/system/chromeos/supervised/tray_supervised_user_unittest.cc",
1391 "common/system/date/date_view_unittest.cc", 1391 "common/system/date/date_view_unittest.cc",
1392 "common/system/ime/tray_ime_chromeos_unittest.cc", 1392 "common/system/ime/tray_ime_chromeos_unittest.cc",
1393 "common/system/tray/system_tray_unittest.cc", 1393 "common/system/tray/system_tray_unittest.cc",
1394 "common/system/tray/tray_details_view_unittest.cc", 1394 "common/system/tray/tray_details_view_unittest.cc",
1395 "common/system/update/tray_update_unittest.cc", 1395 "common/system/update/tray_update_unittest.cc",
1396 "common/system/user/tray_user_unittest.cc", 1396 "common/system/user/tray_user_unittest.cc",
1397 "common/wallpaper/wallpaper_controller_unittest.cc",
1397 "common/wm/container_finder_unittest.cc", 1398 "common/wm/container_finder_unittest.cc",
1398 "common/wm/overview/cleanup_animation_observer_unittest.cc", 1399 "common/wm/overview/cleanup_animation_observer_unittest.cc",
1399 "common/wm/workspace/workspace_event_handler_test_helper.cc", 1400 "common/wm/workspace/workspace_event_handler_test_helper.cc",
1400 "common/wm/workspace/workspace_event_handler_test_helper.h", 1401 "common/wm/workspace/workspace_event_handler_test_helper.h",
1401 "dip_unittest.cc", 1402 "dip_unittest.cc",
1402 "display/cursor_window_controller_unittest.cc", 1403 "display/cursor_window_controller_unittest.cc",
1403 "display/display_change_observer_chromeos_unittest.cc", 1404 "display/display_change_observer_chromeos_unittest.cc",
1404 "display/display_color_manager_chromeos_unittest.cc", 1405 "display/display_color_manager_chromeos_unittest.cc",
1405 "display/display_error_observer_chromeos_unittest.cc", 1406 "display/display_error_observer_chromeos_unittest.cc",
1406 "display/display_manager_unittest.cc", 1407 "display/display_manager_unittest.cc",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
1448 "system/web_notification/web_notification_tray_unittest.cc", 1449 "system/web_notification/web_notification_tray_unittest.cc",
1449 "test/ash_test_environment_default.cc", 1450 "test/ash_test_environment_default.cc",
1450 "test/ash_test_helper_unittest.cc", 1451 "test/ash_test_helper_unittest.cc",
1451 "test/ash_unittests.cc", 1452 "test/ash_unittests.cc",
1452 "tooltips/tooltip_controller_unittest.cc", 1453 "tooltips/tooltip_controller_unittest.cc",
1453 "touch/touch_observer_hud_unittest.cc", 1454 "touch/touch_observer_hud_unittest.cc",
1454 "touch/touch_transformer_controller_unittest.cc", 1455 "touch/touch_transformer_controller_unittest.cc",
1455 "touch/touchscreen_util_unittest.cc", 1456 "touch/touchscreen_util_unittest.cc",
1456 "utility/screenshot_controller_unittest.cc", 1457 "utility/screenshot_controller_unittest.cc",
1457 "virtual_keyboard_controller_unittest.cc", 1458 "virtual_keyboard_controller_unittest.cc",
1458 "wallpaper/wallpaper_controller_unittest.cc",
1459 "wm/always_on_top_controller_unittest.cc", 1459 "wm/always_on_top_controller_unittest.cc",
1460 "wm/ash_focus_rules_unittest.cc", 1460 "wm/ash_focus_rules_unittest.cc",
1461 "wm/ash_native_cursor_manager_unittest.cc", 1461 "wm/ash_native_cursor_manager_unittest.cc",
1462 "wm/dock/docked_window_layout_manager_unittest.cc", 1462 "wm/dock/docked_window_layout_manager_unittest.cc",
1463 "wm/dock/docked_window_resizer_unittest.cc", 1463 "wm/dock/docked_window_resizer_unittest.cc",
1464 "wm/drag_window_resizer_unittest.cc", 1464 "wm/drag_window_resizer_unittest.cc",
1465 "wm/gestures/overview_gesture_handler_unittest.cc", 1465 "wm/gestures/overview_gesture_handler_unittest.cc",
1466 "wm/immersive_fullscreen_controller_unittest.cc", 1466 "wm/immersive_fullscreen_controller_unittest.cc",
1467 "wm/lock_layout_manager_unittest.cc", 1467 "wm/lock_layout_manager_unittest.cc",
1468 "wm/lock_state_controller_unittest.cc", 1468 "wm/lock_state_controller_unittest.cc",
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
1637 if (is_win) { 1637 if (is_win) {
1638 configs -= [ "//build/config/win:console" ] 1638 configs -= [ "//build/config/win:console" ]
1639 configs += [ "//build/config/win:windowed" ] 1639 configs += [ "//build/config/win:windowed" ]
1640 deps += [ "//sandbox" ] 1640 deps += [ "//sandbox" ]
1641 } 1641 }
1642 1642
1643 if (is_chromeos) { 1643 if (is_chromeos) {
1644 deps += [ "//device/bluetooth" ] 1644 deps += [ "//device/bluetooth" ]
1645 } 1645 }
1646 } 1646 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698