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

Side by Side Diff: base/base.gyp

Issue 7981004: add classes trace_analyzer::Query and TraceAnalyzer to make it easy to search through trace data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: pid tid name fixed Created 9 years, 1 month 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 | « no previous file | base/debug/trace_event.h » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 'synchronization/lock_unittest.cc', 233 'synchronization/lock_unittest.cc',
234 'synchronization/waitable_event_unittest.cc', 234 'synchronization/waitable_event_unittest.cc',
235 'synchronization/waitable_event_watcher_unittest.cc', 235 'synchronization/waitable_event_watcher_unittest.cc',
236 'sys_info_unittest.cc', 236 'sys_info_unittest.cc',
237 'sys_string_conversions_mac_unittest.mm', 237 'sys_string_conversions_mac_unittest.mm',
238 'sys_string_conversions_unittest.cc', 238 'sys_string_conversions_unittest.cc',
239 'system_monitor/system_monitor_unittest.cc', 239 'system_monitor/system_monitor_unittest.cc',
240 'task_queue_unittest.cc', 240 'task_queue_unittest.cc',
241 'task_unittest.cc', 241 'task_unittest.cc',
242 'template_util_unittest.cc', 242 'template_util_unittest.cc',
243 'test/trace_event_analyzer_unittest.cc',
243 'threading/non_thread_safe_unittest.cc', 244 'threading/non_thread_safe_unittest.cc',
244 'threading/platform_thread_unittest.cc', 245 'threading/platform_thread_unittest.cc',
245 'threading/simple_thread_unittest.cc', 246 'threading/simple_thread_unittest.cc',
246 'threading/thread_checker_unittest.cc', 247 'threading/thread_checker_unittest.cc',
247 'threading/thread_collision_warner_unittest.cc', 248 'threading/thread_collision_warner_unittest.cc',
248 'threading/thread_local_storage_unittest.cc', 249 'threading/thread_local_storage_unittest.cc',
249 'threading/thread_local_unittest.cc', 250 'threading/thread_local_unittest.cc',
250 'threading/thread_unittest.cc', 251 'threading/thread_unittest.cc',
251 'threading/watchdog_unittest.cc', 252 'threading/watchdog_unittest.cc',
252 'threading/worker_pool_posix_unittest.cc', 253 'threading/worker_pool_posix_unittest.cc',
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 'test/test_reg_util_win.h', 438 'test/test_reg_util_win.h',
438 'test/test_suite.cc', 439 'test/test_suite.cc',
439 'test/test_suite.h', 440 'test/test_suite.h',
440 'test/test_stub_android.cc', 441 'test/test_stub_android.cc',
441 'test/test_switches.cc', 442 'test/test_switches.cc',
442 'test/test_switches.h', 443 'test/test_switches.h',
443 'test/test_timeouts.cc', 444 'test/test_timeouts.cc',
444 'test/test_timeouts.h', 445 'test/test_timeouts.h',
445 'test/thread_test_helper.cc', 446 'test/thread_test_helper.cc',
446 'test/thread_test_helper.h', 447 'test/thread_test_helper.h',
448 'test/trace_event_analyzer.cc',
449 'test/trace_event_analyzer.h',
447 ], 450 ],
448 }, 451 },
449 { 452 {
450 'target_name': 'test_support_perf', 453 'target_name': 'test_support_perf',
451 'type': 'static_library', 454 'type': 'static_library',
452 'dependencies': [ 455 'dependencies': [
453 'base', 456 'base',
454 '../testing/gtest.gyp:gtest', 457 '../testing/gtest.gyp:gtest',
455 ], 458 ],
456 'sources': [ 459 'sources': [
(...skipping 30 matching lines...) Expand all
487 'msvs_settings': { 490 'msvs_settings': {
488 'VCLinkerTool': { 491 'VCLinkerTool': {
489 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 492 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
490 }, 493 },
491 }, 494 },
492 }, 495 },
493 ], 496 ],
494 }], 497 }],
495 ], 498 ],
496 } 499 }
OLDNEW
« no previous file with comments | « no previous file | base/debug/trace_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698