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

Unified Diff: build/common.gypi

Issue 8083026: Fix ENABLE_INTENTS to ENABLE_WEB_INTENTS that slipped through the cracks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 1d77143080fc7e78f8332226afab943eeff714cb..b91243f3c25126f0bf7b2c0fb703b8431205b5a9 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1051,7 +1051,7 @@
}],
['enable_web_intents==1', {
'defines': [
- 'ENABLE_INTENTS=1',
+ 'ENABLE_WEB_INTENTS=1',
],
}],
], # conditions for 'target_defaults'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698