Index: ui/arc/BUILD.gn |
diff --git a/ui/arc/BUILD.gn b/ui/arc/BUILD.gn |
new file mode 100644 |
index 0000000000000000000000000000000000000000..76a4b95e5f3099658ea88a2c82a79b83d16caede |
--- /dev/null |
+++ b/ui/arc/BUILD.gn |
@@ -0,0 +1,23 @@ |
+# Copyright 2016 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. |
+ |
+import("//build/config/ui.gni") |
+ |
+static_library("arc") { |
+ sources = [ |
+ "notification/arc_notification_item.cc", |
+ "notification/arc_notification_item.h", |
+ "notification/arc_notification_manager.cc", |
+ "notification/arc_notification_manager.h", |
+ ] |
+ |
+ deps = [ |
+ "//base", |
+ "//components/arc:arc_bindings", |
+ "//components/signin/core/account_id", |
+ "//skia", |
+ "//ui/gfx", |
+ "//ui/message_center", |
+ ] |
+} |