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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
417 "common/system/tray/tray_popup_header_button.cc", | 417 "common/system/tray/tray_popup_header_button.cc", |
418 "common/system/tray/tray_popup_header_button.h", | 418 "common/system/tray/tray_popup_header_button.h", |
419 "common/system/tray/tray_popup_item_container.cc", | 419 "common/system/tray/tray_popup_item_container.cc", |
420 "common/system/tray/tray_popup_item_container.h", | 420 "common/system/tray/tray_popup_item_container.h", |
421 "common/system/tray/tray_popup_item_style.cc", | 421 "common/system/tray/tray_popup_item_style.cc", |
422 "common/system/tray/tray_popup_item_style.h", | 422 "common/system/tray/tray_popup_item_style.h", |
423 "common/system/tray/tray_popup_label_button.cc", | 423 "common/system/tray/tray_popup_label_button.cc", |
424 "common/system/tray/tray_popup_label_button.h", | 424 "common/system/tray/tray_popup_label_button.h", |
425 "common/system/tray/tray_popup_label_button_border.cc", | 425 "common/system/tray/tray_popup_label_button_border.cc", |
426 "common/system/tray/tray_popup_label_button_border.h", | 426 "common/system/tray/tray_popup_label_button_border.h", |
427 "common/system/tray/tray_popup_layout_factory.cc", | 427 "common/system/tray/tray_popup_utils.cc", |
428 "common/system/tray/tray_popup_layout_factory.h", | 428 "common/system/tray/tray_popup_utils.h", |
429 "common/system/tray/tray_utils.cc", | 429 "common/system/tray/tray_utils.cc", |
430 "common/system/tray/tray_utils.h", | 430 "common/system/tray/tray_utils.h", |
431 "common/system/tray/tri_view.cc", | 431 "common/system/tray/tri_view.cc", |
432 "common/system/tray/tri_view.h", | 432 "common/system/tray/tri_view.h", |
433 "common/system/tray/view_click_listener.h", | 433 "common/system/tray/view_click_listener.h", |
434 "common/system/tray_accessibility.cc", | 434 "common/system/tray_accessibility.cc", |
435 "common/system/tray_accessibility.h", | 435 "common/system/tray_accessibility.h", |
436 "common/system/update/tray_update.cc", | 436 "common/system/update/tray_update.cc", |
437 "common/system/update/tray_update.h", | 437 "common/system/update/tray_update.h", |
438 "common/system/update/update_observer.h", | 438 "common/system/update/update_observer.h", |
(...skipping 1059 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1498 if (is_win) { | 1498 if (is_win) { |
1499 configs -= [ "//build/config/win:console" ] | 1499 configs -= [ "//build/config/win:console" ] |
1500 configs += [ "//build/config/win:windowed" ] | 1500 configs += [ "//build/config/win:windowed" ] |
1501 deps += [ "//sandbox" ] | 1501 deps += [ "//sandbox" ] |
1502 } | 1502 } |
1503 | 1503 |
1504 if (is_chromeos) { | 1504 if (is_chromeos) { |
1505 deps += [ "//device/bluetooth" ] | 1505 deps += [ "//device/bluetooth" ] |
1506 } | 1506 } |
1507 } | 1507 } |
OLD | NEW |