1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
11 'headers_root_path': '.',
17 're2/variadic_function.h',
19 'shim_generator_additional_args': [
20 # Chromium copy of re2 is patched to rename POSIX to POSIX_SYNTAX
21 # because of collision issues that break the build.
22 # Upstream refuses to make changes:
23 # http://code.google.com/p/re2/issues/detail?id=73 .
24 '--define', 'POSIX=POSIX_SYNTAX',
28 '../../build/shim_headers.gypi',