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

Side by Side Diff: net/android/java/net_errors_java.template

Issue 10912136: Build NetError.java to use in java side tests by preprocessing net_errors.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed to net.gyp and fixed comments Created 8 years, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 package org.chromium.net;
Yaron 2012/09/07 22:49:06 Add chromium copyright.
2
3 public class NetError {
4 #define NET_ERROR(name, value) public static int ERR_##name = value;
5 #include "net/base/net_error_list.h"
6 }
7
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698