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

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: Use correct timer 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 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 'tests/test_printing.cc', 449 'tests/test_printing.cc',
450 'tests/test_printing.h', 450 'tests/test_printing.h',
451 'tests/test_scrollbar.cc', 451 'tests/test_scrollbar.cc',
452 'tests/test_scrollbar.h', 452 'tests/test_scrollbar.h',
453 'tests/test_tcp_server_socket_private.cc', 453 'tests/test_tcp_server_socket_private.cc',
454 'tests/test_tcp_server_socket_private.h', 454 'tests/test_tcp_server_socket_private.h',
455 'tests/test_tcp_socket.cc', 455 'tests/test_tcp_socket.cc',
456 'tests/test_tcp_socket.h', 456 'tests/test_tcp_socket.h',
457 'tests/test_tcp_socket_private.cc', 457 'tests/test_tcp_socket_private.cc',
458 'tests/test_tcp_socket_private.h', 458 'tests/test_tcp_socket_private.h',
459 'tests/test_trace_event.cc',
460 'tests/test_trace_event.h',
459 'tests/test_truetype_font.cc', 461 'tests/test_truetype_font.cc',
460 'tests/test_truetype_font.h', 462 'tests/test_truetype_font.h',
461 'tests/test_udp_socket.cc', 463 'tests/test_udp_socket.cc',
462 'tests/test_udp_socket.h', 464 'tests/test_udp_socket.h',
463 'tests/test_udp_socket_private.cc', 465 'tests/test_udp_socket_private.cc',
464 'tests/test_udp_socket_private.h', 466 'tests/test_udp_socket_private.h',
465 'tests/test_url_loader.cc', 467 'tests/test_url_loader.cc',
466 'tests/test_url_loader.h', 468 'tests/test_url_loader.h',
467 'tests/test_url_request.cc', 469 'tests/test_url_request.cc',
468 'tests/test_url_request.h', 470 'tests/test_url_request.h',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 'tests/test_x509_certificate_private.h', 548 'tests/test_x509_certificate_private.h',
547 549
548 # Deprecated test cases. 550 # Deprecated test cases.
549 'tests/test_instance_deprecated.cc', 551 'tests/test_instance_deprecated.cc',
550 'tests/test_instance_deprecated.h', 552 'tests/test_instance_deprecated.h',
551 'tests/test_var_deprecated.cc', 553 'tests/test_var_deprecated.cc',
552 'tests/test_var_deprecated.h', 554 'tests/test_var_deprecated.h',
553 ], 555 ],
554 }, 556 },
555 } 557 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698