Aaurimas@chromium.orgAdding NativeWindow base class with context.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Adding NativeWindow base class with context. This is a change from the previous CL (https://codereview.chromium.org/10916160/). It turns out that not all the Android objects that create NativeWindow will have an activity, so we need this change. BUG=116131 Review URL: https://chromiumcodereview.appspot.com/10962002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158159 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
[Android] Upstreaming process number increase Increases the number of processes we allow from 5 to 6. BUG=143821 Review URL: https://chromiumcodereview.appspot.com/10876029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155343 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Make ContentShell create a jar containing its .class output Some other targets depend on the .java files used by content shell. We cannot simply create a jar in the normal way since the content shell java files may depend on the content shell resources. The Android build system creates R.java when content_shell_apk is built. So, to create the jar, we should just package all the output .class files from when the apk is built. This also adds a "fake" target content_shell_java which can be used like all the other jar targets. That is, a target that depends on content_shell_java will have the content_shell jar added to its classpath automatically. BUG= Review URL: https://chromiumcodereview.appspot.com/10969020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157862 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 |