From 710eac763a523ee47db352edd5a3e70ade618e2b Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Tue, 8 May 2012 18:00:57 +0000 Subject: [PATCH] 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 --- DEPS | 5 ++--- src/build/common.gypi | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/DEPS b/DEPS index cba8470f72..4590ae4626 100644 --- a/DEPS +++ b/DEPS @@ -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"], }, diff --git a/src/build/common.gypi b/src/build/common.gypi index 9a9e684111..161c30f742 100644 --- a/src/build/common.gypi +++ b/src/build/common.gypi @@ -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