diff options
Diffstat (limited to 'tools/imagediff')
-rw-r--r-- | tools/imagediff/image_diff.gyp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/imagediff/image_diff.gyp b/tools/imagediff/image_diff.gyp index b0a5624..6c2335b 100644 --- a/tools/imagediff/image_diff.gyp +++ b/tools/imagediff/image_diff.gyp @@ -3,7 +3,10 @@ # found in the LICENSE file. { - 'targets' : [ + 'variables': { + 'chromium_code': 1, + }, + 'targets' : [ { 'target_name': 'image_diff', 'type': 'executable', |