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

Issue 13982010: Use intermediate file containing javac arguments to overcome windows limitations (Closed)

Created:
7 years, 8 months ago by kustermann
Modified:
7 years, 8 months ago
Reviewers:
ricow1, ahe
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Use intermediate file containing javac arguments to overcome windows limitations Committed: https://code.google.com/p/dart/source/detail?r=21362

Patch Set 1 #

Patch Set 2 : #

Total comments: 13

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -25 lines) Patch
M compiler/.gitignore View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M compiler/generate_source_list.py View 1 2 3 4 chunks +11 lines, -0 lines 0 comments Download
M compiler/scripts/generate_my_projects.py View 1 2 3 1 chunk +37 lines, -16 lines 0 comments Download
M editor/.gitignore View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M editor/analyzer.gyp View 1 2 3 4 chunks +14 lines, -6 lines 0 comments Download
M editor/tools/compile_analyzer.py View 1 2 3 4 3 chunks +10 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
kustermann
Would be nice if you could take a careful look at this (since I'm not ...
7 years, 8 months ago (2013-04-11 10:32:37 UTC) #1
ahe
Perhaps you should do something similar to dart/compiler/scripts/generate_my_projects.py. https://codereview.chromium.org/13982010/diff/2001/editor/analyzer.gyp File editor/analyzer.gyp (right): https://codereview.chromium.org/13982010/diff/2001/editor/analyzer.gyp#newcode21 editor/analyzer.gyp:21: 'dependencies' ...
7 years, 8 months ago (2013-04-11 11:40:30 UTC) #2
ricow1
https://codereview.chromium.org/13982010/diff/2001/editor/analyzer.gyp File editor/analyzer.gyp (right): https://codereview.chromium.org/13982010/diff/2001/editor/analyzer.gyp#newcode31 editor/analyzer.gyp:31: '<(PRODUCT_DIR)/analyzer_sources.txt', On 2013/04/11 11:40:31, ahe wrote: > This should ...
7 years, 8 months ago (2013-04-11 12:16:30 UTC) #3
ahe
https://codereview.chromium.org/13982010/diff/2001/editor/analyzer.gyp File editor/analyzer.gyp (right): https://codereview.chromium.org/13982010/diff/2001/editor/analyzer.gyp#newcode31 editor/analyzer.gyp:31: '<(PRODUCT_DIR)/analyzer_sources.txt', On 2013/04/11 12:16:31, ricow1 wrote: > On 2013/04/11 ...
7 years, 8 months ago (2013-04-11 13:30:27 UTC) #4
kustermann
PTAL Two notes: - The build is incremental on linux but not on windows (any ...
7 years, 8 months ago (2013-04-11 18:40:43 UTC) #5
ricow1
LGTM, please let peter have a look as well
7 years, 8 months ago (2013-04-12 11:44:37 UTC) #6
ahe
LGTM except for check_call https://codereview.chromium.org/13982010/diff/21001/editor/tools/compile_analyzer.py File editor/tools/compile_analyzer.py (right): https://codereview.chromium.org/13982010/diff/21001/editor/tools/compile_analyzer.py#newcode51 editor/tools/compile_analyzer.py:51: subprocess.check_call(cmd) Unfortunately, we cannot use ...
7 years, 8 months ago (2013-04-12 15:06:49 UTC) #7
kustermann
https://codereview.chromium.org/13982010/diff/21001/editor/tools/compile_analyzer.py File editor/tools/compile_analyzer.py (right): https://codereview.chromium.org/13982010/diff/21001/editor/tools/compile_analyzer.py#newcode51 editor/tools/compile_analyzer.py:51: subprocess.check_call(cmd) On 2013/04/12 15:06:49, ahe wrote: > Unfortunately, we ...
7 years, 8 months ago (2013-04-12 15:18:08 UTC) #8
kustermann
7 years, 8 months ago (2013-04-12 15:20:03 UTC) #9
Message was sent while issue was closed.
Committed patchset #5 manually as r21362 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698