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

Issue 8423080: Speculative Revert 108361 - in hope to fix Win Builder 2010 (Closed)

Created:
9 years, 1 month ago by glotov
Modified:
9 years, 1 month ago
CC:
chromium-reviews
Visibility:
Public.

Description

Speculative Revert 108361 - in hope to fix Win Builder 2010 http://build.chromium.org/p/chromium/builders/Win%20Builder%202010%20%28dbg%29/builds/12897 This CL is based on the patch: http://codereview.chromium.org/8416025 Use GYP to build nacl_irt Converts Chrome from using scons to using GYP when building nacl_irt. This change causes chrome to use GYP based components for untrusted code. As a benifit, GYP will no longer need to run and scrape scons output to determine irt dependencies. This also allows us to avoid invoking scons during the build process. We roll NaCl deps to get a fix for a simultaneous 32/64 bit build issue on Windows. This broke the mac build due to a missing dependency where pthread.h was unavailable. This header gets copied to the correct location during the prep_toolchain action. I've added the appropriate dependency shown bellow to the original patch. This add the addition dependency to ppruntime 'dependencies': [ '<(DEPTH)/native_client/src/tools.gyp:prep_toolchain' ], TEST= try BUG= http://code.google.com/p/chromium/issues/detail?id=96782 Review URL: http://codereview.chromium.org/8440004 TBR=noelallen@google.com Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=108446

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -237 lines) Patch
M DEPS View 1 chunk +1 line, -1 line 0 comments Download
A + build/scan_sources.py View 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/nacl.gypi View 3 chunks +74 lines, -8 lines 0 comments Download
D ppapi/native_client/native_client.gyp View 1 chunk +0 lines, -59 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy.gyp View 1 chunk +0 lines, -94 lines 0 comments Download
M ppapi/ppapi_tests.gypi View 1 chunk +0 lines, -76 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
glotov
9 years, 1 month ago (2011-11-03 11:06:40 UTC) #1
glotov
9 years, 1 month ago (2011-11-03 12:34:17 UTC) #2
Yes, this revert fixed the bot.

On Thu, Nov 3, 2011 at 3:06 PM,  <glotov@chromium.org> wrote:
> Reviewers: noelallen,
>
> Description:
> Speculative Revert 108361 - in hope to fix Win Builder 2010
>
http://build.chromium.org/p/chromium/builders/Win%20Builder%202010%20%28dbg%2...
>
>
> This CL is based on the patch:
>   http://codereview.chromium.org/8416025
>
> Use GYP to build nacl_irt
>
> Converts Chrome from using scons to using GYP when building nacl_irt.
> This change causes chrome to use GYP based components for untrusted
> code. As a benifit, GYP will no longer need to run and scrape scons
> output to determine irt dependencies. This also allows us to avoid
> invoking scons during the build process.
> We roll NaCl deps to get a fix for a simultaneous 32/64 bit build
> issue on Windows.
>
> This broke the mac build due to a missing dependency where pthread.h was
> unavailable.  This header gets copied to the correct location during the
> prep_toolchain action.  I've added the appropriate dependency shown bellow
> to the original patch.
>
> This add the addition dependency to ppruntime
>      'dependencies': [
>        '<(DEPTH)/native_client/src/tools.gyp:prep_toolchain'
>      ],
>
> TEST= try
> BUG= http://code.google.com/p/chromium/issues/detail?id=96782
> Review URL: http://codereview.chromium.org/8440004
>
> TBR=noelallen@google.com
>
> Please review this at http://codereview.chromium.org/8423080/
>
> SVN Base: svn://svn.chromium.org/chrome/trunk/src/
>
> Affected files:
>  M     DEPS
>  A  +  build/scan_sources.py
>  M     chrome/nacl.gypi
>  D     ppapi/native_client/native_client.gyp
>  M     ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy.gyp
>  M     ppapi/ppapi_tests.gypi
>
>
>



-- 
Thank you,
Denis

Powered by Google App Engine
This is Rietveld 408576698