Update WebCore.FeatureObserver histogram owner.
[chromium-blink-merge.git] / tools / vim / tests / data / fake-clang++.sh
blob0af02eab71af31b1cb6333b753ca83d2152545e2
1 #!/bin/sh
3 # Copyright 2015 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file.
7 echo 'Fake clang'
8 echo '#include <...> search starts here:'
9 echo ' {chrome_root}/include/a'
10 echo ' {chrome_root}/include/b'
11 echo 'End of search list.'
12 echo 'Some other random junk.'