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

Unified Diff: ui/accelerated_widget_mac/BUILD.gn

Issue 753933002: MacViews: Move content::AcceleratedWidget to new component, ui/accelerated_widget_mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20141124-MacViews-MoveSoftwareLayerMac-fromcl
Patch Set: gn check Created 6 years, 1 month 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 | « content/content_common.gypi ('k') | ui/accelerated_widget_mac/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accelerated_widget_mac/BUILD.gn
diff --git a/ui/accelerated_widget_mac/BUILD.gn b/ui/accelerated_widget_mac/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..9069b5a37900a0d0578d28abf486aa43a5477e0b
--- /dev/null
+++ b/ui/accelerated_widget_mac/BUILD.gn
@@ -0,0 +1,37 @@
+# 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.
+
+# GYP version: ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_widget_mac
+component("accelerated_widget_mac") {
+ sources = [
+ "accelerated_widget_mac.h",
+ "accelerated_widget_mac.mm",
+ "accelerated_widget_mac_export.h",
+ "io_surface_context.h",
+ "io_surface_context.mm",
+ "io_surface_layer.h",
+ "io_surface_layer.mm",
+ "io_surface_texture.h",
+ "io_surface_texture.mm",
+ "software_layer.h",
+ "software_layer.mm",
+ "surface_handle_types.cc",
+ "surface_handle_types.h",
+ ]
+
+ defines = [ "ACCELERATED_WIDGET_MAC_IMPLEMENTATION" ]
+
+ deps = [
+ "//base",
+ "//skia",
+ "//ui/base",
+ "//ui/events",
+ "//ui/gfx/geometry",
+ "//ui/gl",
+ ]
+
+ libs = [
+ "QuartzCore.framework",
+ ]
+}
« no previous file with comments | « content/content_common.gypi ('k') | ui/accelerated_widget_mac/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698