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

Side by Side Diff: base/base.gypi

Issue 23757011: Remove the unused sampling profiler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « base/base.gyp ('k') | base/win/sampling_profiler.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) 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 'win/message_window.cc', 624 'win/message_window.cc',
625 'win/message_window.h', 625 'win/message_window.h',
626 'win/metro.cc', 626 'win/metro.cc',
627 'win/metro.h', 627 'win/metro.h',
628 'win/object_watcher.cc', 628 'win/object_watcher.cc',
629 'win/object_watcher.h', 629 'win/object_watcher.h',
630 'win/registry.cc', 630 'win/registry.cc',
631 'win/registry.h', 631 'win/registry.h',
632 'win/resource_util.cc', 632 'win/resource_util.cc',
633 'win/resource_util.h', 633 'win/resource_util.h',
634 'win/sampling_profiler.cc',
635 'win/sampling_profiler.h',
636 'win/scoped_bstr.cc', 634 'win/scoped_bstr.cc',
637 'win/scoped_bstr.h', 635 'win/scoped_bstr.h',
638 'win/scoped_co_mem.h', 636 'win/scoped_co_mem.h',
639 'win/scoped_com_initializer.h', 637 'win/scoped_com_initializer.h',
640 'win/scoped_comptr.h', 638 'win/scoped_comptr.h',
641 'win/scoped_gdi_object.h', 639 'win/scoped_gdi_object.h',
642 'win/scoped_handle.cc', 640 'win/scoped_handle.cc',
643 'win/scoped_handle.h', 641 'win/scoped_handle.h',
644 'win/scoped_hdc.h', 642 'win/scoped_hdc.h',
645 'win/scoped_hglobal.h', 643 'win/scoped_hglobal.h',
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
888 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 886 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
889 'sources/': [ 887 'sources/': [
890 ['exclude', '^third_party/nspr/'], 888 ['exclude', '^third_party/nspr/'],
891 ], 889 ],
892 }], 890 }],
893 ], 891 ],
894 }], 892 }],
895 ], 893 ],
896 }, 894 },
897 } 895 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/win/sampling_profiler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698