// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "google_apis/gaia/gaia_switches.h" namespace switches { const char kGaiaConfigPath[] = …; const char kGaiaConfigContents[] = …; const char kGoogleUrl[] = …; const char kGaiaUrl[] = …; const char kGoogleApisUrl[] = …; const char kLsoUrl[] = …; const char kOAuthAccountManagerUrl[] = …; const char kOAuth2ClientID[] = …; const char kOAuth2ClientSecret[] = …; } // namespace switches