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

Side by Side Diff: media/capture/video/android/BUILD.gn

Issue 2598833002: Add SkColorSpace to gfx::ColorSpace (Closed)
Patch Set: Add tests Created 3 years, 12 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 | « media/capture/content/android/BUILD.gn ('k') | media/video/picture.h » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 import("//build/config/arm.gni") 7 import("//build/config/arm.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 10
(...skipping 11 matching lines...) Expand all
22 "video_capture_device_factory_android.h", 22 "video_capture_device_factory_android.h",
23 ] 23 ]
24 configs += [ 24 configs += [
25 "//media:media_config", 25 "//media:media_config",
26 "//media:media_implementation", 26 "//media:media_implementation",
27 ] 27 ]
28 deps = [ 28 deps = [
29 ":capture_jni_headers", 29 ":capture_jni_headers",
30 "//media/capture/mojo:image_capture", 30 "//media/capture/mojo:image_capture",
31 "//third_party/libyuv", 31 "//third_party/libyuv",
32 "//ui/gfx:color_space",
32 ] 33 ]
33 } 34 }
34 35
35 generate_jni("capture_jni_headers") { 36 generate_jni("capture_jni_headers") {
36 sources = [ 37 sources = [
37 "java/src/org/chromium/media/PhotoCapabilities.java", 38 "java/src/org/chromium/media/PhotoCapabilities.java",
38 "java/src/org/chromium/media/VideoCapture.java", 39 "java/src/org/chromium/media/VideoCapture.java",
39 "java/src/org/chromium/media/VideoCaptureFactory.java", 40 "java/src/org/chromium/media/VideoCaptureFactory.java",
40 ] 41 ]
41 jni_package = "media" 42 jni_package = "media"
(...skipping 17 matching lines...) Expand all
59 60
60 java_files = [ 61 java_files = [
61 "java/src/org/chromium/media/PhotoCapabilities.java", 62 "java/src/org/chromium/media/PhotoCapabilities.java",
62 "java/src/org/chromium/media/VideoCapture.java", 63 "java/src/org/chromium/media/VideoCapture.java",
63 "java/src/org/chromium/media/VideoCaptureCamera.java", 64 "java/src/org/chromium/media/VideoCaptureCamera.java",
64 "java/src/org/chromium/media/VideoCaptureCamera2.java", 65 "java/src/org/chromium/media/VideoCaptureCamera2.java",
65 "java/src/org/chromium/media/VideoCaptureFactory.java", 66 "java/src/org/chromium/media/VideoCaptureFactory.java",
66 "java/src/org/chromium/media/VideoCaptureFormat.java", 67 "java/src/org/chromium/media/VideoCaptureFormat.java",
67 ] 68 ]
68 } 69 }
OLDNEW
« no previous file with comments | « media/capture/content/android/BUILD.gn ('k') | media/video/picture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698