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

Unified Diff: blimp/client/core/compositor/BUILD.gn

Issue 2624903006: Remove all blimp client code. (Closed)
Patch Set: Update buildbot configuration Created 3 years, 11 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
Index: blimp/client/core/compositor/BUILD.gn
diff --git a/blimp/client/core/compositor/BUILD.gn b/blimp/client/core/compositor/BUILD.gn
deleted file mode 100644
index b90a150aff0f96393dbb7cff4a31b3a5dec538be..0000000000000000000000000000000000000000
--- a/blimp/client/core/compositor/BUILD.gn
+++ /dev/null
@@ -1,76 +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.
-
-source_set("compositor") {
- visibility = [
- "//blimp/client/core/*",
- "//blimp/client/test/*",
- ]
-
- sources = [
- "blimp_client_picture_cache.cc",
- "blimp_client_picture_cache.h",
- "blimp_compositor.cc",
- "blimp_compositor.h",
- "blimp_compositor_dependencies.cc",
- "blimp_compositor_dependencies.h",
- "blimp_compositor_frame_sink.cc",
- "blimp_compositor_frame_sink.h",
- "blimp_compositor_frame_sink_proxy.h",
- "blimp_image_decoder.cc",
- "blimp_image_decoder.h",
- "blob_channel_feature.cc",
- "blob_channel_feature.h",
- "blob_image_serialization_processor.cc",
- "blob_image_serialization_processor.h",
- ]
-
- deps = [
- "//blimp/client/public:public_headers",
- "//blimp/client/support/compositor",
- "//blimp/net",
- "//cc/animation",
- "//cc/proto",
- "//cc/surfaces",
- "//gpu/command_buffer/client",
- "//third_party/libwebp",
- "//ui/gl:gl",
- ]
-
- public_deps = [
- "//base",
- "//blimp/common",
- "//blimp/common/proto",
- "//cc",
- "//skia",
- ]
-}
-
-source_set("unit_tests") {
- visibility = [ "//blimp/client/core:unit_tests" ]
-
- testonly = true
-
- sources = [
- "blimp_client_picture_cache_unittest.cc",
- "blimp_compositor_frame_sink_unittest.cc",
- "blimp_compositor_unittest.cc",
- "blob_channel_feature_unittest.cc",
- ]
-
- deps = [
- ":compositor",
- "//base",
- "//blimp/client/support",
- "//blimp/client/test",
- "//blimp/test:support",
- "//cc",
- "//cc:test_support",
- "//cc/proto",
- "//cc/surfaces",
- "//skia",
- "//testing/gtest",
- "//ui/events:gesture_detection",
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698