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

Unified Diff: net/net.gyp

Issue 11065035: Don't make base/net/ui depend on their Java counterpart when building for webview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing ui.gyp Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/base.gyp ('k') | ui/ui.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index cf7f3c4855ba7aabd2e92d9fa5a584961ed08bc6..bc4cc41024833ba1546b3eda36b45294606dca9d 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1148,7 +1148,7 @@
],
},
],
- ['OS=="android" and _toolset=="target"', {
+ ['OS=="android" and _toolset=="target" and android_build_type == 0', {
'dependencies': [
'net_java',
],
« no previous file with comments | « base/base.gyp ('k') | ui/ui.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698