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

Unified Diff: third_party/libaddressinput/libaddressinput.gyp

Issue 141053003: Convert the re2 GYP targets to be generated by GN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: third_party/libaddressinput/libaddressinput.gyp
diff --git a/third_party/libaddressinput/libaddressinput.gyp b/third_party/libaddressinput/libaddressinput.gyp
index 29b57eb2e14e7d26711b9e12d3490e7b9d9337dd..994246f9262265705c6f356ae19a34a9473af6e8 100644
--- a/third_party/libaddressinput/libaddressinput.gyp
+++ b/third_party/libaddressinput/libaddressinput.gyp
@@ -98,7 +98,7 @@
'dependencies': [
'libaddressinput_strings',
'<(DEPTH)/base/base.gyp:base',
- '<(DEPTH)/third_party/re2/re2.gyp:re2',
+ '<(DEPTH)/out/gn_gyp/third_party/re2/re2.gyp:re2',
],
'direct_dependent_settings': {
'include_dirs': [

Powered by Google App Engine
This is Rietveld 408576698