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

Unified Diff: content/content_renderer.gypi

Issue 11053003: Migrate Graphics2D to new design. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: temp dependencies Created 8 years, 1 month 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 | content/public/renderer/renderer_ppapi_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 47cfd5ecfd9f6228e0463656547369af7d43e977..43da35421c21ec9efdc3aa61de6e365ecfaf1f35 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -173,6 +173,8 @@
'renderer/pepper/pepper_flash_clipboard_host.h',
'renderer/pepper/pepper_flash_host.cc',
'renderer/pepper/pepper_flash_host.h',
+ 'renderer/pepper/pepper_graphics_2d_host.cc',
+ 'renderer/pepper/pepper_graphics_2d_host.h',
'renderer/pepper/pepper_hung_plugin_filter.cc',
'renderer/pepper/pepper_hung_plugin_filter.h',
'renderer/pepper/pepper_in_process_resource_creation.cc',
@@ -267,6 +269,11 @@
'renderer/websharedworker_proxy.h',
'renderer/websharedworkerrepository_impl.cc',
'renderer/websharedworkerrepository_impl.h',
+ # TODO: remove following once ppb_graphics_2d_impl is merged to host.
victorhsieh 2012/11/05 10:34:28 Fixed missing dependencies. I found this after ad
+ '../webkit/plugins/ppapi/ppb_graphics_2d_impl.cc',
+ '../webkit/plugins/ppapi/ppb_graphics_2d_impl.h',
+ '../webkit/plugins/ppapi/resource_helper.cc',
+ '../webkit/plugins/ppapi/resource_helper.h',
],
'conditions': [
['notifications==0', {
« no previous file with comments | « no previous file | content/public/renderer/renderer_ppapi_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698