summaryrefslogtreecommitdiffstats
path: root/ppapi/ppapi_sources.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/ppapi_sources.gypi')
-rw-r--r--ppapi/ppapi_sources.gypi13
1 files changed, 5 insertions, 8 deletions
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index 69ed449..84b354d 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -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.