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

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

Issue 1403893007: Adding third_party/openh264/src, build files and unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename var to 'use_openh264', add OpenH264 to 'all' target of GN Created 5 years, 1 month 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
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/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_overrides/v8.gni") 9 import("//build_overrides/v8.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 "//ui/ozone:ozone_base", 740 "//ui/ozone:ozone_base",
741 ] 741 ]
742 } else { 742 } else {
743 sources -= 743 sources -=
744 [ "../browser/compositor/software_output_device_ozone_unittest.cc" ] 744 [ "../browser/compositor/software_output_device_ozone_unittest.cc" ]
745 } 745 }
746 746
747 if (is_mac && use_openssl) { 747 if (is_mac && use_openssl) {
748 deps += [ "//third_party/boringssl" ] 748 deps += [ "//third_party/boringssl" ]
749 } 749 }
750
751 if (use_openh264) {
752 sources += [ "../browser/media/openh264_unittests.cc" ]
753 deps += [ "//third_party/openh264/testing:openh264_testing" ]
754 }
750 } 755 }
751 756
752 test("content_perftests") { 757 test("content_perftests") {
753 sources = [ 758 sources = [
754 "../browser/renderer_host/input/input_router_impl_perftest.cc", 759 "../browser/renderer_host/input/input_router_impl_perftest.cc",
755 "../common/cc_messages_perftest.cc", 760 "../common/cc_messages_perftest.cc",
756 "../test/run_all_perftests.cc", 761 "../test/run_all_perftests.cc",
757 ] 762 ]
758 deps = [ 763 deps = [
759 "//base/allocator", 764 "//base/allocator",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
834 "//gpu/blink", 839 "//gpu/blink",
835 "//testing/gtest", 840 "//testing/gtest",
836 "//third_party/WebKit/public:blink", 841 "//third_party/WebKit/public:blink",
837 "//ui/base", 842 "//ui/base",
838 "//ui/gfx", 843 "//ui/gfx",
839 "//ui/gfx/geometry", 844 "//ui/gfx/geometry",
840 "//ui/gl", 845 "//ui/gl",
841 "//ui/gl:test_support", 846 "//ui/gl:test_support",
842 ] 847 ]
843 } 848 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | media/media.gyp » ('j') | third_party/openh264/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698