Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(600)

Unified Diff: sync/dummy.cc

Issue 11412211: [sync] Componentize sync: Part Final: Target 'sync' is now its own component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on r171683 (no code changes) Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698