| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 9d9660f24bf66f4605c9e359c776259f57b84da5..af097b953410df82447e45f59b83086115eb2901 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -1025,6 +1025,8 @@
|
| '../ui/gfx/gfx.gyp:gfx',
|
| '../ui/gfx/gfx.gyp:gfx_geometry',
|
| '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
|
| + # Only needed at runtime.
|
| + '../third_party/mesa/mesa.gyp:osmesa',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
| @@ -1426,7 +1428,6 @@
|
| '../testing/gtest.gyp:gtest',
|
| '../third_party/WebKit/public/blink.gyp:blink',
|
| '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
|
| - '../third_party/mesa/mesa.gyp:osmesa',
|
| '../third_party/mojo/mojo_edk.gyp:mojo_common_test_support',
|
| '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
|
| '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| @@ -1442,6 +1443,8 @@
|
| '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
|
| '../ui/snapshot/snapshot.gyp:snapshot',
|
| '../ui/accessibility/accessibility.gyp:ax_gen',
|
| + # Only needed at runtime.
|
| + '../third_party/mesa/mesa.gyp:osmesa',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
|
|