diff options
author | gbillock@chromium.org <gbillock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-04 20:18:47 +0000 |
---|---|---|
committer | gbillock@chromium.org <gbillock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-04 20:18:47 +0000 |
commit | 1f2d9ed1db3f8f50cc4773515c55c8a9b9a9166e (patch) | |
tree | b10ae4b7e20e84b18f7298991a1e538dc166e49e /build | |
parent | 01c10019335c126a5d05baaa86c35def0a75c910 (diff) | |
download | chromium_src-1f2d9ed1db3f8f50cc4773515c55c8a9b9a9166e.zip chromium_src-1f2d9ed1db3f8f50cc4773515c55c8a9b9a9166e.tar.gz chromium_src-1f2d9ed1db3f8f50cc4773515c55c8a9b9a9166e.tar.bz2 |
Fix ENABLE_INTENTS to ENABLE_WEB_INTENTS that slipped through the cracks.
R=jhawkins@chromium.org
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
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index 20f19ff..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' |