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

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

Issue 1705333003: 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: reuploaded w --similarity=75 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 904 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 "//content/common/gpu/media/rendering_helper.cc", 915 "//content/common/gpu/media/rendering_helper.cc",
916 "//content/common/gpu/media/rendering_helper.h", 916 "//content/common/gpu/media/rendering_helper.h",
917 "//content/common/gpu/media/video_decode_accelerator_unittest.cc", 917 "//content/common/gpu/media/video_decode_accelerator_unittest.cc",
918 ] 918 ]
919 } 919 }
920 920
921 if (is_android) { 921 if (is_android) {
922 deps += [ 922 deps += [
923 "//gpu:test_support", 923 "//gpu:test_support",
924 "//media/base/android", 924 "//media/base/android",
925 "//media/base/android:media_java", 925 "//media/capture/video/android:media_java",
926 "//testing/gmock", 926 "//testing/gmock",
927 "//ui/android:ui_java", 927 "//ui/android:ui_java",
928 ] 928 ]
929 } 929 }
930 } 930 }
931 } 931 }
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