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

Unified Diff: Source/wtf/wtf.gyp

Issue 22577011: Set USE(NEW_THEME) in config.h instead of a gyp file (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 years, 3 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 | « Source/config.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/wtf.gyp
diff --git a/Source/wtf/wtf.gyp b/Source/wtf/wtf.gyp
index bbe26932f53522de3243b5528cbbf9ae53660e60..8e16c7437ebf4e35c7b52ab7407ef43a0a189489 100644
--- a/Source/wtf/wtf.gyp
+++ b/Source/wtf/wtf.gyp
@@ -63,12 +63,6 @@
'os-win32',
],
}],
- # FIXME: This should go in a header, not in the GYP file.
- ['OS=="mac"', {
- 'defines': [
- 'WTF_USE_NEW_THEME=1',
- ],
- }],
],
},
},
« no previous file with comments | « Source/config.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698