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

Unified Diff: base/android/java/org/chromium/base/DeleteStaging.java

Issue 9514018: Add first java source code and gyp/ant changes to build java code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add first java source code and gyp/ant changes to build java code. Created 8 years, 10 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: base/android/java/org/chromium/base/DeleteStaging.java
diff --git a/base/android/java/org/chromium/base/DeleteStaging.java b/base/android/java/org/chromium/base/DeleteStaging.java
new file mode 100644
index 0000000000000000000000000000000000000000..5f0718c95106e0019d7118d7e09856f3d34e9d60
--- /dev/null
+++ b/base/android/java/org/chromium/base/DeleteStaging.java
@@ -0,0 +1,16 @@
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+package org.chromium.base;
+
+// This class serves as arbitrary Java code that can be compiled as part of
+// base_java, which builds base Java code that will be upstreamed. Please
+// delete this file and replace with actual base Java source files (e.g.
+// CallByNative.java and PathUtils.java).
+
+public class DeleteStaging {
+ public static void main(String[] args) {
+ return;
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698