diff options
author | tfarina <tfarina@chromium.org> | 2015-08-13 14:12:40 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-13 21:13:43 +0000 |
commit | 42aa017bfdf37b56605343897db81df7167f11a1 (patch) | |
tree | a052bfa0af61282d3cec0f759fcfa7c395421623 | |
parent | 54ad48e4400319496d348229a81b6d98a4fe1963 (diff) | |
download | chromium_src-42aa017bfdf37b56605343897db81df7167f11a1.zip chromium_src-42aa017bfdf37b56605343897db81df7167f11a1.tar.gz chromium_src-42aa017bfdf37b56605343897db81df7167f11a1.tar.bz2 |
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}
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) ] } |