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

Unified Diff: components/components.gyp

Issue 1212163011: Componentize chrome/browser/rlz (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation with gn Created 5 years, 6 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: components/components.gyp
diff --git a/components/components.gyp b/components/components.gyp
index 512802db81a754eea651b4e256542ee581f54b98..1bdb0a5d60855dfe95b047a37c6f76a59192ab2f 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -163,5 +163,10 @@
'chrome_apps.gypi',
],
}],
+ ['enable_rlz==1', {
+ 'includes': [
+ 'rlz.gypi',
+ ],
+ }]
],
}

Powered by Google App Engine
This is Rietveld 408576698