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

Side by Side Diff: components/tools/metrics/testdata/foo.cc

Issue 12782019: Move browser_components_metrics.py into a subdirectory of tools/metrics/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move files to //compontents/tools/metrics Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Should not match 5 // Should not match
6 #ifndef FOO_OS_ANDROID_BLAT 6 #ifndef FOO_OS_ANDROID_BLAT
7 #define FOO_OS_ANDROID_BLAT 7 #define FOO_OS_ANDROID_BLAT
8 8
9 #if defined(OS_ANDROID) 9 #if defined(OS_ANDROID)
10 10
11 #if defined(OS_ANDROID) || defined(OS_IOS) || defined(OS_CHROMEOS) 11 #if defined(OS_ANDROID) || defined(OS_IOS) || defined(OS_CHROMEOS)
12 12
13 #if !defined(OS_CAT) 13 #if !defined(OS_CAT)
14 14
15 #if defined(OS_WIN) 15 #if defined(OS_WIN)
16 16
17 #endif // !OS_ANDROID && !OS_IOS 17 #endif // !OS_ANDROID && !OS_IOS
18 #endif // OS_CAT 18 #endif // OS_CAT
19 19
20 #endif // FOO_OS_ANDROID_BLAT 20 #endif // FOO_OS_ANDROID_BLAT
OLDNEW
« no previous file with comments | « components/tools/metrics/count_ifdefs_unittest.py ('k') | components/tools/metrics/testdata/foo_ignored.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698