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

Issue 2992593002: [infra] Begin removing gyp (Closed)

Created:
3 years, 4 months ago by zra
Modified:
3 years, 4 months ago
CC:
reviews_dartlang.org, turnidge, rmacnak, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

[infra] Begin removing gyp This CL begins removing gyp from Dart's tree. Removing gyp will go in three stages: 1. Remove unused .gyp and .gypi files. 2. Translate *_sources.gypi files to *_sources.gni files 3. Remove //third_party/gyp from DEPS This CL is stage 1. R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/0394d3a0cf71be64b113f74a18289d2be210f5a0

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -7108 lines) Patch
D build/gypi_to_gn.py View 1 chunk +0 lines, -167 lines 0 comments Download
D build/mac/asan.gyp View 1 chunk +0 lines, -53 lines 0 comments Download
D build/sanitizers/sanitizers.gyp View 1 chunk +0 lines, -92 lines 0 comments Download
D build/win/asan.gyp View 1 chunk +0 lines, -30 lines 0 comments Download
D build/win/importlibs/create_import_lib.gypi View 1 chunk +0 lines, -53 lines 0 comments Download
D create_sdk.gyp View 1 chunk +0 lines, -63 lines 0 comments Download
D dart.gyp View 1 chunk +0 lines, -116 lines 0 comments Download
D pkg/pkg_files.gyp View 1 chunk +0 lines, -83 lines 0 comments Download
D runtime/bin/bin.gypi View 1 chunk +0 lines, -1442 lines 2 comments Download
D runtime/bin/zlib.gyp View 1 chunk +0 lines, -69 lines 0 comments Download
D runtime/dart-runtime.gyp View 1 chunk +0 lines, -198 lines 0 comments Download
D runtime/observatory/observatory.gypi View 1 chunk +0 lines, -63 lines 0 comments Download
D runtime/third_party/double-conversion/src/double-conversion.gypi View 1 chunk +0 lines, -36 lines 0 comments Download
D runtime/tools/gyp/find_mac_gcc_version.py View 1 chunk +0 lines, -36 lines 0 comments Download
D runtime/tools/gyp/find_mac_sdk.py View 1 chunk +0 lines, -89 lines 0 comments Download
D runtime/tools/gyp/nss_configurations.gypi View 1 chunk +0 lines, -100 lines 0 comments Download
D runtime/tools/gyp/runtime-configurations.gypi View 1 chunk +0 lines, -127 lines 0 comments Download
D runtime/vm/vm.gypi View 1 chunk +0 lines, -1763 lines 2 comments Download
D samples/sample_extension/sample_extension.gyp View 1 chunk +0 lines, -45 lines 0 comments Download
D third_party/tcmalloc/tcmalloc.gypi View 1 chunk +0 lines, -109 lines 0 comments Download
M tools/generate_buildfiles.py View 4 chunks +3 lines, -33 lines 0 comments Download
D tools/gyp/all.gypi View 1 chunk +0 lines, -45 lines 0 comments Download
D tools/gyp/configurations.gypi View 1 chunk +0 lines, -837 lines 0 comments Download
D tools/gyp/configurations_android.gypi View 1 chunk +0 lines, -324 lines 0 comments Download
D tools/gyp/configurations_make.gypi View 1 chunk +0 lines, -301 lines 0 comments Download
D tools/gyp/configurations_msvs.gypi View 1 chunk +0 lines, -143 lines 0 comments Download
D tools/gyp/configurations_xcode.gypi View 1 chunk +0 lines, -112 lines 0 comments Download
D tools/gyp/find_mac_gcc_version.py View 1 chunk +0 lines, -42 lines 0 comments Download
D tools/gyp/find_mac_sdk.py View 1 chunk +0 lines, -92 lines 0 comments Download
D tools/gyp/msvs.gypi View 1 chunk +0 lines, -17 lines 0 comments Download
D tools/gyp/xcode.gypi View 1 chunk +0 lines, -62 lines 0 comments Download
D tools/gyp_dart.py View 1 chunk +0 lines, -39 lines 0 comments Download
D utils/analysis_server/analysis_server.gyp View 1 chunk +0 lines, -35 lines 0 comments Download
D utils/compiler/compiler.gyp View 1 chunk +0 lines, -72 lines 0 comments Download
D utils/dartanalyzer/dartanalyzer.gyp View 1 chunk +0 lines, -77 lines 0 comments Download
D utils/dartdevc/dartdevc.gyp View 1 chunk +0 lines, -36 lines 0 comments Download
D utils/dartdoc/dartdoc.gyp View 1 chunk +0 lines, -35 lines 0 comments Download
D utils/dartfmt/dartfmt.gyp View 1 chunk +0 lines, -35 lines 0 comments Download
D utils/pub/pub.gyp View 1 chunk +0 lines, -37 lines 0 comments Download

Messages

Total messages: 15 (5 generated)
zra
3 years, 4 months ago (2017-07-28 21:17:50 UTC) #3
rmacnak
\O/
3 years, 4 months ago (2017-07-28 21:28:00 UTC) #5
zra
ping
3 years, 4 months ago (2017-08-04 15:53:16 UTC) #6
siva
+keerti So she is aware we are dropping support for GYP, I think she migrates ...
3 years, 4 months ago (2017-08-04 16:48:20 UTC) #8
keertip
https://codereview.chromium.org/2992593002/diff/1/runtime/bin/bin.gypi File runtime/bin/bin.gypi (left): https://codereview.chromium.org/2992593002/diff/1/runtime/bin/bin.gypi#oldcode69 runtime/bin/bin.gypi:69: 'target_name': 'generate_io_cc_file', Zach, we have translated these into genrules ...
3 years, 4 months ago (2017-08-04 16:53:22 UTC) #9
keertip
https://codereview.chromium.org/2992593002/diff/1/runtime/vm/vm.gypi File runtime/vm/vm.gypi (left): https://codereview.chromium.org/2992593002/diff/1/runtime/vm/vm.gypi#oldcode256 runtime/vm/vm.gypi:256: '<(async_cc_file)', And we have filegroups for these too, and ...
3 years, 4 months ago (2017-08-04 16:58:02 UTC) #10
zra
On 2017/08/04 16:53:22, keertip wrote: > https://codereview.chromium.org/2992593002/diff/1/runtime/bin/bin.gypi > File runtime/bin/bin.gypi (left): > > https://codereview.chromium.org/2992593002/diff/1/runtime/bin/bin.gypi#oldcode69 > ...
3 years, 4 months ago (2017-08-04 16:58:03 UTC) #11
zra
https://codereview.chromium.org/2992593002/diff/1/runtime/bin/bin.gypi File runtime/bin/bin.gypi (left): https://codereview.chromium.org/2992593002/diff/1/runtime/bin/bin.gypi#oldcode69 runtime/bin/bin.gypi:69: 'target_name': 'generate_io_cc_file', On 2017/08/04 16:53:22, keertip wrote: > Zach, ...
3 years, 4 months ago (2017-08-04 17:01:54 UTC) #12
siva
lgtm
3 years, 4 months ago (2017-08-04 20:42:42 UTC) #13
zra
3 years, 4 months ago (2017-08-05 05:19:52 UTC) #15
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
0394d3a0cf71be64b113f74a18289d2be210f5a0 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698