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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 16819002: PPAPI: Introduce PPB_NetworkProxy_Dev (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 7 years, 5 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_array_output.h', 8 'c/pp_array_output.h',
9 'c/pp_bool.h', 9 'c/pp_bool.h',
10 'c/pp_completion_callback.h', 10 'c/pp_completion_callback.h',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'c/dev/pp_video_dev.h', 68 'c/dev/pp_video_dev.h',
69 'c/dev/ppb_buffer_dev.h', 69 'c/dev/ppb_buffer_dev.h',
70 'c/dev/ppb_char_set_dev.h', 70 'c/dev/ppb_char_set_dev.h',
71 'c/dev/ppb_cursor_control_dev.h', 71 'c/dev/ppb_cursor_control_dev.h',
72 'c/dev/ppb_device_ref_dev.h', 72 'c/dev/ppb_device_ref_dev.h',
73 'c/dev/ppb_file_chooser_dev.h', 73 'c/dev/ppb_file_chooser_dev.h',
74 'c/dev/ppb_find_dev.h', 74 'c/dev/ppb_find_dev.h',
75 'c/dev/ppb_font_dev.h', 75 'c/dev/ppb_font_dev.h',
76 'c/dev/ppb_ime_input_event_dev.h', 76 'c/dev/ppb_ime_input_event_dev.h',
77 'c/dev/ppb_memory_dev.h', 77 'c/dev/ppb_memory_dev.h',
78 'c/dev/ppb_network_proxy_dev.h',
78 'c/dev/ppb_printing_dev.h', 79 'c/dev/ppb_printing_dev.h',
79 'c/dev/ppb_resource_array_dev.h', 80 'c/dev/ppb_resource_array_dev.h',
80 'c/dev/ppb_scrollbar_dev.h', 81 'c/dev/ppb_scrollbar_dev.h',
81 'c/dev/ppb_testing_dev.h', 82 'c/dev/ppb_testing_dev.h',
82 'c/dev/ppb_text_input_dev.h', 83 'c/dev/ppb_text_input_dev.h',
83 'c/dev/ppb_truetype_font_dev.h', 84 'c/dev/ppb_truetype_font_dev.h',
84 'c/dev/ppb_url_util_dev.h', 85 'c/dev/ppb_url_util_dev.h',
85 'c/dev/ppb_video_decoder_dev.h', 86 'c/dev/ppb_video_decoder_dev.h',
86 'c/dev/ppb_widget_dev.h', 87 'c/dev/ppb_widget_dev.h',
87 'c/dev/ppb_zoom_dev.h', 88 'c/dev/ppb_zoom_dev.h',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'cpp/dev/find_dev.cc', 239 'cpp/dev/find_dev.cc',
239 'cpp/dev/find_dev.h', 240 'cpp/dev/find_dev.h',
240 'cpp/dev/font_dev.cc', 241 'cpp/dev/font_dev.cc',
241 'cpp/dev/font_dev.h', 242 'cpp/dev/font_dev.h',
242 'cpp/dev/graphics_2d_dev.cc', 243 'cpp/dev/graphics_2d_dev.cc',
243 'cpp/dev/graphics_2d_dev.h', 244 'cpp/dev/graphics_2d_dev.h',
244 'cpp/dev/ime_input_event_dev.cc', 245 'cpp/dev/ime_input_event_dev.cc',
245 'cpp/dev/ime_input_event_dev.h', 246 'cpp/dev/ime_input_event_dev.h',
246 'cpp/dev/memory_dev.cc', 247 'cpp/dev/memory_dev.cc',
247 'cpp/dev/memory_dev.h', 248 'cpp/dev/memory_dev.h',
249 'cpp/dev/network_proxy_dev.cc',
250 'cpp/dev/network_proxy_dev.h',
248 'cpp/dev/printing_dev.cc', 251 'cpp/dev/printing_dev.cc',
249 'cpp/dev/printing_dev.h', 252 'cpp/dev/printing_dev.h',
250 'cpp/dev/resource_array_dev.cc', 253 'cpp/dev/resource_array_dev.cc',
251 'cpp/dev/resource_array_dev.h', 254 'cpp/dev/resource_array_dev.h',
252 'cpp/dev/scrollbar_dev.cc', 255 'cpp/dev/scrollbar_dev.cc',
253 'cpp/dev/scrollbar_dev.h', 256 'cpp/dev/scrollbar_dev.h',
254 'cpp/dev/selection_dev.cc', 257 'cpp/dev/selection_dev.cc',
255 'cpp/dev/selection_dev.h', 258 'cpp/dev/selection_dev.h',
256 'cpp/dev/text_input_dev.cc', 259 'cpp/dev/text_input_dev.cc',
257 'cpp/dev/text_input_dev.h', 260 'cpp/dev/text_input_dev.h',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 'tests/test_mouse_cursor.cc', 438 'tests/test_mouse_cursor.cc',
436 'tests/test_mouse_cursor.h', 439 'tests/test_mouse_cursor.h',
437 'tests/test_mouse_lock.cc', 440 'tests/test_mouse_lock.cc',
438 'tests/test_mouse_lock.h', 441 'tests/test_mouse_lock.h',
439 'tests/test_net_address.cc', 442 'tests/test_net_address.cc',
440 'tests/test_net_address.h', 443 'tests/test_net_address.h',
441 'tests/test_net_address_private_untrusted.cc', 444 'tests/test_net_address_private_untrusted.cc',
442 'tests/test_net_address_private_untrusted.h', 445 'tests/test_net_address_private_untrusted.h',
443 'tests/test_network_monitor_private.cc', 446 'tests/test_network_monitor_private.cc',
444 'tests/test_network_monitor_private.h', 447 'tests/test_network_monitor_private.h',
448 'tests/test_network_proxy.cc',
449 'tests/test_network_proxy.h',
445 'tests/test_paint_aggregator.cc', 450 'tests/test_paint_aggregator.cc',
446 'tests/test_paint_aggregator.h', 451 'tests/test_paint_aggregator.h',
447 'tests/test_post_message.cc', 452 'tests/test_post_message.cc',
448 'tests/test_post_message.h', 453 'tests/test_post_message.h',
449 'tests/test_printing.cc', 454 'tests/test_printing.cc',
450 'tests/test_printing.h', 455 'tests/test_printing.h',
451 'tests/test_scrollbar.cc', 456 'tests/test_scrollbar.cc',
452 'tests/test_scrollbar.h', 457 'tests/test_scrollbar.h',
453 'tests/test_tcp_server_socket_private.cc', 458 'tests/test_tcp_server_socket_private.cc',
454 'tests/test_tcp_server_socket_private.h', 459 'tests/test_tcp_server_socket_private.h',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 'tests/test_x509_certificate_private.h', 551 'tests/test_x509_certificate_private.h',
547 552
548 # Deprecated test cases. 553 # Deprecated test cases.
549 'tests/test_instance_deprecated.cc', 554 'tests/test_instance_deprecated.cc',
550 'tests/test_instance_deprecated.h', 555 'tests/test_instance_deprecated.h',
551 'tests/test_var_deprecated.cc', 556 'tests/test_var_deprecated.cc',
552 'tests/test_var_deprecated.h', 557 'tests/test_var_deprecated.h',
553 ], 558 ],
554 }, 559 },
555 } 560 }
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