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

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: clock function 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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 'tests/test_audio_config.cc', 395 'tests/test_audio_config.cc',
396 'tests/test_audio_config.h', 396 'tests/test_audio_config.h',
397 'tests/test_case.cc', 397 'tests/test_case.cc',
398 'tests/test_case.h', 398 'tests/test_case.h',
399 'tests/test_console.cc', 399 'tests/test_console.cc',
400 'tests/test_console.h', 400 'tests/test_console.h',
401 'tests/test_core.cc', 401 'tests/test_core.cc',
402 'tests/test_core.h', 402 'tests/test_core.h',
403 'tests/test_cursor_control.cc', 403 'tests/test_cursor_control.cc',
404 'tests/test_cursor_control.h', 404 'tests/test_cursor_control.h',
405 'tests/test_dev_trace_event.cc',
406 'tests/test_dev_trace_event.h',
dmichael (off chromium) 2013/06/24 17:43:42 nit: We don't put "dev" in the name of the test, e
grosse 2013/06/24 23:16:46 Done.
405 'tests/test_empty.cc', 407 'tests/test_empty.cc',
406 'tests/test_empty.h', 408 'tests/test_empty.h',
407 'tests/test_file_io.cc', 409 'tests/test_file_io.cc',
408 'tests/test_file_io.h', 410 'tests/test_file_io.h',
409 'tests/test_file_ref.cc', 411 'tests/test_file_ref.cc',
410 'tests/test_file_ref.h', 412 'tests/test_file_ref.h',
411 'tests/test_file_system.cc', 413 'tests/test_file_system.cc',
412 'tests/test_file_system.h', 414 'tests/test_file_system.h',
413 'tests/test_fullscreen.cc', 415 'tests/test_fullscreen.cc',
414 'tests/test_fullscreen.h', 416 'tests/test_fullscreen.h',
(...skipping 131 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