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

Unified Diff: webkit/compositor_bindings/compositor_bindings.gyp

Issue 10915165: Don't depend on WEBKIT_IMPLEMENTATION guarded geometry conversion c'tors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add new files to gyp 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
Index: webkit/compositor_bindings/compositor_bindings.gyp
diff --git a/webkit/compositor_bindings/compositor_bindings.gyp b/webkit/compositor_bindings/compositor_bindings.gyp
index eadc3bba7d4ccddaf8ee292f25ef6ceaefcdf2f8..80679cd9977a9c8082a2c14799fd67268b862d1f 100644
--- a/webkit/compositor_bindings/compositor_bindings.gyp
+++ b/webkit/compositor_bindings/compositor_bindings.gyp
@@ -109,6 +109,8 @@
'sources': [
'<@(webkit_compositor_bindings_sources)',
'stubs/public/WebTransformationMatrix.h',
+ 'webcore_convert.cc',
+ 'webcore_convert.h',
],
'conditions': [
['component=="shared_library"', {
« no previous file with comments | « webkit/compositor_bindings/WebToCCInputHandlerAdapter.cpp ('k') | webkit/compositor_bindings/webcore_convert.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698