1 # Copyright (c) 2012 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.
9 'type': 'static_library',
14 'direct_dependent_settings': {
21 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
27 're2/filtered_re2.cc',
36 're2/prefilter_tree.cc',
37 're2/prefilter_tree.h',
49 're2/unicode_casefold.cc',
50 're2/unicode_casefold.h',
51 're2/unicode_groups.cc',
52 're2/unicode_groups.h',
53 're2/variadic_function.h',
63 'util/sparse_array.h',
65 'util/stringpiece.cc',
66 'util/stringprintf.cc',
79 'msvs_disabled_warnings': [ 4018, 4722, 4267 ],