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

Unified Diff: ui/gfx/BUILD.gn

Issue 2605743002: Use consistent types for ICC profiles (Closed)
Patch Set: No export for static lib Created 4 years 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 side-by-side diff with in-line comments
Download patch
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index 5e75ecfc19b4e5020335a23c2b045973d37ed2fa..b9ea3573e945406c812f93283fe671db2e9d7827 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -545,6 +545,8 @@ static_library("test_support") {
"test/fontconfig_util_linux.h",
"test/gfx_util.cc",
"test/gfx_util.h",
+ "test/icc_profiles.cc",
+ "test/icc_profiles.h",
"test/ui_cocoa_test_helper.h",
"test/ui_cocoa_test_helper.mm",
]
@@ -628,7 +630,6 @@ test("gfx_unittests") {
"geometry/vector2d_unittest.cc",
"geometry/vector3d_unittest.cc",
"icc_profile_unittest.cc",
- "icc_profile_unittest.h",
"image/image_mac_unittest.mm",
"image/image_util_unittest.cc",
"mac/coordinate_conversion_unittest.mm",

Powered by Google App Engine
This is Rietveld 408576698