New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 750801 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Aug 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug



Sign in to add a comment

Rietveld contains strange files that is not in my local Chromium checkout

Project Member Reported by nedngu...@google.com, Jul 31 2017

Issue description

https://chromium-review.googlesource.com/c/594646/ somehow contain 3 files that are not in my local CHromium checkout. Those are:
media/cdm/ppapi/api
third_party/brotli/src
third_party/clang_format/script


Because these files are not in my CHromium checkout, I don't know how to get rid of them.

I also run "$ git diff origin/master --name-only" which shows:
tools/perf/PRESUBMIT.py
tools/perf/validate_wpr_archives


This is blocking me from submitting CL, so I mark this as P1.
 
Status: WontFix (was: Untriaged)
Those three "files" are actually git submodules. We don't use git submodules in chromium because we use gclient/DEPS instead. None of our tools create or manipulate submodules, so I'm not sure how you created those, but the normal git methods of getting rid of submodules would have worked.

Glad you got it figured out.

Sign in to add a comment