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

Issue 949803002: Deconstructed APK prototyping

Created:
5 years, 10 months ago by cjhopman
Modified:
5 years, 10 months ago
Reviewers:
CC:
chromium-reviews, klundberg+watch_chromium.org, erikwright+watch_chromium.org, yfriedman+watch_chromium.org, jbudorick+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Deconstructed APK prototyping

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+730 lines, -0 lines) Patch
M BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
A apk/AndroidManifest.xml View 1 chunk +23 lines, -0 lines 0 comments Download
A apk/BUILD.gn View 1 chunk +82 lines, -0 lines 0 comments Download
A apk/hijack/org/chromium/deconstructed/ApplicationInstaller.java View 1 chunk +42 lines, -0 lines 0 comments Download
A apk/hijack/org/chromium/deconstructed/DeconstructedApplication.java View 1 chunk +59 lines, -0 lines 0 comments Download
A apk/hijack/org/chromium/deconstructed/JavaInstaller.java View 1 chunk +55 lines, -0 lines 0 comments Download
A apk/hijack/org/chromium/deconstructed/NativeInstaller.java View 1 chunk +75 lines, -0 lines 0 comments Download
A apk/hijack/org/chromium/deconstructed/Reflect.java View 1 chunk +128 lines, -0 lines 0 comments Download
A apk/hijack/org/chromium/deconstructed/ResourceInstaller.java View 1 chunk +31 lines, -0 lines 0 comments Download
A apk/java/org/chromium/simple/MainActivity.java View 1 chunk +32 lines, -0 lines 0 comments Download
A apk/java/org/chromium/simple/MainApplication.java View 1 chunk +27 lines, -0 lines 0 comments Download
A + apk/res/drawable/app_icon.png View Binary file 0 comments Download
A apk/res/layout/activity_my.xml View 1 chunk +15 lines, -0 lines 0 comments Download
A + apk/res/mipmap-mdpi/app_icon.png View Binary file 0 comments Download
A apk/res/values/strings.xml View 1 chunk +6 lines, -0 lines 0 comments Download
A apk/res/values/styles.xml View 1 chunk +5 lines, -0 lines 0 comments Download
A apk/simple.h View 1 chunk +8 lines, -0 lines 0 comments Download
A apk/simple.cc View 1 chunk +6 lines, -0 lines 0 comments Download
A apk/simple_jni.cc View 1 chunk +26 lines, -0 lines 0 comments Download
M base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java View 1 chunk +1 line, -0 lines 0 comments Download
A build/android/gyp/deconstruct_apk.py View 1 chunk +61 lines, -0 lines 0 comments Download
A build/android/gyp/rewrite_deconstruct_manifest.py View 1 chunk +44 lines, -0 lines 0 comments Download
M build/android/gyp/util/build_utils.py View 2 chunks +3 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698