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

Side by Side Diff: content/public/common/content_switches.h

Issue 2322123002: gpu: Introduce GpuInit. (Closed)
Patch Set: . Created 4 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
« no previous file with comments | « content/gpu/gpu_main.cc ('k') | content/public/common/content_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 "content" command-line switches. 5 // Defines all the "content" command-line switches.
6 6
7 #ifndef CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 7 #ifndef CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
8 #define CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 8 #define CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 CONTENT_EXPORT extern const char kDisableGestureRequirementForPresentation[]; 54 CONTENT_EXPORT extern const char kDisableGestureRequirementForPresentation[];
55 CONTENT_EXPORT extern const char kDisableGpu[]; 55 CONTENT_EXPORT extern const char kDisableGpu[];
56 CONTENT_EXPORT extern const char kDisableGpuAsyncWorkerContext[]; 56 CONTENT_EXPORT extern const char kDisableGpuAsyncWorkerContext[];
57 CONTENT_EXPORT extern const char kDisableGpuCompositing[]; 57 CONTENT_EXPORT extern const char kDisableGpuCompositing[];
58 CONTENT_EXPORT extern const char kDisableGpuEarlyInit[]; 58 CONTENT_EXPORT extern const char kDisableGpuEarlyInit[];
59 CONTENT_EXPORT extern const char kDisableGpuMemoryBufferCompositorResources[]; 59 CONTENT_EXPORT extern const char kDisableGpuMemoryBufferCompositorResources[];
60 CONTENT_EXPORT extern const char kDisableGpuMemoryBufferVideoFrames[]; 60 CONTENT_EXPORT extern const char kDisableGpuMemoryBufferVideoFrames[];
61 extern const char kDisableGpuProcessCrashLimit[]; 61 extern const char kDisableGpuProcessCrashLimit[];
62 CONTENT_EXPORT extern const char kDisableGpuRasterization[]; 62 CONTENT_EXPORT extern const char kDisableGpuRasterization[];
63 CONTENT_EXPORT extern const char kDisableGpuSandbox[]; 63 CONTENT_EXPORT extern const char kDisableGpuSandbox[];
64 CONTENT_EXPORT extern const char kDisableGpuWatchdog[];
65 CONTENT_EXPORT extern const char kDisableInProcessStackTraces[]; 64 CONTENT_EXPORT extern const char kDisableInProcessStackTraces[];
66 CONTENT_EXPORT extern const char kDisableJavaScriptHarmonyShipping[]; 65 CONTENT_EXPORT extern const char kDisableJavaScriptHarmonyShipping[];
67 CONTENT_EXPORT extern const char kDisableLowResTiling[]; 66 CONTENT_EXPORT extern const char kDisableLowResTiling[];
68 CONTENT_EXPORT extern const char kDisableHangMonitor[]; 67 CONTENT_EXPORT extern const char kDisableHangMonitor[];
69 CONTENT_EXPORT extern const char kDisableHideInactiveStackedTabCloseButtons[]; 68 CONTENT_EXPORT extern const char kDisableHideInactiveStackedTabCloseButtons[];
70 extern const char kDisableHistogramCustomizer[]; 69 extern const char kDisableHistogramCustomizer[];
71 CONTENT_EXPORT extern const char kDisableLCDText[]; 70 CONTENT_EXPORT extern const char kDisableLCDText[];
72 CONTENT_EXPORT extern const char kDisablePreferCompositingToLCDText[]; 71 CONTENT_EXPORT extern const char kDisablePreferCompositingToLCDText[];
73 CONTENT_EXPORT extern const char kDisableKillAfterBadIPC[]; 72 CONTENT_EXPORT extern const char kDisableKillAfterBadIPC[];
74 CONTENT_EXPORT extern const char kDisableLocalStorage[]; 73 CONTENT_EXPORT extern const char kDisableLocalStorage[];
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 CONTENT_EXPORT extern const char kEnableWebGLDraftExtensions[]; 163 CONTENT_EXPORT extern const char kEnableWebGLDraftExtensions[];
165 CONTENT_EXPORT extern const char kEnableWebGLImageChromium[]; 164 CONTENT_EXPORT extern const char kEnableWebGLImageChromium[];
166 CONTENT_EXPORT extern const char kEnableWebVR[]; 165 CONTENT_EXPORT extern const char kEnableWebVR[];
167 CONTENT_EXPORT extern const char kEnableZeroCopy[]; 166 CONTENT_EXPORT extern const char kEnableZeroCopy[];
168 CONTENT_EXPORT extern const char kExplicitlyAllowedPorts[]; 167 CONTENT_EXPORT extern const char kExplicitlyAllowedPorts[];
169 CONTENT_EXPORT extern const char kForceDisplayList2dCanvas[]; 168 CONTENT_EXPORT extern const char kForceDisplayList2dCanvas[];
170 CONTENT_EXPORT extern const char kForceGpuRasterization[]; 169 CONTENT_EXPORT extern const char kForceGpuRasterization[];
171 CONTENT_EXPORT extern const char kForceOverlayFullscreenVideo[]; 170 CONTENT_EXPORT extern const char kForceOverlayFullscreenVideo[];
172 CONTENT_EXPORT extern const char kForceRendererAccessibility[]; 171 CONTENT_EXPORT extern const char kForceRendererAccessibility[];
173 CONTENT_EXPORT extern const char kGenerateAccessibilityTestExpectations[]; 172 CONTENT_EXPORT extern const char kGenerateAccessibilityTestExpectations[];
174 extern const char kGpuDeviceID[];
175 extern const char kGpuDriverVendor[];
176 extern const char kGpuDriverVersion[];
177 extern const char kGpuDriverDate[];
178 extern const char kGpuLauncher[]; 173 extern const char kGpuLauncher[];
179 CONTENT_EXPORT extern const char kGpuProcess[]; 174 CONTENT_EXPORT extern const char kGpuProcess[];
180 CONTENT_EXPORT extern const char kGpuSandboxAllowSysVShm[]; 175 CONTENT_EXPORT extern const char kGpuSandboxAllowSysVShm[];
181 CONTENT_EXPORT extern const char kGpuSandboxFailuresFatal[]; 176 CONTENT_EXPORT extern const char kGpuSandboxFailuresFatal[];
182 CONTENT_EXPORT extern const char kGpuSandboxStartEarly[];
183 CONTENT_EXPORT extern const char kGpuStartupDialog[]; 177 CONTENT_EXPORT extern const char kGpuStartupDialog[];
184 extern const char kGpuVendorID[];
185 CONTENT_EXPORT extern const char kHostResolverRules[]; 178 CONTENT_EXPORT extern const char kHostResolverRules[];
186 CONTENT_EXPORT extern const char kIgnoreCertificateErrors[]; 179 CONTENT_EXPORT extern const char kIgnoreCertificateErrors[];
187 CONTENT_EXPORT extern const char kIgnoreGpuBlacklist[]; 180 CONTENT_EXPORT extern const char kIgnoreGpuBlacklist[];
188 CONTENT_EXPORT extern const char kInertVisualViewport[]; 181 CONTENT_EXPORT extern const char kInertVisualViewport[];
189 CONTENT_EXPORT extern const char kInProcessGPU[]; 182 CONTENT_EXPORT extern const char kInProcessGPU[];
190 CONTENT_EXPORT extern const char kIPCConnectionTimeout[]; 183 CONTENT_EXPORT extern const char kIPCConnectionTimeout[];
191 CONTENT_EXPORT extern const char kIsRunningInMash[]; 184 CONTENT_EXPORT extern const char kIsRunningInMash[];
192 CONTENT_EXPORT extern const char kJavaScriptFlags[]; 185 CONTENT_EXPORT extern const char kJavaScriptFlags[];
193 CONTENT_EXPORT extern const char kJavaScriptHarmony[]; 186 CONTENT_EXPORT extern const char kJavaScriptHarmony[];
194 CONTENT_EXPORT extern const char kLogGpuControlListDecisions[]; 187 CONTENT_EXPORT extern const char kLogGpuControlListDecisions[];
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 extern const char kIpcDumpDirectory[]; 319 extern const char kIpcDumpDirectory[];
327 extern const char kIpcFuzzerTestcase[]; 320 extern const char kIpcFuzzerTestcase[];
328 #endif 321 #endif
329 322
330 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 323 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
331 // alphabetical order, or in one of the ifdefs (also in order in each section). 324 // alphabetical order, or in one of the ifdefs (also in order in each section).
332 325
333 } // namespace switches 326 } // namespace switches
334 327
335 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 328 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/gpu/gpu_main.cc ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698