Chromium Code Reviews

Unified Diff: chrome/chrome_renderer.gypi

Issue 10855047: Fix extension link error on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't use an ifdef, just build the missing files Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_renderer.gypi
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi
index 6f374f55c2640d3fbdef92401bd6fcc155850c87..83f1fc801b1368aed0a59a98d29a376804a80c6a 100644
--- a/chrome/chrome_renderer.gypi
+++ b/chrome/chrome_renderer.gypi
@@ -318,13 +318,6 @@
}],
],
}],
- ['OS=="android"', {
- 'sources!': [
- 'renderer/extensions/experimental.usb_custom_bindings.cc',
- 'renderer/extensions/experimental.usb_custom_bindings.h',
- 'renderer/resources/extensions/experimental.usb_custom_bindings.js',
- ],
- }],
],
},
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine