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

Unified Diff: third_party/libusb/libusb.h

Issue 11747019: Use generated shim headers for libusb (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix include path Created 7 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/usb/usb_service.cc ('k') | third_party/libusb/libusb.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libusb/libusb.h
diff --git a/third_party/libusb/libusb.h b/third_party/libusb/libusb.h
deleted file mode 100644
index bafd005c9ce213b8c8868af6f8e8ac13b82c140a..0000000000000000000000000000000000000000
--- a/third_party/libusb/libusb.h
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright (c) 2012 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 THIRD_PARTY_LIBUSB_LIBUSB_H_
-#define THIRD_PARTY_LIBUSB_LIBUSB_H_
-
-#if defined(USE_SYSTEM_LIBUSB)
-#include <libusb.h>
-#else
-// Relative to '.' which is in the include path.
-#include "src/libusb/libusb.h"
-#endif
-
-#endif // THIRD_PARTY_LIBUSB_LIBUSB_H_
« no previous file with comments | « chrome/browser/usb/usb_service.cc ('k') | third_party/libusb/libusb.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698