aboutsummaryrefslogtreecommitdiff
path: root/webrtc.gyp
diff options
context:
space:
mode:
authorhenrikg@webrtc.org <henrikg@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2011-12-09 09:58:39 +0000
committerhenrikg@webrtc.org <henrikg@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2011-12-09 09:58:39 +0000
commitaf225d6bf6458b74086d58a6beff98ad45e001a2 (patch)
tree6f842dcd486e6acaf7f5f8e9cb77116116538e00 /webrtc.gyp
parent5885a4162a606b76ac3eb61a6ffd9304e2082ade (diff)
downloadwebrtc-af225d6bf6458b74086d58a6beff98ad45e001a2.tar.gz
The change http://webrtc-codereview.appspot.com/299001 (commit 1062) does not do what it intends (exclude codecs from Chromium build). This is a fix for that. webrtc.gyp is not pulled in Chromium, hence it has no effect putting a define there. Moving it to src/build/common.gypi.
Review URL: http://webrtc-codereview.appspot.com/315002 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1143 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'webrtc.gyp')
-rw-r--r--webrtc.gyp6
1 files changed, 0 insertions, 6 deletions
diff --git a/webrtc.gyp b/webrtc.gyp
index b94f4b7eac..60e8a91c87 100644
--- a/webrtc.gyp
+++ b/webrtc.gyp
@@ -26,11 +26,5 @@
},
],
'conditions': [
- ['build_with_chromium==1', {
- # Exclude components in engine_configuration.h.
- 'defines': [
- 'WEBRTC_CHROMIUM_BUILD',
- ],
- }, ], # build_with_chromium=1
], # conditions
}