Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: third_party/re2/re2.gyp

Issue 564293002: Reduce diff to upstream re2 a bit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/re2/patches/this-null.patch ('k') | third_party/re2/util/stringprintf.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 're2', 8 'target_name': 're2',
9 'type': 'static_library', 9 'type': 'static_library',
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 'util/sparse_array.h', 63 'util/sparse_array.h',
64 'util/sparse_set.h', 64 'util/sparse_set.h',
65 'util/stringpiece.cc', 65 'util/stringpiece.cc',
66 'util/stringprintf.cc', 66 'util/stringprintf.cc',
67 'util/strutil.cc', 67 'util/strutil.cc',
68 'util/utf.h', 68 'util/utf.h',
69 'util/util.h', 69 'util/util.h',
70 ], 70 ],
71 'conditions': [ 71 'conditions': [
72 ['OS=="win"', { 72 ['OS=="win"', {
73 'sources': [
74 'mswin/stdint.h'
75 ],
76 'include_dirs': [
77 'mswin'
78 ],
79 'msvs_disabled_warnings': [ 4018, 4722, 4267 ], 73 'msvs_disabled_warnings': [ 4018, 4722, 4267 ],
80 }] 74 }]
81 ] 75 ]
82 }, 76 },
83 ], 77 ],
84 } 78 }
OLDNEW
« no previous file with comments | « third_party/re2/patches/this-null.patch ('k') | third_party/re2/util/stringprintf.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698