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

Issue 10880066: Add --additional-compiler-flags option to tweak compilation. (Closed)

Created:
8 years, 3 months ago by Anton Muhin
Modified:
8 years, 3 months ago
Reviewers:
ricow1
CC:
reviews_dartlang.org, Roman
Visibility:
Public.

Description

Add --additional-compiler-flags option to tweak compilation. For now it is only supported by dart2dart pipeline, but can be easily extended to other pipelines which require compilation step. R=ricow@google.com Committed: https://code.google.com/p/dart/source/detail?r=11374

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -0 lines) Patch
M tools/testing/dart/test_options.dart View 1 chunk +6 lines, -0 lines 0 comments Download
M tools/testing/dart/test_suite.dart View 1 chunk +3 lines, -0 lines 2 comments Download

Messages

Total messages: 3 (0 generated)
Anton Muhin
8 years, 3 months ago (2012-08-27 09:40:50 UTC) #1
ricow1
LGTM https://chromiumcodereview.appspot.com/10880066/diff/1/tools/testing/dart/test_suite.dart File tools/testing/dart/test_suite.dart (right): https://chromiumcodereview.appspot.com/10880066/diff/1/tools/testing/dart/test_suite.dart#newcode452 tools/testing/dart/test_suite.dart:452: .split(const RegExp(' ')); can't we just split on ...
8 years, 3 months ago (2012-08-27 09:43:14 UTC) #2
Anton Muhin
8 years, 3 months ago (2012-08-27 09:45:37 UTC) #3
Thanks a lot for review, submitting

https://chromiumcodereview.appspot.com/10880066/diff/1/tools/testing/dart/tes...
File tools/testing/dart/test_suite.dart (right):

https://chromiumcodereview.appspot.com/10880066/diff/1/tools/testing/dart/tes...
tools/testing/dart/test_suite.dart:452: .split(const RegExp(' '));
On 2012/08/27 09:43:14, ricow1 wrote:
> can't we just split on ' ', instead of using a RegExp here?

Done.

Powered by Google App Engine
This is Rietveld 408576698