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") |
| 11 import("//device/vr/features.gni") |
11 import("//extensions/features/features.gni") | 12 import("//extensions/features/features.gni") |
12 import("//media/media_options.gni") | 13 import("//media/media_options.gni") |
13 import("//ppapi/features/features.gni") | 14 import("//ppapi/features/features.gni") |
14 import("//printing/features/features.gni") | 15 import("//printing/features/features.gni") |
15 import("//rlz/features/features.gni") | 16 import("//rlz/features/features.gni") |
16 import("//ui/base/ui_features.gni") | 17 import("//ui/base/ui_features.gni") |
17 | 18 |
18 config("ui_warnings") { | 19 config("ui_warnings") { |
19 if (is_clang) { | 20 if (is_clang) { |
20 # TODO(thakis): Remove this once http://crbug.com/383820 is figured out | 21 # TODO(thakis): Remove this once http://crbug.com/383820 is figured out |
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
571 "//components/version_ui", | 572 "//components/version_ui", |
572 "//components/web_cache/browser", | 573 "//components/web_cache/browser", |
573 "//components/web_resource", | 574 "//components/web_resource", |
574 "//components/zoom", | 575 "//components/zoom", |
575 "//content/app/resources", | 576 "//content/app/resources", |
576 "//content/public/common", | 577 "//content/public/common", |
577 "//crypto", | 578 "//crypto", |
578 "//device/base", | 579 "//device/base", |
579 "//device/bluetooth/public/interfaces:experimental_interfaces", | 580 "//device/bluetooth/public/interfaces:experimental_interfaces", |
580 "//device/usb", | 581 "//device/usb", |
| 582 "//device/vr:features", |
581 "//extensions/features", | 583 "//extensions/features", |
582 "//media", | 584 "//media", |
583 "//net:net", | 585 "//net:net", |
584 "//ppapi/features", | 586 "//ppapi/features", |
585 "//printing/features", | 587 "//printing/features", |
586 "//rlz/features", | 588 "//rlz/features", |
587 "//services/service_manager/runner/common", | 589 "//services/service_manager/runner/common", |
588 "//skia", | 590 "//skia", |
589 "//storage/browser", | 591 "//storage/browser", |
590 "//storage/common", | 592 "//storage/common", |
(...skipping 2938 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3529 "test/test_confirm_bubble_model.cc", | 3531 "test/test_confirm_bubble_model.cc", |
3530 "test/test_confirm_bubble_model.h", | 3532 "test/test_confirm_bubble_model.h", |
3531 ] | 3533 ] |
3532 deps += [ "//chrome/test:test_support_ui" ] | 3534 deps += [ "//chrome/test:test_support_ui" ] |
3533 } | 3535 } |
3534 | 3536 |
3535 if (enable_extensions) { | 3537 if (enable_extensions) { |
3536 deps += [ "//extensions/browser" ] | 3538 deps += [ "//extensions/browser" ] |
3537 } | 3539 } |
3538 } | 3540 } |
OLD | NEW |