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

Unified Diff: Source/core/core.gyp

Issue 16881011: Remove WEBKIT_DLL and replace it with COMPONENT_BUILD (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: updates Created 7 years, 6 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
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index 9d090240ba5dc1d3e5fca10ad28b75fbf5cd08bb..e5aa9ecf924152645b15d1c8f4fbf868138c72bc 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -628,11 +628,6 @@
['exclude', 'platform/graphics/cpu/arm/filters/.*NEON\\.(cpp|h)'],
],
'conditions': [
- ['component=="shared_library"', {
- 'defines': [
- 'WEBKIT_DLL',
- ],
- }],
['use_default_render_theme==1', {
'sources/': [
['exclude', 'platform/chromium/PlatformThemeChromiumWin.h'],

Powered by Google App Engine
This is Rietveld 408576698