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

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

Issue 2867213004: [Mojo Video Capture] Hook up video capture service behind a feature flag (Closed)
Patch Set: Rebase to May 19th 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 766 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 "//mojo/public/cpp/bindings", 777 "//mojo/public/cpp/bindings",
778 "//mojo/public/js", 778 "//mojo/public/js",
779 "//net:test_support", 779 "//net:test_support",
780 "//ppapi/features", 780 "//ppapi/features",
781 "//services/catalog:lib", 781 "//services/catalog:lib",
782 "//services/device/public/interfaces", 782 "//services/device/public/interfaces",
783 "//services/device/public/interfaces:constants", 783 "//services/device/public/interfaces:constants",
784 "//services/service_manager/public/cpp", 784 "//services/service_manager/public/cpp",
785 "//services/ui/gpu/interfaces", 785 "//services/ui/gpu/interfaces",
786 "//services/ui/public/cpp/gpu", 786 "//services/ui/public/cpp/gpu",
787 "//services/video_capture/public/cpp",
787 "//storage/browser", 788 "//storage/browser",
788 "//testing/gmock", 789 "//testing/gmock",
789 "//testing/gtest", 790 "//testing/gtest",
790 "//third_party/WebKit/public:blink", 791 "//third_party/WebKit/public:blink",
791 "//third_party/leveldatabase", 792 "//third_party/leveldatabase",
792 "//third_party/mesa:osmesa", 793 "//third_party/mesa:osmesa",
793 "//third_party/zlib", 794 "//third_party/zlib",
794 "//ui/accessibility", 795 "//ui/accessibility",
795 "//ui/accessibility:ax_gen", 796 "//ui/accessibility:ax_gen",
796 "//ui/base:test_support", 797 "//ui/base:test_support",
(...skipping 1056 matching lines...) Expand 10 before | Expand all | Expand 10 after
1853 if (is_android) { 1854 if (is_android) {
1854 deps += [ "//testing/android/native_test:native_test_native_code" ] 1855 deps += [ "//testing/android/native_test:native_test_native_code" ]
1855 } 1856 }
1856 } 1857 }
1857 1858
1858 group("fuzzers") { 1859 group("fuzzers") {
1859 deps = [ 1860 deps = [
1860 "//content/test/fuzzer", 1861 "//content/test/fuzzer",
1861 ] 1862 ]
1862 } 1863 }
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