diff options
author | spang@chromium.org <spang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-07 20:10:44 +0000 |
---|---|---|
committer | spang@chromium.org <spang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-07 20:10:44 +0000 |
commit | c64a9d2756d78931a1c1c0eb1b6e020ea2aeb93e (patch) | |
tree | 1763880008fe3add2cf2f8b787decf3a816e4c0c /ui/ui_unittests.gyp | |
parent | eb1ce5120170d75dd6cd7ac7dd47ad5250d2906c (diff) | |
download | chromium_src-c64a9d2756d78931a1c1c0eb1b6e020ea2aeb93e.zip chromium_src-c64a9d2756d78931a1c1c0eb1b6e020ea2aeb93e.tar.gz chromium_src-c64a9d2756d78931a1c1c0eb1b6e020ea2aeb93e.tar.bz2 |
Support removal of DRI platform
All ozone configurations currently build DRI support, and therefore
have a dependency on the libdrm system library. This is not needed
except when ozone_platform_dri is enabled.
This allows us to drop the link to libdrm when it is not needed.
Review URL: https://codereview.chromium.org/62953003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233671 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui_unittests.gyp')
-rw-r--r-- | ui/ui_unittests.gyp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/ui_unittests.gyp b/ui/ui_unittests.gyp index bc7c586..eed68fe 100644 --- a/ui/ui_unittests.gyp +++ b/ui/ui_unittests.gyp @@ -185,9 +185,9 @@ 'gfx/font_list_unittest.cc', 'gfx/image/image_mac_unittest.mm', 'gfx/image/image_util_unittest.cc', - 'gfx/ozone/impl/hardware_display_controller_unittest.cc', - 'gfx/ozone/impl/dri_surface_factory_unittest.cc', - 'gfx/ozone/impl/dri_surface_unittest.cc', + 'gfx/ozone/dri/hardware_display_controller_unittest.cc', + 'gfx/ozone/dri/dri_surface_factory_unittest.cc', + 'gfx/ozone/dri/dri_surface_unittest.cc', 'gfx/platform_font_mac_unittest.mm', 'gfx/render_text_unittest.cc', 'gfx/sequential_id_generator_unittest.cc', |