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

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

Issue 2900583002: Revert of [Mojo Video Capture] Hook up video capture service behind a feature flag (Closed)
Patch Set: Rebase Created 3 years, 7 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/public/app/mojo/content_browser_manifest.json ('k') | content/utility/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/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after
779 "//mojo/public/cpp/bindings", 779 "//mojo/public/cpp/bindings",
780 "//mojo/public/js", 780 "//mojo/public/js",
781 "//net:test_support", 781 "//net:test_support",
782 "//ppapi/features", 782 "//ppapi/features",
783 "//services/catalog:lib", 783 "//services/catalog:lib",
784 "//services/device/public/interfaces", 784 "//services/device/public/interfaces",
785 "//services/device/public/interfaces:constants", 785 "//services/device/public/interfaces:constants",
786 "//services/service_manager/public/cpp", 786 "//services/service_manager/public/cpp",
787 "//services/ui/gpu/interfaces", 787 "//services/ui/gpu/interfaces",
788 "//services/ui/public/cpp/gpu", 788 "//services/ui/public/cpp/gpu",
789 "//services/video_capture/public/cpp",
790 "//storage/browser", 789 "//storage/browser",
791 "//testing/gmock", 790 "//testing/gmock",
792 "//testing/gtest", 791 "//testing/gtest",
793 "//third_party/WebKit/public:blink", 792 "//third_party/WebKit/public:blink",
794 "//third_party/leveldatabase", 793 "//third_party/leveldatabase",
795 "//third_party/mesa:osmesa", 794 "//third_party/mesa:osmesa",
796 "//third_party/zlib", 795 "//third_party/zlib",
797 "//ui/accessibility", 796 "//ui/accessibility",
798 "//ui/accessibility:ax_gen", 797 "//ui/accessibility:ax_gen",
799 "//ui/base:test_support", 798 "//ui/base:test_support",
(...skipping 1057 matching lines...) Expand 10 before | Expand all | Expand 10 after
1857 if (is_android) { 1856 if (is_android) {
1858 deps += [ "//testing/android/native_test:native_test_native_code" ] 1857 deps += [ "//testing/android/native_test:native_test_native_code" ]
1859 } 1858 }
1860 } 1859 }
1861 1860
1862 group("fuzzers") { 1861 group("fuzzers") {
1863 deps = [ 1862 deps = [
1864 "//content/test/fuzzer", 1863 "//content/test/fuzzer",
1865 ] 1864 ]
1866 } 1865 }
OLDNEW
« no previous file with comments | « content/public/app/mojo/content_browser_manifest.json ('k') | content/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698