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 1608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1619 "views/update_recommended_message_box.cc", | 1619 "views/update_recommended_message_box.cc", |
1620 "views/update_recommended_message_box.h", | 1620 "views/update_recommended_message_box.h", |
1621 ] | 1621 ] |
1622 deps += [ | 1622 deps += [ |
1623 "//chrome/browser/ui/views", | 1623 "//chrome/browser/ui/views", |
1624 "//components/constrained_window", | 1624 "//components/constrained_window", |
1625 "//components/payments/content", | 1625 "//components/payments/content", |
1626 "//components/payments/core", | 1626 "//components/payments/core", |
1627 "//services/ui/public/cpp/input_devices", | 1627 "//services/ui/public/cpp/input_devices", |
1628 ] | 1628 ] |
| 1629 |
| 1630 if (use_aura) { |
| 1631 deps += [ "//components/ui_devtools/views" ] |
| 1632 } |
| 1633 |
1629 allow_circular_includes_from += [ "//chrome/browser/ui/views" ] | 1634 allow_circular_includes_from += [ "//chrome/browser/ui/views" ] |
1630 | 1635 |
1631 if (enable_extensions) { | 1636 if (enable_extensions) { |
1632 deps += [ "//extensions/components/native_app_window" ] | 1637 deps += [ "//extensions/components/native_app_window" ] |
1633 } | 1638 } |
1634 | 1639 |
1635 if (is_chromeos) { | 1640 if (is_chromeos) { |
1636 sources += [ | 1641 sources += [ |
1637 "views/apps/app_info_dialog/arc_app_info_links_panel.cc", | 1642 "views/apps/app_info_dialog/arc_app_info_links_panel.cc", |
1638 "views/apps/app_info_dialog/arc_app_info_links_panel.h", | 1643 "views/apps/app_info_dialog/arc_app_info_links_panel.h", |
(...skipping 2006 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3645 deps += [ | 3650 deps += [ |
3646 "//chrome/test:test_support_ui", | 3651 "//chrome/test:test_support_ui", |
3647 "//components/zoom", | 3652 "//components/zoom", |
3648 ] | 3653 ] |
3649 } | 3654 } |
3650 | 3655 |
3651 if (enable_extensions) { | 3656 if (enable_extensions) { |
3652 deps += [ "//extensions/browser" ] | 3657 deps += [ "//extensions/browser" ] |
3653 } | 3658 } |
3654 } | 3659 } |
OLD | NEW |