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

Side by Side Diff: media/base/mac/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/base/android/BUILD.gn ('k') | media/capture/content/android/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 assert(is_mac || is_ios) 5 assert(is_mac || is_ios)
6 6
7 source_set("mac") { 7 source_set("mac") {
8 # Note: This source_set is depended on only by //media. In the component 8 # Note: This source_set is depended on only by //media. In the component
9 # build, if other component targets also depend on it, multiple copies of 9 # build, if other component targets also depend on it, multiple copies of
10 # the ObjC classes declared in the files below will cause warnings at 10 # the ObjC classes declared in the files below will cause warnings at
(...skipping 16 matching lines...) Expand all
27 ] 27 ]
28 } 28 }
29 set_sources_assignment_filter(sources_assignment_filter) 29 set_sources_assignment_filter(sources_assignment_filter)
30 configs += [ 30 configs += [
31 "//media:media_config", 31 "//media:media_config",
32 "//media:media_implementation", 32 "//media:media_implementation",
33 ] 33 ]
34 34
35 deps = [ 35 deps = [
36 "//ppapi/features", 36 "//ppapi/features",
37 "//ui/gfx:color_space",
37 ] 38 ]
38 } 39 }
39 40
40 source_set("unit_tests") { 41 source_set("unit_tests") {
41 testonly = true 42 testonly = true
42 sources = [ 43 sources = [
43 "video_frame_mac_unittests.cc", 44 "video_frame_mac_unittests.cc",
44 ] 45 ]
45 libs = [ "CoreVideo.framework" ] 46 libs = [ "CoreVideo.framework" ]
46 configs += [ "//media:media_config" ] 47 configs += [ "//media:media_config" ]
47 deps = [ 48 deps = [
48 "//testing/gtest", 49 "//testing/gtest",
50 "//ui/gfx:color_space",
49 ] 51 ]
50 } 52 }
OLDNEW
« no previous file with comments | « media/base/android/BUILD.gn ('k') | media/capture/content/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698