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

Unified Diff: talk/build/common.gypi

Issue 1588453005: Eliminate defines in talk/ (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Excluding iOS from converted OSX defines Created 4 years, 11 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 | talk/media/base/executablehelpers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/build/common.gypi
diff --git a/talk/build/common.gypi b/talk/build/common.gypi
index 48059e2937dbe8e5548ce257d3e2a1840174f9fd..061b06ba70dd7e2274382724e8f84c99b29a7781 100644
--- a/talk/build/common.gypi
+++ b/talk/build/common.gypi
@@ -60,17 +60,9 @@
'../../webrtc',
],
'defines': [
- 'EXPAT_RELATIVE_PATH',
- 'FEATURE_ENABLE_VOICEMAIL',
- 'GTEST_RELATIVE_PATH',
- 'JSONCPP_RELATIVE_PATH',
- 'LOGGING=1',
'SRTP_RELATIVE_PATH',
# Feature selection
- 'FEATURE_ENABLE_SSL',
- 'FEATURE_ENABLE_VOICEMAIL',
- 'FEATURE_ENABLE_PSTN',
'HAVE_SCTP',
'HAVE_SRTP',
'HAVE_WEBRTC_VIDEO',
@@ -79,7 +71,6 @@
'conditions': [
['OS=="linux"', {
'defines': [
- 'LINUX',
'WEBRTC_LINUX',
],
# Remove Chromium's disabling of the -Wformat warning.
@@ -111,7 +102,6 @@
}],
['OS=="mac"', {
'defines': [
- 'OSX',
'WEBRTC_MAC',
],
}],
@@ -128,7 +118,6 @@
}],
['OS=="ios"', {
'defines': [
- 'IOS',
'WEBRTC_MAC',
'WEBRTC_IOS',
],
« no previous file with comments | « no previous file | talk/media/base/executablehelpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698