Issue metadata
Sign in to add a comment
|
Build spam from layer_tree_host.proto |
||||||||||||||||||||
Issue description[864/10006] RULE Generating C++ and Python code from proto/layer_tree_host.proto layer_tree_host.proto: warning: Import layer_tree_settings.proto but not used. The build should be silent; please fix.
,
Apr 25 2016
,
Apr 25 2016
,
Apr 25 2016
CL in review: https://codereview.chromium.org/1920793004/
,
Apr 25 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/63058ab766b06470a17d417577e505964560c6df commit 63058ab766b06470a17d417577e505964560c6df Author: nyquist <nyquist@chromium.org> Date: Mon Apr 25 19:45:10 2016 Remove unused proto import for LayerTreeHost. The initial commit of the layer_tree_host.proto https://codereview.chromium.org/1519293002 included an unused import for layer_tree_settings.proto, since LayerTreeHost message does not refer to LayerTreeSettings. The LayerTreeSettings are instead used for the CompositorMessageToImpl messages and specifically the InitializeImpl message. This CL just removes the unused import to clean up code and remove build spam. BUG= 606393 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1920793004 Cr-Commit-Position: refs/heads/master@{#389542} [modify] https://crrev.com/63058ab766b06470a17d417577e505964560c6df/cc/proto/layer_tree_host.proto
,
Apr 26 2016
|
|||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||
Comment 1 by dtapu...@chromium.org
, Apr 25 2016Components: Internals>Compositing