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

Side by Side 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: REQUIRED CHANGELIST DESCRIPTIONS ARE A WASTE OF TIME 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'c_source_files': [ 7 'c_source_files': [
8 'c/pp_bool.h', 8 'c/pp_bool.h',
9 'c/pp_completion_callback.h', 9 'c/pp_completion_callback.h',
10 'c/pp_errors.h', 10 'c/pp_errors.h',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'c/private/ppb_udp_socket_private.h', 106 'c/private/ppb_udp_socket_private.h',
107 107
108 # Deprecated interfaces. 108 # Deprecated interfaces.
109 'c/dev/deprecated_bool.h', 109 'c/dev/deprecated_bool.h',
110 'c/dev/ppb_var_deprecated.h', 110 'c/dev/ppb_var_deprecated.h',
111 'c/dev/ppp_class_deprecated.h', 111 'c/dev/ppp_class_deprecated.h',
112 112
113 # Trusted interfaces. 113 # Trusted interfaces.
114 'c/trusted/ppb_audio_trusted.h', 114 'c/trusted/ppb_audio_trusted.h',
115 'c/trusted/ppb_broker_trusted.h', 115 'c/trusted/ppb_broker_trusted.h',
116 'c/private/ppb_browser_font_trusted.h',
116 'c/trusted/ppb_buffer_trusted.h', 117 'c/trusted/ppb_buffer_trusted.h',
117 'c/trusted/ppb_file_chooser_trusted.h', 118 'c/trusted/ppb_file_chooser_trusted.h',
118 'c/trusted/ppb_file_io_trusted.h', 119 'c/trusted/ppb_file_io_trusted.h',
119 'c/trusted/ppb_graphics_3d_trusted.h', 120 'c/trusted/ppb_graphics_3d_trusted.h',
120 'c/trusted/ppb_image_data_trusted.h', 121 'c/trusted/ppb_image_data_trusted.h',
121 'c/trusted/ppb_url_loader_trusted.h', 122 'c/trusted/ppb_url_loader_trusted.h',
122 'c/trusted/ppp_broker.h', 123 'c/trusted/ppp_broker.h',
123 ], 124 ],
124 'cpp_source_files': [ 125 'cpp_source_files': [
125 'cpp/audio.cc', 126 'cpp/audio.cc',
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 'c/dev/ppb_transport_dev.h', 426 'c/dev/ppb_transport_dev.h',
426 ], 427 ],
427 'cpp_source_files': [ 428 'cpp_source_files': [
428 'cpp/dev/transport_dev.cc', 429 'cpp/dev/transport_dev.cc',
429 'cpp/dev/transport_dev.h', 430 'cpp/dev/transport_dev.h',
430 ], 431 ],
431 }, 432 },
432 }], 433 }],
433 ], 434 ],
434 } 435 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698