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

Side by Side Diff: third_party/libusb/BUILD.gn

Issue 570203002: Make chrome_shell_apk build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-chrome-jamesr
Patch Set: Rebase add chrome_version_java/page_connection_info_javagen Created 6 years, 2 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
« no previous file with comments | « sync/sync_tests.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 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 assert(!is_android && !is_ios)
6
5 config("libusb_config") { 7 config("libusb_config") {
6 include_dirs = [ 8 include_dirs = [
7 "src/libusb", 9 "src/libusb",
8 ] 10 ]
9 } 11 }
10 12
11 static_library("libusb") { 13 static_library("libusb") {
12 sources = [ 14 sources = [
13 "src/config.h", 15 "src/config.h",
14 "src/libusb/core.c", 16 "src/libusb/core.c",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 "src/libusb/os/threads_windows.h", 107 "src/libusb/os/threads_windows.h",
106 "src/libusb/os/windows_common.h", 108 "src/libusb/os/windows_common.h",
107 "src/libusb/os/windows_usb.c", 109 "src/libusb/os/windows_usb.c",
108 "src/libusb/os/windows_usb.h", 110 "src/libusb/os/windows_usb.h",
109 "src/msvc/config.h", 111 "src/msvc/config.h",
110 "src/msvc/inttypes.h", 112 "src/msvc/inttypes.h",
111 "src/msvc/stdint.h", 113 "src/msvc/stdint.h",
112 ] 114 ]
113 } 115 }
114 } 116 }
OLDNEW
« no previous file with comments | « sync/sync_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698