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

Issue 9317034: Revert 120063 - Remove hand-rolled cases of protobufs generations/compilation (Closed)

Created:
8 years, 10 months ago by Avi (use Gerrit)
Modified:
8 years, 10 months ago
Reviewers:
KushalP
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Revert 120063 - Remove hand-rolled cases of protobufs generations/compilation using src/build/protoc.gypi to offer consistency between the other compilation steps, as well as ensuring that important variables (such as hard_dependency) are always properly set. BUG=109955 Review URL: http://codereview.chromium.org/9148084 TBR=kushi.p@gmail.com Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=120066

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -18 lines) Patch
M chrome/app/policy/cloud_policy_codegen.gyp View 2 chunks +55 lines, -13 lines 0 comments Download
M net/test/test_server.cc View 2 chunks +2 lines, -5 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Avi (use Gerrit)
8 years, 10 months ago (2012-02-01 16:16:48 UTC) #1
Avi (use Gerrit)
8 years, 10 months ago (2012-02-01 16:17:25 UTC) #2
Caused on the Mac:

Updating projects from gyp files...
Traceback (most recent call last):
  File "src/build/gyp_chromium", line 171, in <module>
    sys.exit(gyp.main(args))
  File "/Users/avi/Source/chrome-git/src/tools/gyp/pylib/gyp/__init__.py", line
480, in main
    generator.GenerateOutput(flat_list, targets, data, params)
  File
"/Users/avi/Source/chrome-git/src/tools/gyp/pylib/gyp/generator/xcode.py", line
903, in GenerateOutput
    AddSourceToTarget(output, pbxp, xct)
  File
"/Users/avi/Source/chrome-git/src/tools/gyp/pylib/gyp/generator/xcode.py", line
533, in AddSourceToTarget
    xct.SourcesPhase().AddFile(source)
AttributeError: 'PBXAggregateTarget' object has no attribute 'SourcesPhase'
Error: Command /usr/bin/python src/build/gyp_chromium returned non-zero exit
status 1 in /Users/avi/Source/chrome-git

Powered by Google App Engine
This is Rietveld 408576698