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

Unified Diff: ppapi/ppapi_sources.gypi

Issue 10544168: Implement HiDPI support in Pepper dev interface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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: ppapi/ppapi_sources.gypi
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index 5dcbd51955e289e02f43d85bb37c2721374cbef2..bf85fafefa415f61b237f562bbd68c6be5abc560 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -260,6 +260,8 @@
'cpp/private/flash_menu.h',
'cpp/private/flash_message_loop.cc',
'cpp/private/flash_message_loop.h',
+ 'cpp/private/graphics_2d_private.cc',
+ 'cpp/private/graphics_2d_private.h',
'cpp/private/host_resolver_private.cc',
'cpp/private/host_resolver_private.h',
'cpp/private/instance_private.cc',
@@ -278,6 +280,8 @@
'cpp/private/udp_socket_private.h',
'cpp/private/var_private.cc',
'cpp/private/var_private.h',
+ 'cpp/private/view_private.cc',
+ 'cpp/private/view_private.h',
'cpp/private/x509_certificate_private.cc',
'cpp/private/x509_certificate_private.h',

Powered by Google App Engine
This is Rietveld 408576698