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

Unified Diff: net/net.gyp

Issue 512923002: Add support for Android aidl and support for gyp's java_in_dir (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 6fa0f62c32244182412a8d5354ea448d08e02c1f..eb6d360b6dd8b35baf212b6cde6da0800f632eb9 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1664,10 +1664,6 @@
},
'includes': [ '../build/android/java_cpp_template.gypi' ],
},
- ],
- }],
- ['OS == "android"', {
newt (away) 2014/08/27 20:05:29 why was this here to begin with?
cjhopman 2014/08/27 21:05:22 idk, the condition block above it has the exact sa
- 'targets': [
{
'target_name': 'net_unittests_apk',
'type': 'none',

Powered by Google App Engine
This is Rietveld 408576698