| Index: build/isolate.gypi
|
| diff --git a/build/isolate.gypi b/build/isolate.gypi
|
| index d7070fee2aa075cd5351619cc2364f4b730296cd..a8659a4f497d1ef68bf7543dc0b7201bfd643e1c 100644
|
| --- a/build/isolate.gypi
|
| +++ b/build/isolate.gypi
|
| @@ -96,6 +96,7 @@
|
| '--config-variable', 'use_openssl=<(use_openssl)',
|
| '--config-variable', 'use_ozone=<(use_ozone)',
|
| '--config-variable', 'v8_use_external_startup_data=<(v8_use_external_startup_data)',
|
| + '--config-variable', 'use_x11=<(use_x11)',
|
| ],
|
| 'conditions': [
|
| # Note: When gyp merges lists, it appends them to the old value.
|
|
|