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

Unified Diff: webkit/compositor_bindings/compositor_bindings.gyp

Issue 10915074: Fix up cc stubs and bindings to work in windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « cc/stubs/TextStream.h ('k') | webkit/compositor_bindings/stubs/public/WebTransformationMatrix.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/compositor_bindings/compositor_bindings.gyp
diff --git a/webkit/compositor_bindings/compositor_bindings.gyp b/webkit/compositor_bindings/compositor_bindings.gyp
index 77f27055c94b8bf6b7e28715f8d2f14a4b7dde7b..9c874e9e683595466fa7a76a5d2215e489d349ca 100644
--- a/webkit/compositor_bindings/compositor_bindings.gyp
+++ b/webkit/compositor_bindings/compositor_bindings.gyp
@@ -108,9 +108,15 @@
],
'sources': [
'<@(webkit_compositor_bindings_sources)',
- 'stubs/AnimationIdVendor.h',
- 'stubs/public/WebTransformationMatrix',
+ 'stubs/public/WebTransformationMatrix.h',
],
+ 'conditions': [
+ ['component=="shared_library"', {
+ 'defines': [
+ 'WEBKIT_DLL',
+ ],
+ }],
+ ]
},
],
}],
« no previous file with comments | « cc/stubs/TextStream.h ('k') | webkit/compositor_bindings/stubs/public/WebTransformationMatrix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698