fixup! Upload upstream chromium 85.0.4183.93
[platform/framework/web/chromium-efl.git] / android_webview / gpu / BUILD.gn
1 # Copyright 2019 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.
4
5 source_set("gpu") {
6   sources = [
7     "aw_content_gpu_client.cc",
8     "aw_content_gpu_client.h",
9   ]
10
11   deps = [
12     "//base",
13     "//content/public/gpu",
14   ]
15 }