| Index: chrome/empty.cc
|
| diff --git a/chrome/empty.cc b/chrome/empty.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..da0447231e1c87be528fe72a16b491812622238d
|
| --- /dev/null
|
| +++ b/chrome/empty.cc
|
| @@ -0,0 +1,8 @@
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +// This is an empty file with a .cc extension, to convince the toolchain
|
| +// (I'm looking at YOU, Xcode) that it needs to link any target this file
|
| +// belongs to as C++.
|
| +// Taken from bsdiff/empty.cc.
|
|
|