Chromium Code Reviews| Index: build/common.gypi |
| =================================================================== |
| --- build/common.gypi (revision 17104) |
| +++ build/common.gypi (working copy) |
| @@ -62,6 +62,11 @@ |
| 'conditions': [ |
| ['branding=="Chrome"', { |
| 'defines': ['GOOGLE_CHROME_BUILD'], |
| + 'conditions': [ |
| + ['OS=="linux"', { |
| + 'cflags': [ '-gstabs' ], |
| + }], |
| + ], |
| }, { # else: branding!="Chrome" |
| 'defines': ['CHROMIUM_BUILD'], |
| }], |