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

Unified Diff: extensions/extensions.gyp

Issue 68853015: Convert the re2 GYP targets to be generated by GN. (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: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 96a007535738fd2c2a9a48160ab075d657f574e2..e1f4676d66a1d0b31573e46fba37cae20a6678f0 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -17,7 +17,7 @@
'../chrome/chrome_resources.gyp:chrome_resources',
'../chrome/common/extensions/api/api.gyp:api',
'../content/content.gyp:content_common',
- '../third_party/re2/re2.gyp:re2',
+ '../out/gn_gyp/third_party/re2/re2.gyp:re2',
],
'include_dirs': [
'..',

Powered by Google App Engine
This is Rietveld 408576698