| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 9f34aeb5aabdd51890b858d4c4d93053262785e2..f78fd35d1d8e67c3d7fb617a7b072cc91edf06db 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -1361,6 +1361,9 @@
|
| 'sources': [
|
| 'public/test/test_mojo_service.mojom',
|
| ],
|
| + 'variables': {
|
| + 'use_new_wrapper_types': 'false',
|
| + },
|
| 'includes': [ '../mojo/mojom_bindings_generator.gypi' ],
|
| },
|
| {
|
| @@ -1373,6 +1376,9 @@
|
| 'sources': [
|
| 'test/data/web_ui_test_mojo_bindings.mojom',
|
| ],
|
| + 'variables': {
|
| + 'use_new_wrapper_types': 'false',
|
| + },
|
| 'includes': [ '../mojo/mojom_bindings_generator.gypi' ],
|
| 'export_dependent_settings': [
|
| '../mojo/mojo_public.gyp:mojo_cpp_bindings',
|
|
|