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

Unified Diff: chrome/gpu/BUILD.gn

Issue 1641353003: GpuArcVideoService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@arc-4-owen-ArcGpuVideoDecodeAccelerator
Patch Set: fix build Created 4 years, 8 months 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 | « chrome/chrome_tests_unit.gypi ('k') | chrome/gpu/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/gpu/BUILD.gn
diff --git a/chrome/gpu/BUILD.gn b/chrome/gpu/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..d8c9405d31203a630f97db5c82c9e3d31bc45063
--- /dev/null
+++ b/chrome/gpu/BUILD.gn
@@ -0,0 +1,23 @@
+# Copyright 2016 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.
+
+static_library("gpu") {
+ deps = [
+ "//content/public/gpu",
+ ]
+
+ sources = [
+ "chrome_content_gpu_client.cc",
+ "chrome_content_gpu_client.h",
+ ]
+
+ if (is_chromeos) {
+ deps += [ "//components/arc:arc_bindings" ]
+ sources += [
+ "arc_video_accelerator.h",
+ "gpu_arc_video_service.cc",
+ "gpu_arc_video_service.h",
+ ]
+ }
+}
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/gpu/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698