Index: chrome/chrome_browser.gypi |
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi |
index ea3fd8f4b3294ab2a42a3c5354290ac794bdd72a..9da6f06c6f991f305a3b8fc6baba3fb7b137386d 100644 |
--- a/chrome/chrome_browser.gypi |
+++ b/chrome/chrome_browser.gypi |
@@ -49,7 +49,6 @@ |
'../third_party/libjingle/libjingle.gyp:libjingle', |
'../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
'../third_party/libxml/libxml.gyp:libxml', |
- '../third_party/libusb/libusb.gyp:libusb', |
'../third_party/npapi/npapi.gyp:npapi', |
'../ui/base/strings/ui_strings.gyp:ui_strings', |
'../ui/gfx/surface/surface.gyp:surface', |
@@ -4500,6 +4499,8 @@ |
'browser/ui/webui/certificate_viewer_webui.cc', |
'browser/ui/window_sizer.cc', |
'browser/ui/window_sizer.h', |
+ 'browser/ui/webui/ntp/app_launcher_handler.cc', |
+ 'browser/ui/webui/ntp/app_launcher_handler.h', |
'browser/ui/webui/ntp/ntp_resource_cache.cc', |
'browser/upgrade_detector.cc', |
'browser/upgrade_detector.h', |
@@ -4527,6 +4528,11 @@ |
['exclude', '^browser/ui/webui/sync_promo'], |
], |
}], |
+ ['OS!="android"', { |
+ 'dependencies': [ |
+ '../third_party/libusb/libusb.gyp:libusb', |
Jesse Greenwald
2012/04/11 00:00:44
The libusb stuff should be removed before submitti
|
+ ], |
+ }], |
['OS=="mac"', { |
'sources!': [ |
'browser/automation/automation_provider_list_generic.cc', |