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

Issue 9860032: Add skeleton of content shell for android. (Closed)

Created:
8 years, 9 months ago by Satish
Modified:
8 years, 8 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, klobag.chromium
Visibility:
Public.

Description

Add skeleton of content shell for android. This is heavily based on http://codereview.chromium.org/9834037/ which added an APK-based test runner for android. This CL adds a content_shell_apk target for android containing an empty activity. BUG=118591 TEST=build/test/install ContentShell-debug.apk on device Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=129831

Patch Set 1 #

Patch Set 2 : #

Total comments: 9

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Patch Set 5 : Added content_shell_apk to the 'All' target for android #

Total comments: 4

Patch Set 6 : Removed extra .gypi file #

Total comments: 2

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+125 lines, -1 line) Patch
M build/all_android.gyp View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/content_shell.gypi View 1 2 3 4 5 6 1 chunk +31 lines, -1 line 0 comments Download
A content/shell/android/AndroidManifest.xml View 1 2 3 1 chunk +25 lines, -0 lines 0 comments Download
A content/shell/android/OWNERS View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
A content/shell/android/content_shell_apk.xml View 1 1 chunk +41 lines, -0 lines 0 comments Download
A content/shell/android/java/org/chromium/content_shell/ContentShellActivity.java View 1 2 3 4 5 6 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
Satish
8 years, 9 months ago (2012-03-27 14:20:44 UTC) #1
Ted C
lgtm Nothing particularly blocking, although moving the java to -> src is probably something we ...
8 years, 9 months ago (2012-03-27 17:16:22 UTC) #2
Satish
Thanks for the quick review. http://codereview.chromium.org/9860032/diff/1007/content/content.gyp File content/content.gyp (right): http://codereview.chromium.org/9860032/diff/1007/content/content.gyp#newcode14 content/content.gyp:14: 'shell/android/content_shell.gypi', On 2012/03/27 17:16:23, ...
8 years, 9 months ago (2012-03-27 20:15:27 UTC) #3
Ted C
+Grace for the apk directory/package structure question http://codereview.chromium.org/9860032/diff/1007/content/shell/android/java/org/chromium/content_shell/ContentShellActivity.java File content/shell/android/java/org/chromium/content_shell/ContentShellActivity.java (right): http://codereview.chromium.org/9860032/diff/1007/content/shell/android/java/org/chromium/content_shell/ContentShellActivity.java#newcode1 content/shell/android/java/org/chromium/content_shell/ContentShellActivity.java:1: // Copyright ...
8 years, 9 months ago (2012-03-27 20:33:01 UTC) #4
klobag.chromium
For apk directory structure, I think java is fine. Then we will have java/org/chromium jni/ ...
8 years, 9 months ago (2012-03-28 00:43:15 UTC) #5
Satish
http://codereview.chromium.org/9860032/diff/3002/content/shell/android/AndroidManifest.xml File content/shell/android/AndroidManifest.xml (right): http://codereview.chromium.org/9860032/diff/3002/content/shell/android/AndroidManifest.xml#newcode17 content/shell/android/AndroidManifest.xml:17: android:configChanges="orientation|keyboardHidden"> On 2012/03/28 00:43:15, klobag.chromium wrote: > You may ...
8 years, 9 months ago (2012-03-28 08:51:40 UTC) #6
Satish
I've also added content_shell_apk to the 'All' target in build/all_android.gyp so it gets built with ...
8 years, 9 months ago (2012-03-28 09:45:28 UTC) #7
Peter Beverloo
On 2012/03/28 09:45:28, Satish wrote: > I've also added content_shell_apk to the 'All' target in ...
8 years, 9 months ago (2012-03-28 09:46:30 UTC) #8
Peter Beverloo
On 2012/03/28 09:46:30, Peter Beverloo wrote: > On 2012/03/28 09:45:28, Satish wrote: > > I've ...
8 years, 9 months ago (2012-03-28 09:47:33 UTC) #9
Satish
+jam for content OWNERS approval
8 years, 9 months ago (2012-03-28 09:55:02 UTC) #10
jam
http://codereview.chromium.org/9860032/diff/7002/content/shell/android/content_shell.gypi File content/shell/android/content_shell.gypi (right): http://codereview.chromium.org/9860032/diff/7002/content/shell/android/content_shell.gypi#newcode1 content/shell/android/content_shell.gypi:1: # Copyright (c) 2012 The Chromium Authors. All rights ...
8 years, 9 months ago (2012-03-28 16:23:48 UTC) #11
Ted C
http://codereview.chromium.org/9860032/diff/7002/content/shell/android/java/org/chromium/content_shell/ContentShellActivity.java File content/shell/android/java/org/chromium/content_shell/ContentShellActivity.java (right): http://codereview.chromium.org/9860032/diff/7002/content/shell/android/java/org/chromium/content_shell/ContentShellActivity.java#newcode5 content/shell/android/java/org/chromium/content_shell/ContentShellActivity.java:5: package org.chromium.content_shell; i just noticed this doesn't follow the ...
8 years, 9 months ago (2012-03-28 16:27:16 UTC) #12
jam
http://codereview.chromium.org/9860032/diff/7002/content/shell/android/java/org/chromium/content_shell/ContentShellActivity.java File content/shell/android/java/org/chromium/content_shell/ContentShellActivity.java (right): http://codereview.chromium.org/9860032/diff/7002/content/shell/android/java/org/chromium/content_shell/ContentShellActivity.java#newcode5 content/shell/android/java/org/chromium/content_shell/ContentShellActivity.java:5: package org.chromium.content_shell; On 2012/03/28 16:27:16, Ted C wrote: > ...
8 years, 9 months ago (2012-03-28 16:34:35 UTC) #13
Ted C
On 2012/03/28 16:34:35, John Abd-El-Malek wrote: > http://codereview.chromium.org/9860032/diff/7002/content/shell/android/java/org/chromium/content_shell/ContentShellActivity.java > File > content/shell/android/java/org/chromium/content_shell/ContentShellActivity.java > (right): > ...
8 years, 9 months ago (2012-03-28 18:33:53 UTC) #14
Satish
New CL uploaded, PTAL. http://codereview.chromium.org/9860032/diff/7002/content/shell/android/content_shell.gypi File content/shell/android/content_shell.gypi (right): http://codereview.chromium.org/9860032/diff/7002/content/shell/android/content_shell.gypi#newcode1 content/shell/android/content_shell.gypi:1: # Copyright (c) 2012 The ...
8 years, 9 months ago (2012-03-28 20:24:49 UTC) #15
John Grabowski
LGTM http://codereview.chromium.org/9860032/diff/11005/content/shell/android/OWNERS File content/shell/android/OWNERS (right): http://codereview.chromium.org/9860032/diff/11005/content/shell/android/OWNERS#newcode1 content/shell/android/OWNERS:1: satish@chromium.org Add more names here http://codereview.chromium.org/9860032/diff/11005/content/shell/android/java/org/chromium/content_shell/ContentShellActivity.java File content/shell/android/java/org/chromium/content_shell/ContentShellActivity.java ...
8 years, 9 months ago (2012-03-28 21:30:54 UTC) #16
jam
lgtm
8 years, 9 months ago (2012-03-29 02:26:07 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/satish@chromium.org/9860032/18001
8 years, 8 months ago (2012-03-29 08:07:59 UTC) #18
commit-bot: I haz the power
Try job failure for 9860032-18001 (retry) (retry) on mac_rel for step "check_deps". It's a second ...
8 years, 8 months ago (2012-03-29 10:03:22 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/satish@chromium.org/9860032/18001
8 years, 8 months ago (2012-03-30 08:33:52 UTC) #20
commit-bot: I haz the power
8 years, 8 months ago (2012-03-30 11:44:08 UTC) #21
Change committed as 129831

Powered by Google App Engine
This is Rietveld 408576698