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

Side by Side Diff: media/base/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/BUILD.gn ('k') | media/base/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 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/arm.gni") 6 import("//build/config/arm.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/config/linux/pkg_config.gni") 9 import("//build/config/linux/pkg_config.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 "wall_clock_time_source.cc", 266 "wall_clock_time_source.cc",
267 "wall_clock_time_source.h", 267 "wall_clock_time_source.h",
268 "yuv_convert.cc", 268 "yuv_convert.cc",
269 "yuv_convert.h", 269 "yuv_convert.h",
270 ] 270 ]
271 271
272 allow_circular_includes_from = [] 272 allow_circular_includes_from = []
273 defines = [] 273 defines = []
274 public_deps = [ 274 public_deps = [
275 "//ppapi/features", 275 "//ppapi/features",
276 "//ui/gfx:color_space",
276 ] 277 ]
277 deps = [ 278 deps = [
278 "//base/third_party/dynamic_annotations:dynamic_annotations", 279 "//base/third_party/dynamic_annotations:dynamic_annotations",
279 "//gpu", 280 "//gpu",
280 "//media:media_features", 281 "//media:media_features",
281 "//media:shared_memory_support", 282 "//media:shared_memory_support",
282 "//ppapi/features", 283 "//ppapi/features",
283 "//skia", 284 "//skia",
284 "//third_party/libyuv", 285 "//third_party/libyuv",
285 "//ui/events:events_base", 286 "//ui/events:events_base",
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 617
617 fuzzer_test("media_container_names_fuzzer") { 618 fuzzer_test("media_container_names_fuzzer") {
618 sources = [ 619 sources = [
619 "container_names_fuzzertest.cc", 620 "container_names_fuzzertest.cc",
620 ] 621 ]
621 deps = [ 622 deps = [
622 "//base", 623 "//base",
623 "//media", 624 "//media",
624 ] 625 ]
625 } 626 }
OLDNEW
« no previous file with comments | « media/BUILD.gn ('k') | media/base/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698