Inconsistent Xrefs |
||
Issue descriptionIn src/media/formats/mp4/track_run_iterator.h, if you mouseover the identifier names (classes, functions, variables), no interactive highlighting happens. However, in src/media/formats/mp4/avc.h in the same directory, if you mouseover identifier names, there is interactive highlighting. Why the difference?
,
Dec 6 2016
https://cs.chromium.org/chromium/src/media/filters/ffmpeg_demuxer_unittest.cc?rcl=0&l=31 include the header with Xrefs. My guess is that this is causing a index pack entry to be included for that header.
,
Dec 6 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/tools/build.git/+/469e5455e27a88f28e4e7154922c2539446e1413 commit 469e5455e27a88f28e4e7154922c2539446e1413 Author: Emma Soederberg <emso@chromium.org> Date: Tue Dec 06 11:50:32 2016 More logging of index pack creation BUG= 671546 Change-Id: I66f3008076ac12529b9ec0c9336f449b4f17c92d Reviewed-on: https://chromium-review.googlesource.com/416411 Commit-Queue: Emma Söderberg <emso@chromium.org> Reviewed-by: Paweł Hajdan Jr. <phajdan@google.com> Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> [modify] https://crrev.com/469e5455e27a88f28e4e7154922c2539446e1413/scripts/slave/chromium/package_index.py
,
Dec 7 2016
The added logging verifies that media/formats/mp4/avc.h is pulled in because it is needed by media/filters/ffmpeg_demuxer_unittest.cc: https://build.chromium.org/p/chromium.infra.cron/builders/Chromium%20Linux%20Codesearch/builds/3485/steps/create%20index%20pack/logs/stdio That is, this is a configuration issues. When compiling for Linux (or ChromeOS) using the 'all' target, the other files in media/formats/mp4 are not included by themselves or needed by included files. We are working on better support for multiple configurations. If you have a suggestion for configurations you would like to see support for in code search please let us know.
,
Dec 7 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by emso@chromium.org
, Dec 6 2016