summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/mtpd/source/build_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/mtpd/source/build_config.h')
-rw-r--r--chromium/third_party/mtpd/source/build_config.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/chromium/third_party/mtpd/source/build_config.h b/chromium/third_party/mtpd/source/build_config.h
deleted file mode 100644
index da12e685f37..00000000000
--- a/chromium/third_party/mtpd/source/build_config.h
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright (c) 2012 The Chromium OS 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 MTPD_BUILD_CONFIG_H_
-#define MTPD_BUILD_CONFIG_H_
-
-#if defined(CHROMIUM_BUILD) || defined(GOOGLE_CHROME_BUILD)
-#define CHROMIUM_LINUX_BUILD
-#else
-#define CROS_BUILD
-#endif
-
-#endif // MTPD_BUILD_CONFIG_H_