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

Issue 16357021: Move core.gyp up one directory to Source/core/ (Closed)

Created:
7 years, 6 months ago by adamk
Modified:
7 years, 6 months ago
Reviewers:
abarth-chromium
CC:
blink-reviews, jsbell+bindings_chromium.org, eae+blinkwatch, abarth-chromium, marja+watch_chromium.org, adamk+blink_chromium.org, haraken, Nate Chapin, jamesr, (unused - use chromium)
Visibility:
Public.

Description

Move core.gyp up one directory to Source/core/ This makes core match the build file layout in the rest of Blink. Scripts previously living in core/core.gyp/scripts are now alongside core/scripts/, which seems fine given that all of these scripts are for build-time activities. This is part one of a two-stage patch: core_tmp.gyp will be renamed to core.gyp in a followup patch to keep the trybots happy. R=abarth@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=151856

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rename back #

Patch Set 3 : More renaming back #

Patch Set 4 : Patch for landing #

Patch Set 5 : Patch for landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+174 lines, -2788 lines) Patch
M Source/WebKit/chromium/WebKit.gyp View 1 2 3 4 3 chunks +4 lines, -4 lines 0 comments Download
M Source/WebKit/chromium/WebKitUnitTests.gyp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/bindings.gyp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/derived_sources.gyp View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
A + Source/core/.gitignore View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/ConvertFileToHeaderWithCharacterArray.gypi View 2 chunks +3 lines, -3 lines 0 comments Download
D Source/core/core.gyp/.gitignore View 1 chunk +0 lines, -11 lines 0 comments Download
D Source/core/core.gyp/ConvertFileToHeaderWithCharacterArray.gypi View 1 chunk +0 lines, -63 lines 0 comments Download
D Source/core/core.gyp/core.gyp View 1 chunk +0 lines, -1110 lines 0 comments Download
D Source/core/core.gyp/core_derived_sources.gyp View 1 2 3 1 chunk +0 lines, -670 lines 0 comments Download
D Source/core/core.gyp/mac/check_objc_rename.sh View 1 chunk +0 lines, -79 lines 0 comments Download
D Source/core/core.gyp/scripts/action_derivedsourcesallinone.py View 1 chunk +0 lines, -225 lines 0 comments Download
D Source/core/core.gyp/scripts/action_makenames.py View 1 chunk +0 lines, -182 lines 0 comments Download
D Source/core/core.gyp/scripts/action_useragentstylesheets.py View 1 chunk +0 lines, -124 lines 0 comments Download
D Source/core/core.gyp/scripts/rule_bison.py View 1 chunk +0 lines, -105 lines 0 comments Download
D Source/core/core.gyp/scripts/supplemental_idl_files.py View 1 chunk +0 lines, -45 lines 0 comments Download
A + Source/core/core_derived_sources.gyp View 1 2 3 41 chunks +121 lines, -121 lines 0 comments Download
A + Source/core/core_tmp.gyp View 1 2 3 4 23 chunks +47 lines, -47 lines 0 comments Download
A + Source/core/scripts/action_derivedsourcesallinone.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/scripts/action_makenames.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/scripts/action_useragentstylesheets.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/scripts/check_objc_rename.sh View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/scripts/rule_bison.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/scripts/supplemental_idl_files.py View 0 chunks +-1 lines, --1 lines 0 comments Download
M Source/modules/modules.gyp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
adamk
7 years, 6 months ago (2013-06-04 21:09:56 UTC) #1
abarth-chromium
LGTM https://codereview.chromium.org/16357021/diff/1/Source/core/core.gyp File Source/core/core.gyp (right): https://codereview.chromium.org/16357021/diff/1/Source/core/core.gyp#newcode210 Source/core/core.gyp:210: 'derived_sources.gyp:make_derived_sources', You're going to get a problem on ...
7 years, 6 months ago (2013-06-04 21:15:34 UTC) #2
abarth-chromium
I should say that the issue will occur at GYP-type when using the Xcode generator.
7 years, 6 months ago (2013-06-04 21:18:14 UTC) #3
adamk
https://codereview.chromium.org/16357021/diff/1/Source/core/core.gyp File Source/core/core.gyp (right): https://codereview.chromium.org/16357021/diff/1/Source/core/core.gyp#newcode210 Source/core/core.gyp:210: 'derived_sources.gyp:make_derived_sources', On 2013/06/04 21:15:35, abarth wrote: > You're going ...
7 years, 6 months ago (2013-06-04 21:20:09 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/adamk@chromium.org/16357021/16001
7 years, 6 months ago (2013-06-05 16:46:19 UTC) #5
commit-bot: I haz the power
Failed to apply patch for Source/core/core.gyp: While running svn copy Source/core/core.gyp/core.gyp Source/core/core.gyp --config-dir /b/commit-queue/subversion_config --non-interactive ...
7 years, 6 months ago (2013-06-05 16:46:26 UTC) #6
adamk
Hmm, it's going to be tricky to land this if the trybots can't handle the ...
7 years, 6 months ago (2013-06-05 16:48:30 UTC) #7
(unused - use chromium)
Maybe you can move to core_tmp.gyp first and then rename that to core.gyp in a ...
7 years, 6 months ago (2013-06-05 16:54:30 UTC) #8
adamk
Sounds like a plan. On 2013/06/05 16:54:30, thakis wrote: > Maybe you can move to ...
7 years, 6 months ago (2013-06-05 17:04:14 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/adamk@chromium.org/16357021/23001
7 years, 6 months ago (2013-06-05 17:08:46 UTC) #10
commit-bot: I haz the power
Retried try job too often on linux_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_layout_rel&number=11620
7 years, 6 months ago (2013-06-05 18:14:27 UTC) #11
adamk
7 years, 6 months ago (2013-06-05 18:17:38 UTC) #12
Message was sent while issue was closed.
Committed patchset #5 manually as r151856 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698