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

Unified Diff: components/plugins.gypi

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: components/plugins.gypi
diff --git a/components/plugins.gypi b/components/plugins.gypi
index 8ef3ea0946e7f1443da1216eb8372330934582c7..0b1ee473da747ab6e9d60b5ec4a630978bbe4127 100644
--- a/components/plugins.gypi
+++ b/components/plugins.gypi
@@ -12,7 +12,7 @@
'type': 'static_library',
'dependencies': [
'../skia/skia.gyp:skia',
- '../third_party/re2/re2.gyp:re2',
+ '../out/gn_gyp/third_party/re2/re2.gyp:re2',
'../third_party/WebKit/public/blink.gyp:blink',
],
'include_dirs': [

Powered by Google App Engine
This is Rietveld 408576698