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

Unified Diff: ppapi/ppapi_sources.gypi

Issue 9086003: Revert 116281 - Move paint aggregator and the completion callback factory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 12 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 | « ppapi/native_client/src/trusted/plugin/pnacl_resources.h ('k') | ppapi/proxy/ppb_audio_input_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_sources.gypi
===================================================================
--- ppapi/ppapi_sources.gypi (revision 116283)
+++ ppapi/ppapi_sources.gypi (working copy)
@@ -151,6 +151,11 @@
'cpp/module_impl.h',
'cpp/mouse_lock.cc',
'cpp/mouse_lock.h',
+ 'cpp/non_thread_safe_ref_count.h',
+ 'cpp/paint_aggregator.cc',
+ 'cpp/paint_aggregator.h',
+ 'cpp/paint_manager.cc',
+ 'cpp/paint_manager.h',
'cpp/point.h',
'cpp/rect.cc',
'cpp/rect.h',
@@ -247,14 +252,6 @@
'cpp/trusted/file_chooser_trusted.h',
'cpp/trusted/file_io_trusted.cc',
'cpp/trusted/file_io_trusted.h',
-
- # Utility sources.
- 'utility/completion_callback_factory.h',
- 'utility/non_thread_safe_ref_count.h',
- 'utility/graphics/paint_aggregator.cc',
- 'utility/graphics/paint_aggregator.h',
- 'utility/graphics/paint_manager.cc',
- 'utility/graphics/paint_manager.h',
],
#
# Common Testing source for trusted and untrusted (NaCl) pugins.
« no previous file with comments | « ppapi/native_client/src/trusted/plugin/pnacl_resources.h ('k') | ppapi/proxy/ppb_audio_input_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698