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

Issue 11467028: Migrate files to embedder. (Closed)

Created:
8 years ago by vsm
Modified:
7 years, 11 months ago
Reviewers:
gram
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Refactor generic android embedder code out of the sample and fix gcc warnings. Committed: https://code.google.com/p/dart/source/detail?r=16869

Patch Set 1 #

Patch Set 2 : Merge and lint fixes #

Total comments: 6

Patch Set 3 : Code review fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+246 lines, -2770 lines) Patch
A + runtime/embedders/android/activity_handler.h View 2 chunks +7 lines, -4 lines 0 comments Download
M runtime/embedders/android/android_embedder.gypi View 2 chunks +26 lines, -2 lines 0 comments Download
A + runtime/embedders/android/android_extension.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + runtime/embedders/android/android_extension.cc View 1 3 chunks +7 lines, -3 lines 0 comments Download
A runtime/embedders/android/context.h View 1 chunk +22 lines, -0 lines 0 comments Download
A + runtime/embedders/android/dart_host.h View 1 2 chunks +11 lines, -12 lines 0 comments Download
A + runtime/embedders/android/dart_host.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + runtime/embedders/android/eventloop.h View 2 chunks +11 lines, -8 lines 0 comments Download
A + runtime/embedders/android/eventloop.cc View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
A + runtime/embedders/android/graphics.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + runtime/embedders/android/graphics.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
A runtime/embedders/android/input_handler.h View 1 chunk +18 lines, -0 lines 0 comments Download
A + runtime/embedders/android/input_service.h View 2 chunks +6 lines, -6 lines 0 comments Download
A + runtime/embedders/android/input_service.cc View 1 2 2 chunks +10 lines, -9 lines 0 comments Download
A + runtime/embedders/android/log.h View 1 chunk +4 lines, -4 lines 0 comments Download
A runtime/embedders/android/main.cc View 1 1 chunk +39 lines, -0 lines 0 comments Download
A + runtime/embedders/android/resource.h View 1 3 chunks +8 lines, -7 lines 0 comments Download
A + runtime/embedders/android/sound_service.h View 2 chunks +8 lines, -4 lines 0 comments Download
A + runtime/embedders/android/sound_service.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + runtime/embedders/android/timer.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + runtime/embedders/android/timer.cc View 1 chunk +1 line, -1 line 0 comments Download
A runtime/embedders/android/types.h View 1 chunk +22 lines, -0 lines 0 comments Download
A + runtime/embedders/android/vm_glue.h View 3 chunks +6 lines, -7 lines 0 comments Download
A + runtime/embedders/android/vm_glue.cc View 1 5 chunks +10 lines, -8 lines 0 comments Download
M samples/android_sample/android_sample.gyp View 1 chunk +0 lines, -2 lines 0 comments Download
M samples/android_sample/custom_rules.xml View 1 chunk +0 lines, -3 lines 0 comments Download
D samples/android_sample/jni/activity_handler.h View 1 chunk +0 lines, -25 lines 0 comments Download
D samples/android_sample/jni/android_extension.h View 1 chunk +0 lines, -15 lines 0 comments Download
D samples/android_sample/jni/android_extension.cc View 1 chunk +0 lines, -1201 lines 0 comments Download
D samples/android_sample/jni/context.h View 1 chunk +0 lines, -19 lines 0 comments Download
D samples/android_sample/jni/dart_host.h View 1 chunk +0 lines, -63 lines 0 comments Download
D samples/android_sample/jni/dart_host.cc View 1 chunk +0 lines, -129 lines 0 comments Download
D samples/android_sample/jni/eventloop.h View 1 chunk +0 lines, -32 lines 0 comments Download
D samples/android_sample/jni/eventloop.cc View 1 chunk +0 lines, -147 lines 0 comments Download
D samples/android_sample/jni/graphics.h View 1 chunk +0 lines, -32 lines 0 comments Download
D samples/android_sample/jni/graphics.cc View 1 chunk +0 lines, -98 lines 0 comments Download
D samples/android_sample/jni/input_handler.h View 1 chunk +0 lines, -15 lines 0 comments Download
D samples/android_sample/jni/input_service.h View 1 chunk +0 lines, -31 lines 0 comments Download
D samples/android_sample/jni/input_service.cc View 1 chunk +0 lines, -121 lines 0 comments Download
D samples/android_sample/jni/log.h View 1 chunk +0 lines, -16 lines 0 comments Download
D samples/android_sample/jni/main.cc View 1 chunk +0 lines, -31 lines 0 comments Download
D samples/android_sample/jni/resource.h View 1 chunk +0 lines, -71 lines 0 comments Download
D samples/android_sample/jni/sound_service.h View 1 chunk +0 lines, -31 lines 0 comments Download
D samples/android_sample/jni/sound_service.cc View 1 chunk +0 lines, -157 lines 0 comments Download
D samples/android_sample/jni/timer.h View 1 chunk +0 lines, -23 lines 0 comments Download
D samples/android_sample/jni/timer.cc View 1 chunk +0 lines, -29 lines 0 comments Download
D samples/android_sample/jni/types.h View 1 chunk +0 lines, -19 lines 0 comments Download
D samples/android_sample/jni/vm_glue.h View 1 chunk +0 lines, -53 lines 0 comments Download
D samples/android_sample/jni/vm_glue.cc View 1 chunk +0 lines, -304 lines 0 comments Download
M samples/android_sample/src/com/google/dartndk/DummyActivity.java View 1 2 1 chunk +8 lines, -7 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
vsm
7 years, 11 months ago (2013-01-09 16:59:17 UTC) #1
gram
Looks good. I have convinced myself that it would be a great idea to have ...
7 years, 11 months ago (2013-01-09 17:51:36 UTC) #2
vsm
PTAL https://codereview.chromium.org/11467028/diff/4001/runtime/embedders/android/eventloop.cc File runtime/embedders/android/eventloop.cc (left): https://codereview.chromium.org/11467028/diff/4001/runtime/embedders/android/eventloop.cc#oldcode25 runtime/embedders/android/eventloop.cc:25: app_dummy(); On 2013/01/09 17:51:36, gram wrote: > Actually ...
7 years, 11 months ago (2013-01-09 18:41:24 UTC) #3
gram
7 years, 11 months ago (2013-01-09 18:42:18 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698