Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(402)

Unified Diff: Source/config.gyp

Issue 30843002: Remove superfluous PRETTY_FUNCTION define (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/core.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/config.gyp
diff --git a/Source/config.gyp b/Source/config.gyp
index 06f7e762fb396c86b2590677df93c74b64a3b65c..c2e18f2089ee391ca22660b730e4db0089016ad7 100644
--- a/Source/config.gyp
+++ b/Source/config.gyp
@@ -52,9 +52,6 @@
],
}],
['OS=="win"', {
- 'defines': [
- '__PRETTY_FUNCTION__=__FUNCTION__',
- ],
'sources/': [
['exclude', 'Posix\\.cpp$'],
],
« no previous file with comments | « no previous file | Source/core/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698