Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(943)

Side by Side Diff: content/test/BUILD.gn

Issue 1882433002: Removing NSS files and USE_OPENSSL flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | crypto/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 850 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 sources -= [ "../common/plugin_list_unittest.cc" ] 861 sources -= [ "../common/plugin_list_unittest.cc" ]
862 } 862 }
863 863
864 if (use_ozone) { 864 if (use_ozone) {
865 deps += [ "//ui/ozone" ] 865 deps += [ "//ui/ozone" ]
866 } else { 866 } else {
867 sources -= 867 sources -=
868 [ "../browser/compositor/software_output_device_ozone_unittest.cc" ] 868 [ "../browser/compositor/software_output_device_ozone_unittest.cc" ]
869 } 869 }
870 870
871 if (is_mac && use_openssl) { 871 if (is_mac) {
872 deps += [ "//third_party/boringssl" ] 872 deps += [ "//third_party/boringssl" ]
873 } 873 }
874 874
875 if (use_x11) { 875 if (use_x11) {
876 deps += [ "//ui/gfx/x" ] 876 deps += [ "//ui/gfx/x" ]
877 } 877 }
878 } 878 }
879 879
880 test("content_perftests") { 880 test("content_perftests") {
881 # See comment at the top of //content/BUILD.gn for why this is disabled in 881 # 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
1021 "//gpu:test_support", 1021 "//gpu:test_support",
1022 "//media/base/android", 1022 "//media/base/android",
1023 "//media/base/android:media_java", 1023 "//media/base/android:media_java",
1024 "//media/capture/video/android:capture_java", 1024 "//media/capture/video/android:capture_java",
1025 "//testing/gmock", 1025 "//testing/gmock",
1026 "//ui/android:ui_java", 1026 "//ui/android:ui_java",
1027 ] 1027 ]
1028 } 1028 }
1029 } 1029 }
1030 } 1030 }
OLDNEW
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | crypto/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698