[go: nahoru, domu]

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}
diff --git a/BUILD.gn b/BUILD.gn
index 496deb7..c320c0f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -533,6 +533,7 @@
       "//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 @@
       "//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)
     ]
   }