Add URL origin checks for Service Worker (un)registration
[chromium-blink-merge.git] / ui / surface / BUILD.gn
blob3b25e0eae064b28bcc09c6257c84c35bad6704e3
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 import("//build/config/ui.gni")
7 component("surface") {
8   sources = [
9     "accelerated_surface_mac.cc",
10     "accelerated_surface_mac.h",
11     "surface_export.h",
12     "transport_dib.cc",
13     "transport_dib.h",
14     "transport_dib_posix.cc",
15     "transport_dib_win.cc",
16   ]
18   defines = [ "SURFACE_IMPLEMENTATION" ]
20   deps = [
21     "//base",
22     "//base/third_party/dynamic_annotations",
23     "//skia",
24     "//ui/base",
25     "//ui/gfx/geometry",
26     "//ui/gl",
27   ]
29   if (use_x11) {
30     include_dirs = [ "//third_party/khronos" ]
31   }