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 1548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1559 "views/task_manager_view.cc", | 1559 "views/task_manager_view.cc", |
1560 "views/task_manager_view.h", | 1560 "views/task_manager_view.h", |
1561 "views/toolbar/toolbar_actions_bar_bubble_views.cc", | 1561 "views/toolbar/toolbar_actions_bar_bubble_views.cc", |
1562 "views/toolbar/toolbar_actions_bar_bubble_views.h", | 1562 "views/toolbar/toolbar_actions_bar_bubble_views.h", |
1563 "views/update_recommended_message_box.cc", | 1563 "views/update_recommended_message_box.cc", |
1564 "views/update_recommended_message_box.h", | 1564 "views/update_recommended_message_box.h", |
1565 ] | 1565 ] |
1566 deps += [ | 1566 deps += [ |
1567 "//chrome/browser/ui/views", | 1567 "//chrome/browser/ui/views", |
1568 "//components/constrained_window", | 1568 "//components/constrained_window", |
1569 "//components/payments/content:payment_request_impl", | 1569 "//components/payments/content", |
1570 "//components/payments/content:payment_validation", | |
1571 "//components/payments/core", | 1570 "//components/payments/core", |
1572 "//services/ui/public/cpp/input_devices", | 1571 "//services/ui/public/cpp/input_devices", |
1573 ] | 1572 ] |
1574 allow_circular_includes_from += [ "//chrome/browser/ui/views" ] | 1573 allow_circular_includes_from += [ "//chrome/browser/ui/views" ] |
1575 | 1574 |
1576 if (enable_extensions) { | 1575 if (enable_extensions) { |
1577 deps += [ "//extensions/components/native_app_window" ] | 1576 deps += [ "//extensions/components/native_app_window" ] |
1578 } | 1577 } |
1579 | 1578 |
1580 if (is_chromeos) { | 1579 if (is_chromeos) { |
(...skipping 1950 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3531 "test/test_confirm_bubble_model.cc", | 3530 "test/test_confirm_bubble_model.cc", |
3532 "test/test_confirm_bubble_model.h", | 3531 "test/test_confirm_bubble_model.h", |
3533 ] | 3532 ] |
3534 deps += [ "//chrome/test:test_support_ui" ] | 3533 deps += [ "//chrome/test:test_support_ui" ] |
3535 } | 3534 } |
3536 | 3535 |
3537 if (enable_extensions) { | 3536 if (enable_extensions) { |
3538 deps += [ "//extensions/browser" ] | 3537 deps += [ "//extensions/browser" ] |
3539 } | 3538 } |
3540 } | 3539 } |
OLD | NEW |