Update DEPS comment and remove tabs from common.gypi.

TBR=wu@webrtc.org
BUG=
TEST=

Review URL: https://webrtc-codereview.appspot.com/575005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2198 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org 2012-05-08 18:00:57 +00:00
parent 22f6f85fcc
commit 710eac763a
2 changed files with 4 additions and 5 deletions

5
DEPS
View File

@ -89,9 +89,8 @@ deps_os = {
hooks = [
{
# Create a supplement.gypi file under trunk/. This file will be picked up
# by gyp and we use it to set Chromium related variables (inside_chromium_build)
# to 0 and enable the standalone build.
# Create a supplement.gypi file under trunk/src. This file will be picked
# up by gyp and used to enable the standalone build.
"pattern": ".",
"action": ["python", "trunk/tools/create_supplement_gypi.py", "trunk/src/supplement.gypi"],
},

View File

@ -156,8 +156,8 @@
# http://code.google.com/p/webrtc/issues/detail?id=261 is solved.
'msvs_disabled_warnings': [4389, 4373],
# Re-enable some warnings that Chromium disables.
'msvs_disabled_warnings!': [4189,],
# Re-enable some warnings that Chromium disables.
'msvs_disabled_warnings!': [4189,],
}],
['OS=="android"', {
# On android, we always perfer fixed_point to reduce cpu usage