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

Issue 12090092: Build the Editor from GYP/build.py. (Closed)

Created:
7 years, 10 months ago by ahe
Modified:
7 years, 9 months ago
CC:
reviews_dartlang.org, kustermann
Visibility:
Public.

Description

Build the Editor from GYP/build.py. The Editor is only rebuilt if it changes, not if the SDK changes. Committed: https://code.google.com/p/dart/source/detail?r=19289

Patch Set 1 #

Total comments: 24

Patch Set 2 : Addressed review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+261 lines, -40 lines) Patch
M dart/dart.gyp View 1 1 chunk +38 lines, -0 lines 0 comments Download
M dart/editor/build/.gitignore View 1 chunk +1 line, -0 lines 0 comments Download
A dart/editor/build/generate_sources.py View 1 1 chunk +161 lines, -0 lines 0 comments Download
A dart/editor/build/truncate_files.py View 1 1 chunk +16 lines, -0 lines 0 comments Download
M dart/tools/create_editor.py View 1 8 chunks +41 lines, -40 lines 0 comments Download
M deps/all.deps/DEPS View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
ahe
7 years, 10 months ago (2013-01-31 14:15:21 UTC) #1
kustermann
DBC https://codereview.chromium.org/12090092/diff/1/dart/editor/build/generate_sources.py File dart/editor/build/generate_sources.py (right): https://codereview.chromium.org/12090092/diff/1/dart/editor/build/generate_sources.py#newcode1 dart/editor/build/generate_sources.py:1: 'touch_file'#!/usr/bin/env python What is this 'touch_file' doing there? ...
7 years, 10 months ago (2013-01-31 14:35:53 UTC) #2
ricow1
LGTM https://codereview.chromium.org/12090092/diff/1/dart/dart.gyp File dart/dart.gyp (right): https://codereview.chromium.org/12090092/diff/1/dart/dart.gyp#newcode127 dart/dart.gyp:127: # uses as input. Should we state here ...
7 years, 10 months ago (2013-01-31 14:42:11 UTC) #3
devoncarew
lgtm Thanks much for doing this Peter! https://codereview.chromium.org/12090092/diff/1/dart/editor/build/touch_file.py File dart/editor/build/touch_file.py (right): https://codereview.chromium.org/12090092/diff/1/dart/editor/build/touch_file.py#newcode15 dart/editor/build/touch_file.py:15: open(file_name, 'w').close() ...
7 years, 10 months ago (2013-01-31 22:42:17 UTC) #4
ahe
Thank you for your comments, Devon, Rico, and Martin. I have uploaded a new patch ...
7 years, 10 months ago (2013-02-04 11:12:05 UTC) #5
ricow1
7 years, 9 months ago (2013-03-01 10:02:46 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r19289 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698