diff options
author | tfarina <tfarina@chromium.org> | 2015-08-12 12:30:15 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-12 19:30:56 +0000 |
commit | eda2647c159db477871529ebffe1f45b6eafb8a7 (patch) | |
tree | 367d814dc7412926a5405359150348506ace1654 /BUILD.gn | |
parent | 83fff2b7a36cae2faa1d90dd3532434715bd9df6 (diff) | |
download | chromium_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.gn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) ] } |