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

Unified Diff: components/mus/gpu/BUILD.gn

Issue 2119963002: Move mus to //services/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 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 | « components/mus/gles2/raster_thread_helper.cc ('k') | components/mus/gpu/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/gpu/BUILD.gn
diff --git a/components/mus/gpu/BUILD.gn b/components/mus/gpu/BUILD.gn
deleted file mode 100644
index 8ba5cabfd1e22e91caf23003ebca2d85bf5fc774..0000000000000000000000000000000000000000
--- a/components/mus/gpu/BUILD.gn
+++ /dev/null
@@ -1,65 +0,0 @@
-# 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.
-
-import("//build/config/ui.gni")
-import("//mojo/public/mojo_application_manifest.gni")
-import("//testing/test.gni")
-
-source_set("gpu") {
- output_name = "mus_gpu"
-
- sources = [
- "gpu_service_impl.cc",
- "gpu_service_impl.h",
- "gpu_service_mus.cc",
- "gpu_service_mus.h",
- "mus_gpu_memory_buffer_manager.cc",
- "mus_gpu_memory_buffer_manager.h",
- ]
-
- deps = [
- "//components/mus/common:mus_common",
- "//components/mus/public/interfaces",
- "//gpu/ipc/common",
- "//gpu/ipc/service",
- "//ipc",
- "//media/gpu/ipc/service",
- "//mojo/public/cpp/system",
- "//services/shell/public/cpp",
- "//ui/gfx:memory_buffer",
- "//ui/gl/init",
- ]
-
- if (use_ozone) {
- deps += [ "//ui/ozone:ozone" ]
- }
-}
-
-group("tests") {
- testonly = true
- deps = [
- ":mus_gpu_unittests",
- ]
-}
-
-test("mus_gpu_unittests") {
- deps = [
- ":gpu",
- "//base",
- "//components/mus/common:run_all_shelltests",
- "//ipc",
- "//testing/gtest",
- "//ui/gfx:memory_buffer",
- "//ui/gfx/geometry",
- ]
-
- data_deps = [
- ":mus_gpu_unittests_app_manifest",
- ]
-}
-
-mojo_application_manifest("mus_gpu_unittests_app_manifest") {
- application_name = "mus_gpu_unittests_app"
- source = "mus_gpu_unittests_app_manifest.json"
-}
« no previous file with comments | « components/mus/gles2/raster_thread_helper.cc ('k') | components/mus/gpu/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698