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

Unified Diff: gpu/config/gpu_switches.h

Issue 1103403002: gpu: Fix dependency cycle between service_sources and config_sources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: zmo nits Created 5 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/config/BUILD.gn ('k') | gpu/config/gpu_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/gpu_switches.h
diff --git a/chromecast/net/net_switches.h b/gpu/config/gpu_switches.h
similarity index 52%
copy from chromecast/net/net_switches.h
copy to gpu/config/gpu_switches.h
index dda9cac54fcd8ec8e8af35565fac0a3405cf1fc2..f6375ca06fe2ff30f23e40270c9f19dcb4d41668 100644
--- a/chromecast/net/net_switches.h
+++ b/gpu/config/gpu_switches.h
@@ -2,13 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROMECAST_NET_NET_SWITCHES_H_
-#define CHROMECAST_NET_NET_SWITCHES_H_
+#ifndef GPU_CONFIG_GPU_SWITCHES_H_
+#define GPU_CONFIG_GPU_SWITCHES_H_
+
+#include "gpu/gpu_export.h"
namespace switches {
-extern const char kConnectivityCheckUrl[];
+GPU_EXPORT extern const char kGpuDriverBugWorkarounds[];
} // namespace switches
-#endif // CHROMECAST_NET_NET_SWITCHES_H_
+#endif // GPU_CONFIG_GPU_SWITCHES_H_
« no previous file with comments | « gpu/config/BUILD.gn ('k') | gpu/config/gpu_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698