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

Unified Diff: chrome/chrome_browser.gypi

Issue 10031052: Excluding AppLaunchHandler on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
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',

Powered by Google App Engine
This is Rietveld 408576698