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

Unified Diff: apk/simple.cc

Issue 949803002: Deconstructed APK prototyping Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « apk/simple.h ('k') | apk/simple_jni.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apk/simple.cc
diff --git a/apk/simple.cc b/apk/simple.cc
new file mode 100644
index 0000000000000000000000000000000000000000..58d00b274ba177c2c0d0ae922a84ca3cf3e84ff6
--- /dev/null
+++ b/apk/simple.cc
@@ -0,0 +1,6 @@
+
+namespace simple {
+int foo() {
+ return 1029;
+}
+}
« no previous file with comments | « apk/simple.h ('k') | apk/simple_jni.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698