Support for unpacked ARM packed relocations.
[chromium-blink-merge.git] / components / tools / metrics / testdata / foo.cc
blobbd3d3c716d2dee4e7c1d8f2da9ed80af20ce04d0
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
3 // found in the LICENSE file.
5 // Should not match
6 #ifndef FOO_OS_ANDROID_BLAT
7 #define FOO_OS_ANDROID_BLAT
9 #if defined(OS_ANDROID)
11 #if defined(OS_ANDROID) || defined(OS_IOS) || defined(OS_CHROMEOS)
13 #if !defined(OS_CAT)
15 #if defined(OS_WIN)
17 #endif // !OS_ANDROID && !OS_IOS
18 #endif // OS_CAT
20 #endif // FOO_OS_ANDROID_BLAT