| Index: ui/gfx/gfx_tests.gyp
|
| diff --git a/ui/gfx/gfx_tests.gyp b/ui/gfx/gfx_tests.gyp
|
| index ba8fec0e5a37fffb148eb0077df61731bf949cd2..a6ccb80ab19ed4866dc3129335f91a2985e671cf 100644
|
| --- a/ui/gfx/gfx_tests.gyp
|
| +++ b/ui/gfx/gfx_tests.gyp
|
| @@ -91,6 +91,10 @@
|
| ['OS == "ios"', {
|
| 'sources': ['<@(_common_sources)'],
|
| }, { # OS != "ios"
|
| + 'dependencies': [
|
| + '../../mojo/mojo_edk.gyp:mojo_common_test_support',
|
| + '../../mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| + ],
|
| 'sources': ['<@(_all_sources)'],
|
| }],
|
| ['OS != "mac" and OS != "ios"', {
|
|
|