diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-08 18:59:48 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-08 18:59:48 +0000 |
commit | bc14fb52b468bbde0d12276d44f70b943f86c697 (patch) | |
tree | 93d2a58eefe95b87da504c288a0a4f959970ebd0 /build/gyp_chromium | |
parent | 35c15596556014f9791df003eb972eb5c4c772db (diff) | |
download | chromium_src-bc14fb52b468bbde0d12276d44f70b943f86c697.zip chromium_src-bc14fb52b468bbde0d12276d44f70b943f86c697.tar.gz chromium_src-bc14fb52b468bbde0d12276d44f70b943f86c697.tar.bz2 |
Remove extra print statemt from GYP.
I accidentally checked this in.
TBR=scottmg
Review URL: https://codereview.chromium.org/129023002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243618 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/gyp_chromium')
-rwxr-xr-x | build/gyp_chromium | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/gyp_chromium b/build/gyp_chromium index 1b9328c..172ce85 100755 --- a/build/gyp_chromium +++ b/build/gyp_chromium @@ -130,7 +130,6 @@ def GetArgsStringForGN(supplemental_files): Based on a subset of the GYP variables that have been rewritten a bit.""" vars_dict = GetGypVarsForGN(supplemental_files) - print vars_dict gn_args = '' # Note: These are the additional flags passed to various builds by builders |