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

Side by Side Diff: base/base.gyp

Issue 1016563004: Statistical stack profiler for Windows x64 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: add diagnostic output for test failure Created 5 years, 9 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
« no previous file with comments | « base/BUILD.gn ('k') | base/base.gypi » ('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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 'prefs/pref_value_map_unittest.cc', 592 'prefs/pref_value_map_unittest.cc',
593 'prefs/pref_value_store_unittest.cc', 593 'prefs/pref_value_store_unittest.cc',
594 'prefs/scoped_user_pref_update_unittest.cc', 594 'prefs/scoped_user_pref_update_unittest.cc',
595 'process/memory_unittest.cc', 595 'process/memory_unittest.cc',
596 'process/memory_unittest_mac.h', 596 'process/memory_unittest_mac.h',
597 'process/memory_unittest_mac.mm', 597 'process/memory_unittest_mac.mm',
598 'process/process_metrics_unittest.cc', 598 'process/process_metrics_unittest.cc',
599 'process/process_metrics_unittest_ios.cc', 599 'process/process_metrics_unittest_ios.cc',
600 'process/process_unittest.cc', 600 'process/process_unittest.cc',
601 'process/process_util_unittest.cc', 601 'process/process_util_unittest.cc',
602 'profiler/stack_sampling_profiler_unittest.cc',
602 'profiler/tracked_time_unittest.cc', 603 'profiler/tracked_time_unittest.cc',
603 'rand_util_unittest.cc', 604 'rand_util_unittest.cc',
604 'scoped_clear_errno_unittest.cc', 605 'scoped_clear_errno_unittest.cc',
605 'scoped_generic_unittest.cc', 606 'scoped_generic_unittest.cc',
606 'scoped_native_library_unittest.cc', 607 'scoped_native_library_unittest.cc',
607 'security_unittest.cc', 608 'security_unittest.cc',
608 'sequence_checker_unittest.cc', 609 'sequence_checker_unittest.cc',
609 'sha1_unittest.cc', 610 'sha1_unittest.cc',
610 'stl_util_unittest.cc', 611 'stl_util_unittest.cc',
611 'strings/nullable_string16_unittest.cc', 612 'strings/nullable_string16_unittest.cc',
(...skipping 989 matching lines...) Expand 10 before | Expand all | Expand 10 after
1601 'dependencies': [ 1602 'dependencies': [
1602 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1603 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1603 ], 1604 ],
1604 }], 1605 }],
1605 ], 1606 ],
1606 }, 1607 },
1607 ], 1608 ],
1608 }], 1609 }],
1609 ], 1610 ],
1610 } 1611 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698