commit | 1f2d9ed1db3f8f50cc4773515c55c8a9b9a9166e | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Oct 04 20:18:47 2011 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Oct 04 20:18:47 2011 |
tree | b10ae4b7e20e84b18f7298991a1e538dc166e49e | |
parent | 01c10019335c126a5d05baaa86c35def0a75c910 [diff] [blame] |
Fix ENABLE_INTENTS to ENABLE_WEB_INTENTS that slipped through the cracks. [email protected] BUG=None TEST=None Review URL: http://codereview.chromium.org/8083026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103972 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/build/common.gypi b/build/common.gypi index 20f19ff3..17d707f 100644 --- a/build/common.gypi +++ b/build/common.gypi
@@ -1071,7 +1071,7 @@ }], ['enable_web_intents==1', { 'defines': [ - 'ENABLE_INTENTS=1', + 'ENABLE_WEB_INTENTS=1', ], }], ], # conditions for 'target_defaults'