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

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

Issue 1714913002: Reland: Move VideoCapture* files from media/base/android/... to media/capture/video/android/java/... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp-gn files and added a capture_jni_registrar Created 4 years, 10 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/shell/android/BUILD.gn ('k') | media/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/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("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 "//content/common/gpu/media/rendering_helper.h", 918 "//content/common/gpu/media/rendering_helper.h",
919 "//content/common/gpu/media/video_decode_accelerator_unittest.cc", 919 "//content/common/gpu/media/video_decode_accelerator_unittest.cc",
920 ] 920 ]
921 } 921 }
922 922
923 if (is_android) { 923 if (is_android) {
924 deps += [ 924 deps += [
925 "//gpu:test_support", 925 "//gpu:test_support",
926 "//media/base/android", 926 "//media/base/android",
927 "//media/base/android:media_java", 927 "//media/base/android:media_java",
928 "//media/capture/video/android:capture_java",
928 "//testing/gmock", 929 "//testing/gmock",
929 "//ui/android:ui_java", 930 "//ui/android:ui_java",
930 ] 931 ]
931 } 932 }
932 } 933 }
933 } 934 }
OLDNEW
« no previous file with comments | « content/shell/android/BUILD.gn ('k') | media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698