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

Unified Diff: services/ui/public/cpp/bitmap/BUILD.gn

Issue 2717213004: Move SharedBitmapManager implementation out of content/ (Closed)
Patch Set: rebase Created 3 years, 8 months 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
« no previous file with comments | « ipc/ipc_channel_proxy.h ('k') | services/ui/public/cpp/bitmap/child_shared_bitmap_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/bitmap/BUILD.gn
diff --git a/services/ui/public/cpp/bitmap/BUILD.gn b/services/ui/public/cpp/bitmap/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..2562f2079f689b8f7154e9488aafe14380a45fbe
--- /dev/null
+++ b/services/ui/public/cpp/bitmap/BUILD.gn
@@ -0,0 +1,20 @@
+# Copyright 2017 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")
+
+source_set("bitmap") {
+ sources = [
+ "child_shared_bitmap_manager.cc",
+ "child_shared_bitmap_manager.h",
+ ]
+
+ deps = [
+ "//base",
+ "//cc",
+ "//cc/ipc:interfaces",
+ "//mojo/public/cpp/bindings",
+ "//ui/gfx",
+ ]
+}
« no previous file with comments | « ipc/ipc_channel_proxy.h ('k') | services/ui/public/cpp/bitmap/child_shared_bitmap_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698