Android Chromoting: Remove exit-fullscreen button.
[chromium-blink-merge.git] / gpu / ipc / BUILD.gn
blobd11d685af45a90ea754682b0e789675b45c8549d
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 source_set("ipc") {
6   sources = [
7     "gpu_command_buffer_traits.cc",
8     "gpu_command_buffer_traits.h",
9   ]
11   configs += [
12     "//gpu:gpu_implementation",
13     "//third_party/khronos:khronos_headers",
14   ]
16   deps = [
17     "//gpu/command_buffer/common",
18     "//ipc",
19   ]