| // Copyright 2020 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| #ifndef CHROME_BROWSER_WEB_APPLICATIONS_COMPONENTS_WEB_APP_ID_CONSTANTS_H_ |
| #define CHROME_BROWSER_WEB_APPLICATIONS_COMPONENTS_WEB_APP_ID_CONSTANTS_H_ |
| |
| namespace web_app { |
| |
| extern const char kA4AppId[]; |
| extern const char kCameraAppId[]; |
| extern const char kCanvasAppId[]; |
| extern const char kDiagnosticsAppId[]; |
| extern const char kGmailAppId[]; |
| extern const char kGoogleCalendarAppId[]; |
| extern const char kGoogleDocsAppId[]; |
| extern const char kGoogleDriveAppId[]; |
| extern const char kGoogleKeepAppId[]; |
| extern const char kGoogleMapsAppId[]; |
| extern const char kGoogleNewsAppId[]; |
| extern const char kGoogleSheetsAppId[]; |
| extern const char kGoogleSlidesAppId[]; |
| extern const char kHelpAppId[]; |
| extern const char kMediaAppId[]; |
| extern const char kMessagesAppId[]; |
| extern const char kMockSystemAppId[]; |
| extern const char kOsSettingsAppId[]; |
| extern const char kPlayBooksAppId[]; |
| extern const char kPrintManagementAppId[]; |
| extern const char kScanningAppId[]; |
| extern const char kSettingsAppId[]; |
| extern const char kShortcutCustomizationAppId[]; |
| extern const char kShimlessRMAAppId[]; |
| extern const char kShowtimeAppId[]; |
| extern const char kStadiaAppId[]; |
| extern const char kYoutubeAppId[]; |
| extern const char kYoutubeMusicAppId[]; |
| extern const char kYoutubeTVAppId[]; |
| |
| } // namespace web_app |
| |
| #endif // CHROME_BROWSER_WEB_APPLICATIONS_COMPONENTS_WEB_APP_ID_CONSTANTS_H_ |