Index: sync/BUILD.gn |
diff --git a/sync/BUILD.gn b/sync/BUILD.gn |
new file mode 100644 |
index 0000000000000000000000000000000000000000..fa62db7657a24475b824050afcdc57749929119d |
--- /dev/null |
+++ b/sync/BUILD.gn |
@@ -0,0 +1,13 @@ |
+# Copyright 2014 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. |
+ |
+# TODO(GYP) This exists as a stub to compile the sync protobuf so dependent |
+# targets will compile. This target will have to be written completely for |
+# such things to link, however. |
+group("sync") { |
+ deps = [ |
+ "//sync/protocol", |
+ ] |
+} |
+ |