Add the host toolset to base:sanitizer_options. Fix a typo in nacl.gyp
[chromium-blink-merge.git] / chrome_elf / chrome_elf_constants.cc
blob8879da7db83b80e430d2835c91695689864bc160
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chrome_elf/chrome_elf_constants.h"
7 #if defined(GOOGLE_CHROME_BUILD)
8 const wchar_t kAppDataDirName[] = L"Google\\Chrome";
9 #else
10 const wchar_t kAppDataDirName[] = L"Chromium";
11 #endif
12 const wchar_t kCanaryAppDataDirName[] = L"Google\\Chrome SxS";
13 const wchar_t kLocalStateFilename[] = L"Local State";
14 const wchar_t kPreferencesFilename[] = L"Preferences";
15 const wchar_t kUserDataDirName[] = L"User Data";
17 namespace blacklist {
19 const wchar_t kRegistryBeaconPath[] = L"SOFTWARE\\Google\\Chrome\\BLBeacon";
20 const wchar_t kBeaconVersion[] = L"version";
21 const wchar_t kBeaconState[] = L"state";
23 } // namespace blacklist