Chromium Code Reviews| Index: sync/dummy.cc |
| diff --git a/sync/dummy.cc b/sync/dummy.cc |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..1458483b2cb34849bcfeb9c5a12bcea79d351d1d |
| --- /dev/null |
| +++ b/sync/dummy.cc |
| @@ -0,0 +1,7 @@ |
| +// Copyright 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. |
| + |
| +// gyp requires at least one implementation file in the 'sources' section of |
| +// every component. This file is used by the target 'sync.gyp:sync'. |
| +// TODO(rsimha): Delete this file once http://crbug.com/163033 is fixed. |