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

Unified Diff: Source/core/core.gyp

Issue 23889035: Move WEBCORE_NAVIGATOR macros defaults from the build system into a cpp file. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix build (sorry). 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 | « no previous file | Source/core/page/Navigator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index ebfc56cc52035d281825ed942728bc1ff44b2858..f515299e9116e10c28b2c76286bcd4218fab9b78 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -327,7 +327,6 @@
}],
['OS=="win"', {
'defines': [
- 'WEBCORE_NAVIGATOR_PLATFORM="Win32"',
'__PRETTY_FUNCTION__=__FUNCTION__',
],
# In generated bindings code: 'switch contains default but no case'.
@@ -397,7 +396,6 @@
],
'direct_dependent_settings': {
'defines': [
- 'WEBCORE_NAVIGATOR_VENDOR="Google Inc."',
'WEBKIT_IMPLEMENTATION=1',
'INSIDE_WEBKIT',
],
@@ -456,9 +454,6 @@
['OS=="mac"', {
'direct_dependent_settings': {
'defines': [
- # Match Safari and Mozilla on Mac x86.
- 'WEBCORE_NAVIGATOR_PLATFORM="MacIntel"',
-
# Chromium's version of WebCore includes the following Objective-C
# classes. The system-provided WebCore framework may also provide
# these classes. Because of the nature of Objective-C binding
@@ -512,8 +507,6 @@
['OS=="win"', {
'direct_dependent_settings': {
'defines': [
- # Match Safari and Mozilla on Windows.
- 'WEBCORE_NAVIGATOR_PLATFORM="Win32"',
'__PRETTY_FUNCTION__=__FUNCTION__',
],
},
« no previous file with comments | « no previous file | Source/core/page/Navigator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698