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

Side by Side Diff: cc/base/switches.h

Issue 18174006: Allow tracing to console everywhere. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 5 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/debug/trace_event_impl.cc ('k') | cc/base/switches.cc » ('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 // Defines all the "cc" command-line switches. 5 // Defines all the "cc" command-line switches.
6 6
7 #ifndef CC_BASE_SWITCHES_H_ 7 #ifndef CC_BASE_SWITCHES_H_
8 #define CC_BASE_SWITCHES_H_ 8 #define CC_BASE_SWITCHES_H_
9 9
10 #include "cc/base/cc_export.h" 10 #include "cc/base/cc_export.h"
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 CC_EXPORT extern const char kUIShowScreenSpaceRects[]; 56 CC_EXPORT extern const char kUIShowScreenSpaceRects[];
57 CC_EXPORT extern const char kShowReplicaScreenSpaceRects[]; 57 CC_EXPORT extern const char kShowReplicaScreenSpaceRects[];
58 CC_EXPORT extern const char kUIShowReplicaScreenSpaceRects[]; 58 CC_EXPORT extern const char kUIShowReplicaScreenSpaceRects[];
59 CC_EXPORT extern const char kShowOccludingRects[]; 59 CC_EXPORT extern const char kShowOccludingRects[];
60 CC_EXPORT extern const char kUIShowOccludingRects[]; 60 CC_EXPORT extern const char kUIShowOccludingRects[];
61 CC_EXPORT extern const char kShowNonOccludingRects[]; 61 CC_EXPORT extern const char kShowNonOccludingRects[];
62 CC_EXPORT extern const char kUIShowNonOccludingRects[]; 62 CC_EXPORT extern const char kUIShowNonOccludingRects[];
63 63
64 // Unit test related. 64 // Unit test related.
65 CC_EXPORT extern const char kCCLayerTreeTestNoTimeout[]; 65 CC_EXPORT extern const char kCCLayerTreeTestNoTimeout[];
66 CC_EXPORT extern const char kCCUnittestsTraceEventsToVLOG[];
67 66
68 CC_EXPORT bool IsImplSidePaintingEnabled(); 67 CC_EXPORT bool IsImplSidePaintingEnabled();
69 68
70 } // namespace switches 69 } // namespace switches
71 } // namespace cc 70 } // namespace cc
72 71
73 #endif // CC_BASE_SWITCHES_H_ 72 #endif // CC_BASE_SWITCHES_H_
OLDNEW
« no previous file with comments | « base/debug/trace_event_impl.cc ('k') | cc/base/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698