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

Unified Diff: third_party/re2/re2.gyp

Issue 1530113002: Revert of Update re2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/re2/patches/sparse-array-valgrind.patch ('k') | third_party/re2/re2.pc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/re2/re2.gyp
diff --git a/third_party/re2/re2.gyp b/third_party/re2/re2.gyp
index 689cd71c33ff185b8cd80736dadb270a2eceae59..8ddfc913ec861d020ffd2330016aef72233f16e8 100644
--- a/third_party/re2/re2.gyp
+++ b/third_party/re2/re2.gyp
@@ -44,7 +44,6 @@
're2/set.cc',
're2/set.h',
're2/simplify.cc',
- 're2/stringpiece.cc',
're2/stringpiece.h',
're2/tostring.cc',
're2/unicode_casefold.cc',
@@ -53,21 +52,21 @@
're2/unicode_groups.h',
're2/variadic_function.h',
're2/walker-inl.h',
+ 'util/arena.cc',
+ 'util/arena.h',
'util/atomicops.h',
'util/flags.h',
'util/hash.cc',
- 'util/logging.cc',
'util/logging.h',
'util/mutex.h',
'util/rune.cc',
'util/sparse_array.h',
'util/sparse_set.h',
+ 'util/stringpiece.cc',
'util/stringprintf.cc',
'util/strutil.cc',
'util/utf.h',
'util/util.h',
- 'util/valgrind.cc',
- 'util/valgrind.h',
],
'conditions': [
['OS=="win"', {
« no previous file with comments | « third_party/re2/patches/sparse-array-valgrind.patch ('k') | third_party/re2/re2.pc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698