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

Unified Diff: ppapi/ppapi_sources.gypi

Issue 9360045: Rename PPB_Font to PPB_BrowserFont_Trusted. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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/ppapi_shared.gypi ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_sources.gypi
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index 5e9be708bfa7a0c7d9932e8f3a2691379641fced..1fdf4230868f53b6fa2e441990f97600a41d9cfd 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -113,6 +113,7 @@
# Trusted interfaces.
'c/trusted/ppb_audio_trusted.h',
'c/trusted/ppb_broker_trusted.h',
+ 'c/private/ppb_browser_font_trusted.h',
'c/trusted/ppb_buffer_trusted.h',
'c/trusted/ppb_file_chooser_trusted.h',
'c/trusted/ppb_file_io_trusted.h',
@@ -258,6 +259,8 @@
'cpp/private/var_private.h',
# Trusted interfaces.
+ 'cpp/trusted/browser_font_trusted.cc',
+ 'cpp/trusted/browser_font_trusted.h',
'cpp/trusted/file_chooser_trusted.cc',
'cpp/trusted/file_chooser_trusted.h',
'cpp/trusted/file_io_trusted.cc',
@@ -338,6 +341,8 @@
'tests/test_audio_config.h',
'tests/test_broker.cc',
'tests/test_broker.h',
+ 'tests/test_browser_font.cc',
+ 'tests/test_browser_font.h',
'tests/test_buffer.cc',
'tests/test_buffer.h',
'tests/test_c_includes.c',
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698