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

Issue 16254005: Clean up the gyp build of standalone dart executable on Android. (Closed)

Created:
7 years, 6 months ago by Bill Hesse
Modified:
7 years, 6 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Clean up the gyp build of standalone dart executable on Android. BUG= R=iposva@google.com, sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=23531

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -191 lines) Patch
M runtime/bin/bin.gypi View 1 4 chunks +6 lines, -14 lines 0 comments Download
D runtime/bin/filter_dummy.cc View 1 chunk +0 lines, -44 lines 0 comments Download
A + runtime/bin/filter_unsupported.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M runtime/bin/io_impl_sources.gypi View 1 2 chunks +19 lines, -0 lines 0 comments Download
D runtime/bin/io_impl_sources_no_nss.gypi View 1 chunk +0 lines, -45 lines 0 comments Download
D runtime/bin/secure_socket_dummy.cc View 1 chunk +0 lines, -90 lines 0 comments Download
A + runtime/bin/secure_socket_unsupported.cc View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Bill Hesse
7 years, 6 months ago (2013-05-31 15:39:51 UTC) #1
Søren Gjesse
lgtm
7 years, 6 months ago (2013-06-03 07:07:33 UTC) #2
Ivan Posva
LGTM Thanks, -Ivan https://codereview.chromium.org/16254005/diff/1/runtime/bin/io_impl_sources.gypi File runtime/bin/io_impl_sources.gypi (right): https://codereview.chromium.org/16254005/diff/1/runtime/bin/io_impl_sources.gypi#newcode59 runtime/bin/io_impl_sources.gypi:59: 'sources!' : [ To me this ...
7 years, 6 months ago (2013-06-03 07:32:09 UTC) #3
Bill Hesse
Committed patchset #2 manually as r23531 (presubmit successful).
7 years, 6 months ago (2013-06-03 09:19:43 UTC) #4
Bill Hesse
7 years, 6 months ago (2013-06-03 09:20:41 UTC) #5
Message was sent while issue was closed.
https://codereview.chromium.org/16254005/diff/1/runtime/bin/io_impl_sources.gypi
File runtime/bin/io_impl_sources.gypi (right):

https://codereview.chromium.org/16254005/diff/1/runtime/bin/io_impl_sources.g...
runtime/bin/io_impl_sources.gypi:59: 'sources!' : [
On 2013/06/03 07:32:09, Ivan Posva wrote:
> To me this reads as if the below sources are always excluded, which I know
they
> are not. This has to do with the indentation.
> 
> How about:
> 
> 'conditions' : [
> ..[ 'dart_io_support==1', {
> ....'sources!' : [
> ......'filter_unsupported.cc',
> ......'secure_socket_unsupported.cc',
> ....],
> ..},{
> ....'sources!': [
> ......'filter.cc',
> ....],
> ..}],
> }
> 
> Maybe even add a comment marking the start of the "else" from the condition.

Done.

Powered by Google App Engine
This is Rietveld 408576698