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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 10826072: Implement browser side of PPB_Printing resource. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 2 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/host/dispatch_host_message.h ('k') | ppapi/proxy/plugin_dispatcher.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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 'tests/test_mouse_lock.cc', 372 'tests/test_mouse_lock.cc',
373 'tests/test_mouse_lock.h', 373 'tests/test_mouse_lock.h',
374 'tests/test_net_address_private_untrusted.cc', 374 'tests/test_net_address_private_untrusted.cc',
375 'tests/test_net_address_private_untrusted.h', 375 'tests/test_net_address_private_untrusted.h',
376 'tests/test_network_monitor_private.cc', 376 'tests/test_network_monitor_private.cc',
377 'tests/test_network_monitor_private.h', 377 'tests/test_network_monitor_private.h',
378 'tests/test_paint_aggregator.cc', 378 'tests/test_paint_aggregator.cc',
379 'tests/test_paint_aggregator.h', 379 'tests/test_paint_aggregator.h',
380 'tests/test_post_message.cc', 380 'tests/test_post_message.cc',
381 'tests/test_post_message.h', 381 'tests/test_post_message.h',
382 'tests/test_printing.cc',
383 'tests/test_printing.h',
382 'tests/test_scrollbar.cc', 384 'tests/test_scrollbar.cc',
383 'tests/test_scrollbar.h', 385 'tests/test_scrollbar.h',
384 'tests/test_tcp_server_socket_private.cc', 386 'tests/test_tcp_server_socket_private.cc',
385 'tests/test_tcp_server_socket_private.h', 387 'tests/test_tcp_server_socket_private.h',
386 'tests/test_tcp_socket_private.cc', 388 'tests/test_tcp_socket_private.cc',
387 'tests/test_tcp_socket_private.h', 389 'tests/test_tcp_socket_private.h',
388 'tests/test_udp_socket_private.cc', 390 'tests/test_udp_socket_private.cc',
389 'tests/test_udp_socket_private.h', 391 'tests/test_udp_socket_private.h',
390 'tests/test_url_loader.cc', 392 'tests/test_url_loader.cc',
391 'tests/test_url_loader.h', 393 'tests/test_url_loader.h',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 'tests/test_x509_certificate_private.h', 463 'tests/test_x509_certificate_private.h',
462 464
463 # Deprecated test cases. 465 # Deprecated test cases.
464 'tests/test_instance_deprecated.cc', 466 'tests/test_instance_deprecated.cc',
465 'tests/test_instance_deprecated.h', 467 'tests/test_instance_deprecated.h',
466 'tests/test_var_deprecated.cc', 468 'tests/test_var_deprecated.cc',
467 'tests/test_var_deprecated.h', 469 'tests/test_var_deprecated.h',
468 ], 470 ],
469 }, 471 },
470 } 472 }
OLDNEW
« no previous file with comments | « ppapi/host/dispatch_host_message.h ('k') | ppapi/proxy/plugin_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698