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

Unified Diff: chrome/chrome_browser.gypi

Issue 10519005: Fix libusb dependecy for Chromium with Android OS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 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 | « no previous file | third_party/libusb/libusb.gyp » ('j') | third_party/libusb/libusb.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index e1bebc2d72094d5df37b1a08cdd0442e964182fe..db8ca51e2a20ba57c3ba9335e33632410a3c3275 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4686,11 +4686,6 @@
['exclude', '^browser/usb/'],
],
}],
- ['OS!="android"', {
Paweł Hajdan Jr. 2012/06/06 08:20:00 I guess you want to make it _always_ depend on lib
digit1 2012/06/06 09:27:04 OOops, that's right. that's totally not what we wa
felipeg 2012/06/06 09:48:31 Good catch. Done.
- 'dependencies': [
- '../third_party/libusb/libusb.gyp:libusb',
- ],
- }],
['OS=="mac"', {
'sources!': [
'browser/automation/automation_provider_list_generic.cc',
« no previous file with comments | « no previous file | third_party/libusb/libusb.gyp » ('j') | third_party/libusb/libusb.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698