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

Side by Side Diff: ui/gfx/BUILD.gn

Issue 2873203003: color: Add --force-color-profile command line flag (Closed)
Patch Set: Created 3 years, 7 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
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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//device/vr/features/features.gni") 6 import("//device/vr/features/features.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//testing/libfuzzer/fuzzer_test.gni") 8 import("//testing/libfuzzer/fuzzer_test.gni")
9 9
10 if (is_android) { 10 if (is_android) {
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 "icc_profile.h", 405 "icc_profile.h",
406 "skia_color_space_util.cc", 406 "skia_color_space_util.cc",
407 "skia_color_space_util.h", 407 "skia_color_space_util.h",
408 ] 408 ]
409 public_deps = [ 409 public_deps = [
410 ":gfx_export", 410 ":gfx_export",
411 "//base", 411 "//base",
412 "//skia", 412 "//skia",
413 ] 413 ]
414 deps = [ 414 deps = [
415 ":switches_sources",
415 "//base", 416 "//base",
416 "//skia", 417 "//skia",
417 ] 418 ]
418 defines = [ "GFX_IMPLEMENTATION" ] 419 defines = [ "GFX_IMPLEMENTATION" ]
419 } 420 }
420 421
421 # Depend on this to use half_float.h without pulling in all of gfx. 422 # Depend on this to use half_float.h without pulling in all of gfx.
422 source_set("half_float") { 423 source_set("half_float") {
423 sources = [ 424 sources = [
424 "half_float.h", 425 "half_float.h",
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 784
784 fuzzer_test("color_transform_fuzztest") { 785 fuzzer_test("color_transform_fuzztest") {
785 sources = [ 786 sources = [
786 "color_transform_fuzzer.cc", 787 "color_transform_fuzzer.cc",
787 ] 788 ]
788 deps = [ 789 deps = [
789 ":gfx", 790 ":gfx",
790 ] 791 ]
791 libfuzzer_options = [ "max_len=1024" ] 792 libfuzzer_options = [ "max_len=1024" ]
792 } 793 }
OLDNEW
« no previous file with comments | « content/shell/renderer/layout_test/layout_test_content_renderer_client.cc ('k') | ui/gfx/color_space.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698