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

Issue 10008061: Rename intermediate dlldata.c file to make names non-conflicting (for ninja/windows) (Closed)

Created:
8 years, 8 months ago by scottmg
Modified:
8 years, 8 months ago
Reviewers:
dmazzoni
CC:
chromium-reviews, grt+watch_chromium.org
Visibility:
Public.

Description

These targets were causing files to have the same output target, which ninja (reasonably) does not like. dlldata.c is a generated file name that a bunch of idl build rules output but most do not actually compile it AFAICT. This was causing some targets in isimpledom (that contain multiple idl files) to output to the same name (dlldata.c), so uniquize it based on InputName. For the one target that seems to actually build dlldata.c, override back to the original name to keep things the same (iaccessible2). Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=131232

Patch Set 1 #

Patch Set 2 : remove installer from this CL #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M build/common.gypi View 1 chunk +1 line, -1 line 0 comments Download
M third_party/iaccessible2/iaccessible2.gyp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
scottmg
8 years, 8 months ago (2012-04-06 21:55:53 UTC) #1
dmazzoni
lgtm
8 years, 8 months ago (2012-04-06 22:10:35 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scottmg@chromium.org/10008061/2001
8 years, 8 months ago (2012-04-06 22:13:18 UTC) #3
commit-bot: I haz the power
8 years, 8 months ago (2012-04-07 01:49:35 UTC) #4
Change committed as 131232

Powered by Google App Engine
This is Rietveld 408576698