| Index: sandbox/sandbox.gyp
|
| diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp
|
| index 22d88ac1d1e9f0b02e91fc4bf17c6d7f92f99db7..9078337b561ca9970b4f51276799d54027a34078 100644
|
| --- a/sandbox/sandbox.gyp
|
| +++ b/sandbox/sandbox.gyp
|
| @@ -157,7 +157,7 @@
|
| },
|
| {
|
| 'target_name': 'sandbox',
|
| - 'type': '<(library)',
|
| + 'type': 'static_library',
|
| 'conditions': [
|
| ['target_arch!="arm"', {
|
| 'dependencies': [
|
| @@ -181,7 +181,7 @@
|
| 'targets': [
|
| {
|
| 'target_name': 'sandbox',
|
| - 'type': '<(library)',
|
| + 'type': 'static_library',
|
| 'variables': {
|
| 'sandbox_windows_target': 1,
|
| },
|
| @@ -231,7 +231,7 @@
|
| },
|
| {
|
| 'target_name': 'sandbox_win64',
|
| - 'type': '<(library)',
|
| + 'type': 'static_library',
|
| 'variables': {
|
| 'sandbox_windows_target': 1,
|
| },
|
|
|