0

GN: app_list_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 app_list_unittests

BUG=431177
TEST=see above
R=dpranke@chromium.org

CQ_EXTRA_TRYBOTS=tryserver.chromium.mac:mac_chromium_gn_rel,mac_chromium_gn_dbg

Review URL: https://codereview.chromium.org/1288263002

Cr-Commit-Position: refs/heads/master@{#343275}
This commit is contained in:
tfarina
2015-08-13 14:12:40 -07:00
committed by Commit bot
parent 54ad48e440
commit 42aa017bfd

@ -533,6 +533,7 @@ group("both_gn_and_gyp") {
"//third_party/qcms",
"//third_party/smhasher:murmurhash3",
"//third_party/webrtc/system_wrappers",
"//ui/app_list:app_list_unittests",
"//ui/gfx:gfx_unittests",
"//ui/native_theme",
"//ui/snapshot",
@ -560,7 +561,6 @@ group("both_gn_and_gyp") {
"//third_party/WebKit/Source/platform:heap_unittests",
"//third_party/WebKit/Source/platform:platform_unittests",
"//third_party/WebKit/Source/web:webkit_unit_tests",
"//ui/app_list:app_list_unittests", # TODO(GYP)
]
}