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

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: 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
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 'cpp/private/net_address_private.cc', 252 'cpp/private/net_address_private.cc',
252 'cpp/private/net_address_private.h', 253 'cpp/private/net_address_private.h',
253 'cpp/private/tcp_socket_private.cc', 254 'cpp/private/tcp_socket_private.cc',
254 'cpp/private/tcp_socket_private.h', 255 'cpp/private/tcp_socket_private.h',
255 'cpp/private/udp_socket_private.cc', 256 'cpp/private/udp_socket_private.cc',
256 'cpp/private/udp_socket_private.h', 257 'cpp/private/udp_socket_private.h',
257 'cpp/private/var_private.cc', 258 'cpp/private/var_private.cc',
258 'cpp/private/var_private.h', 259 'cpp/private/var_private.h',
259 260
260 # Trusted interfaces. 261 # Trusted interfaces.
262 'cpp/trusted/browser_font_trusted.cc',
263 'cpp/trusted/browser_font_trusted.h',
261 'cpp/trusted/file_chooser_trusted.cc', 264 'cpp/trusted/file_chooser_trusted.cc',
262 'cpp/trusted/file_chooser_trusted.h', 265 'cpp/trusted/file_chooser_trusted.h',
263 'cpp/trusted/file_io_trusted.cc', 266 'cpp/trusted/file_io_trusted.cc',
264 'cpp/trusted/file_io_trusted.h', 267 'cpp/trusted/file_io_trusted.h',
265 268
266 # Utility sources. 269 # Utility sources.
267 'utility/completion_callback_factory.h', 270 'utility/completion_callback_factory.h',
268 'utility/non_thread_safe_ref_count.h', 271 'utility/non_thread_safe_ref_count.h',
269 'utility/graphics/paint_aggregator.cc', 272 'utility/graphics/paint_aggregator.cc',
270 'utility/graphics/paint_aggregator.h', 273 'utility/graphics/paint_aggregator.h',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 # Sources used in trusted tests. 334 # Sources used in trusted tests.
332 # 335 #
333 'test_trusted_source_files': [ 336 'test_trusted_source_files': [
334 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER) 337 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER)
335 'tests/test_audio.cc', 338 'tests/test_audio.cc',
336 'tests/test_audio.h', 339 'tests/test_audio.h',
337 'tests/test_audio_config.cc', 340 'tests/test_audio_config.cc',
338 'tests/test_audio_config.h', 341 'tests/test_audio_config.h',
339 'tests/test_broker.cc', 342 'tests/test_broker.cc',
340 'tests/test_broker.h', 343 'tests/test_broker.h',
344 'tests/test_browser_font.cc',
345 'tests/test_browser_font.h',
341 'tests/test_buffer.cc', 346 'tests/test_buffer.cc',
342 'tests/test_buffer.h', 347 'tests/test_buffer.h',
343 'tests/test_c_includes.c', 348 'tests/test_c_includes.c',
344 'tests/test_char_set.cc', 349 'tests/test_char_set.cc',
345 'tests/test_char_set.h', 350 'tests/test_char_set.h',
346 'tests/test_core.cc', 351 'tests/test_core.cc',
347 'tests/test_core.h', 352 'tests/test_core.h',
348 'tests/test_cpp_includes.cc', 353 'tests/test_cpp_includes.cc',
349 'tests/test_crypto.cc', 354 'tests/test_crypto.cc',
350 'tests/test_crypto.h', 355 'tests/test_crypto.h',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 'c/dev/ppb_transport_dev.h', 429 'c/dev/ppb_transport_dev.h',
425 ], 430 ],
426 'cpp_source_files': [ 431 'cpp_source_files': [
427 'cpp/dev/transport_dev.cc', 432 'cpp/dev/transport_dev.cc',
428 'cpp/dev/transport_dev.h', 433 'cpp/dev/transport_dev.h',
429 ], 434 ],
430 }, 435 },
431 }], 436 }],
432 ], 437 ],
433 } 438 }
OLDNEW
« 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