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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
10 import("//build_overrides/v8.gni") | 10 import("//build_overrides/v8.gni") |
(...skipping 849 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
860 sources -= [ "../common/plugin_list_unittest.cc" ] | 860 sources -= [ "../common/plugin_list_unittest.cc" ] |
861 } | 861 } |
862 | 862 |
863 if (use_ozone) { | 863 if (use_ozone) { |
864 deps += [ "//ui/ozone" ] | 864 deps += [ "//ui/ozone" ] |
865 } else { | 865 } else { |
866 sources -= | 866 sources -= |
867 [ "../browser/compositor/software_output_device_ozone_unittest.cc" ] | 867 [ "../browser/compositor/software_output_device_ozone_unittest.cc" ] |
868 } | 868 } |
869 | 869 |
870 if (is_mac && use_openssl) { | 870 if (is_mac) { |
871 deps += [ "//third_party/boringssl" ] | 871 deps += [ "//third_party/boringssl" ] |
872 } | 872 } |
873 | 873 |
874 if (use_x11) { | 874 if (use_x11) { |
875 deps += [ "//ui/gfx/x" ] | 875 deps += [ "//ui/gfx/x" ] |
876 } | 876 } |
877 } | 877 } |
878 | 878 |
879 test("content_perftests") { | 879 test("content_perftests") { |
880 # See comment at the top of //content/BUILD.gn for why this is disabled in | 880 # See comment at the top of //content/BUILD.gn for why this is disabled in |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1020 "//gpu:test_support", | 1020 "//gpu:test_support", |
1021 "//media/base/android", | 1021 "//media/base/android", |
1022 "//media/base/android:media_java", | 1022 "//media/base/android:media_java", |
1023 "//media/capture/video/android:capture_java", | 1023 "//media/capture/video/android:capture_java", |
1024 "//testing/gmock", | 1024 "//testing/gmock", |
1025 "//ui/android:ui_java", | 1025 "//ui/android:ui_java", |
1026 ] | 1026 ] |
1027 } | 1027 } |
1028 } | 1028 } |
1029 } | 1029 } |
OLD | NEW |