Index: ui/ozone/platform/x11/BUILD.gn |
diff --git a/ui/ozone/platform/x11/BUILD.gn b/ui/ozone/platform/x11/BUILD.gn |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b96ccda763439a46f80f6f85f07d110feae91875 |
--- /dev/null |
+++ b/ui/ozone/platform/x11/BUILD.gn |
@@ -0,0 +1,20 @@ |
+# 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. |
+ |
+import("//tools/generate_library_loader/generate_library_loader.gni") |
spang
2014/11/24 18:56:54
unused
achaulk
2014/11/24 19:28:39
Done.
|
+ |
+source_set("x11") { |
+ sources = [ |
+ "ozone_platform_x11.cc", |
+ "ozone_platform_x11.h", |
+ "x11_surface_factory.cc", |
+ "x11_surface_factory.h", |
+ ] |
+ |
+ deps = [ |
+ "//base", |
+ "//ui/gfx", |
+ "//ui/platform_window/x11" |
+ ] |
+} |