Remove usage of gfx in unit tests (issue #1632)

This commit is contained in:
Marshall Greenblatt
2016-11-14 13:47:31 -05:00
parent 9ed17519a9
commit a7195c0103
2 changed files with 5 additions and 10 deletions

View File

@@ -1341,6 +1341,8 @@ if (is_mac) {
cef_unittests_sources = [
"tests/cefclient/browser/client_app_browser.cc",
"tests/cefclient/browser/client_app_browser.h",
"tests/cefclient/browser/geometry_util.cc",
"tests/cefclient/browser/geometry_util.h",
"tests/cefclient/browser/main_message_loop.cc",
"tests/cefclient/browser/main_message_loop.h",
"tests/cefclient/browser/main_message_loop_external_pump.cc",