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

Issue 11419237: Shared library for embedding VM in Android apps. (Closed)

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

Description

Shared library for embedding VM in Android apps. Committed: https://code.google.com/p/dart/source/detail?r=15556

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 9

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+162 lines, -4 lines) Patch
M dart.gyp View 1 chunk +13 lines, -2 lines 0 comments Download
A samples/android_embedder/android_embedder.gyp View 1 2 3 4 1 chunk +56 lines, -0 lines 0 comments Download
A samples/android_embedder/builtin_nolib.cc View 1 2 3 1 chunk +68 lines, -0 lines 0 comments Download
A samples/android_embedder/support_android.cc View 1 1 chunk +15 lines, -0 lines 0 comments Download
M tools/gyp/configurations_android.gypi View 1 2 3 4 5 2 chunks +10 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
gram
PTAL
8 years ago (2012-11-29 22:09:08 UTC) #1
vsm
Nice! LGTM with comments. https://codereview.chromium.org/11419237/diff/7/dart.gyp File dart.gyp (right): https://codereview.chromium.org/11419237/diff/7/dart.gyp#newcode140 dart.gyp:140: 'samples/sample_extension/sample_extension.gyp:sample_extension', Does this really need ...
8 years ago (2012-11-29 23:13:30 UTC) #2
gram
PTAL https://codereview.chromium.org/11419237/diff/7/dart.gyp File dart.gyp (right): https://codereview.chromium.org/11419237/diff/7/dart.gyp#newcode140 dart.gyp:140: 'samples/sample_extension/sample_extension.gyp:sample_extension', On 2012/11/29 23:13:30, vsm wrote: > Does ...
8 years ago (2012-11-29 23:23:22 UTC) #3
vsm
8 years ago (2012-11-29 23:41:32 UTC) #4
Still LGTM

https://codereview.chromium.org/11419237/diff/7/tools/gyp/configurations_andr...
File tools/gyp/configurations_android.gypi (right):

https://codereview.chromium.org/11419237/diff/7/tools/gyp/configurations_andr...
tools/gyp/configurations_android.gypi:48: 'Dart_Release': {
Sure, I'd get rid of the old code if it doesn't seem to do anything.  Less
confusion on which one to edit.  We can always add it back in if it really meant
something.  Doesn't look like it though.

On 2012/11/29 23:23:23, gram wrote:
> On 2012/11/29 23:13:30, vsm wrote:
> > Why do you need Release and Dart_Release?
> 
> We probably don't - but Release was there before, and didn't work.
> Dart_Release/Dart_Debug did work so this was an addition, but if you think I
> should remove the old Release stuff I will.

Powered by Google App Engine
This is Rietveld 408576698