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

Unified Diff: third_party/libaddressinput/chromium/cpp/libaddressinput.gyp

Issue 98543010: rac] Add re2 dependency to libaddressinput. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: third_party/libaddressinput/chromium/cpp/libaddressinput.gyp
diff --git a/third_party/libaddressinput/chromium/cpp/libaddressinput.gyp b/third_party/libaddressinput/chromium/cpp/libaddressinput.gyp
index 68d353cfbe4473f51c2d998514c8f0cb28bf0203..0dd681adf4e44f024708db7acb916f24885a0c77 100644
--- a/third_party/libaddressinput/chromium/cpp/libaddressinput.gyp
+++ b/third_party/libaddressinput/chromium/cpp/libaddressinput.gyp
@@ -56,6 +56,7 @@
'dependencies': [
'grit.gyp:generated_messages',
'rapidjson.gyp:rapidjson',
+ 're2.gyp:re2',
],
},
{

Powered by Google App Engine
This is Rietveld 408576698