From 4789b6a08a408b687ef8015cd3a760f0b2b08386 Mon Sep 17 00:00:00 2001 From: John Abd-El-Malek Date: Wed, 24 Sep 2014 17:27:50 -0700 Subject: Fix ChromeOS Ozone build since it doesn't have xdisplaycheck. BUG=414808 TBR=phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/599863003 Cr-Commit-Position: refs/heads/master@{#296590} --- build/isolate.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'build/isolate.gypi') diff --git a/build/isolate.gypi b/build/isolate.gypi index 95d6926..5217c31 100644 --- a/build/isolate.gypi +++ b/build/isolate.gypi @@ -101,6 +101,7 @@ '--config-variable', 'libpeer_target_type=<(libpeer_target_type)', '--config-variable', 'use_openssl=<(use_openssl)', '--config-variable', 'target_arch=<(target_arch)', + '--config-variable', 'use_ozone=<(use_ozone)', ], 'conditions': [ # Note: When gyp merges lists, it appends them to the old value. -- cgit v1.1