diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-15 21:50:26 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-15 21:50:26 +0000 |
commit | 9eb7b55c7cc30984e87d396904ef0587238c7cd2 (patch) | |
tree | d1d682cba389134cde93810e6e07de9127588dbd /ppapi | |
parent | 9b5c6619e514303bf5556e7b68708e9c06e092d7 (diff) | |
download | chromium_src-9eb7b55c7cc30984e87d396904ef0587238c7cd2.zip chromium_src-9eb7b55c7cc30984e87d396904ef0587238c7cd2.tar.gz chromium_src-9eb7b55c7cc30984e87d396904ef0587238c7cd2.tar.bz2 |
Cleanup: Remove an obsolete reference to -gstabs.
Review URL: https://chromiumcodereview.appspot.com/23171010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217839 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/ppapi_tests.gypi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi index 3a1ac87..cf755c1 100644 --- a/ppapi/ppapi_tests.gypi +++ b/ppapi/ppapi_tests.gypi @@ -219,9 +219,6 @@ ['os_posix==1 and OS!="mac"', { 'cflags': ['-fvisibility=hidden'], 'type': 'shared_library', - # -gstabs, used in the official builds, causes an ICE. Simply remove - # it. - 'cflags!': ['-gstabs'], }], ['OS=="win"', { 'type': 'shared_library', |