summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2015-08-12 12:30:15 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-12 19:30:56 +0000
commiteda2647c159db477871529ebffe1f45b6eafb8a7 (patch)
tree367d814dc7412926a5405359150348506ace1654 /BUILD.gn
parent83fff2b7a36cae2faa1d90dd3532434715bd9df6 (diff)
downloadchromium_src-eda2647c159db477871529ebffe1f45b6eafb8a7.zip
chromium_src-eda2647c159db477871529ebffe1f45b6eafb8a7.tar.gz
chromium_src-eda2647c159db477871529ebffe1f45b6eafb8a7.tar.bz2
GN: gfx_unittests links on Mac.
Tested on Mac with the following command lines: $ gn gen out-gn/Release --args='is_debug=false is_component_build=false symbol_level=1' $ ninja -C out-gn/Release gfx_unittests BUG=431177 TEST=see above R=dpranke@chromium.org Review URL: https://codereview.chromium.org/1287753003 Cr-Commit-Position: refs/heads/master@{#343070}
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 6bde7c0..3f5ab11 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -535,6 +535,7 @@ group("both_gn_and_gyp") {
"//third_party/qcms",
"//third_party/smhasher:murmurhash3",
"//third_party/webrtc/system_wrappers",
+ "//ui/gfx:gfx_unittests",
"//ui/native_theme",
"//ui/snapshot",
"//ui/surface",
@@ -562,7 +563,6 @@ group("both_gn_and_gyp") {
"//third_party/WebKit/Source/platform:platform_unittests",
"//third_party/WebKit/Source/web:webkit_unit_tests",
"//ui/app_list:app_list_unittests", # TODO(GYP)
- "//ui/gfx:gfx_unittests", # TODO(GYP)
]
}