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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 17555005: Add events with custom timestamps and thread id to PPAPI dev tracing interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync Created 7 years, 6 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
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 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 'tests/test_printing.cc', 455 'tests/test_printing.cc',
456 'tests/test_printing.h', 456 'tests/test_printing.h',
457 'tests/test_scrollbar.cc', 457 'tests/test_scrollbar.cc',
458 'tests/test_scrollbar.h', 458 'tests/test_scrollbar.h',
459 'tests/test_tcp_server_socket_private.cc', 459 'tests/test_tcp_server_socket_private.cc',
460 'tests/test_tcp_server_socket_private.h', 460 'tests/test_tcp_server_socket_private.h',
461 'tests/test_tcp_socket.cc', 461 'tests/test_tcp_socket.cc',
462 'tests/test_tcp_socket.h', 462 'tests/test_tcp_socket.h',
463 'tests/test_tcp_socket_private.cc', 463 'tests/test_tcp_socket_private.cc',
464 'tests/test_tcp_socket_private.h', 464 'tests/test_tcp_socket_private.h',
465 'tests/test_trace_event.cc',
466 'tests/test_trace_event.h',
465 'tests/test_truetype_font.cc', 467 'tests/test_truetype_font.cc',
466 'tests/test_truetype_font.h', 468 'tests/test_truetype_font.h',
467 'tests/test_udp_socket.cc', 469 'tests/test_udp_socket.cc',
468 'tests/test_udp_socket.h', 470 'tests/test_udp_socket.h',
469 'tests/test_udp_socket_private.cc', 471 'tests/test_udp_socket_private.cc',
470 'tests/test_udp_socket_private.h', 472 'tests/test_udp_socket_private.h',
471 'tests/test_url_loader.cc', 473 'tests/test_url_loader.cc',
472 'tests/test_url_loader.h', 474 'tests/test_url_loader.h',
473 'tests/test_url_request.cc', 475 'tests/test_url_request.cc',
474 'tests/test_url_request.h', 476 'tests/test_url_request.h',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 'tests/test_x509_certificate_private.h', 554 'tests/test_x509_certificate_private.h',
553 555
554 # Deprecated test cases. 556 # Deprecated test cases.
555 'tests/test_instance_deprecated.cc', 557 'tests/test_instance_deprecated.cc',
556 'tests/test_instance_deprecated.h', 558 'tests/test_instance_deprecated.h',
557 'tests/test_var_deprecated.cc', 559 'tests/test_var_deprecated.cc',
558 'tests/test_var_deprecated.h', 560 'tests/test_var_deprecated.h',
559 ], 561 ],
560 }, 562 },
561 } 563 }
OLDNEW
« no previous file with comments | « ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c ('k') | ppapi/shared_impl/ppb_trace_event_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698