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

Unified Diff: sky/viewer/cc/BUILD.gn

Issue 752683002: Break Sky's dependency on cc (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/viewer/BUILD.gn ('k') | sky/viewer/cc/sky_viewer_cc_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/cc/BUILD.gn
diff --git a/sky/viewer/cc/BUILD.gn b/sky/viewer/cc/BUILD.gn
deleted file mode 100644
index 619b9a008a390b0ef533040c5f99ee0a5c9a4407..0000000000000000000000000000000000000000
--- a/sky/viewer/cc/BUILD.gn
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 2014 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.
-
-component("cc") {
- output_name = "sky_viewer_cc"
-
- deps = [
- "//base",
- "//base/third_party/dynamic_annotations",
- "//cc",
- "//gpu",
- "//skia",
- "//sky/engine",
- "//ui/gfx",
- "//ui/gfx/geometry",
- ]
-
- defines = [ "SKY_VIEWER_CC_IMPLEMENTATION" ]
-
- forward_dependent_configs_from = [ "//skia" ]
-
- sources = [
- "sky_viewer_cc_export.h",
- "web_animation_curve_common.cc",
- "web_animation_curve_common.h",
- "web_animation_impl.cc",
- "web_animation_impl.h",
- "web_compositor_support_impl.cc",
- "web_compositor_support_impl.h",
- "web_content_layer_impl.cc",
- "web_content_layer_impl.h",
- "web_external_bitmap_impl.cc",
- "web_external_bitmap_impl.h",
- "web_external_texture_layer_impl.cc",
- "web_external_texture_layer_impl.h",
- "web_filter_animation_curve_impl.cc",
- "web_filter_animation_curve_impl.h",
- "web_filter_operations_impl.cc",
- "web_filter_operations_impl.h",
- "web_float_animation_curve_impl.cc",
- "web_float_animation_curve_impl.h",
- "web_image_layer_impl.cc",
- "web_image_layer_impl.h",
- "web_layer_impl.cc",
- "web_layer_impl.h",
- "web_layer_impl_fixed_bounds.cc",
- "web_layer_impl_fixed_bounds.h",
- "web_to_cc_animation_delegate_adapter.cc",
- "web_to_cc_animation_delegate_adapter.h",
- "web_transform_animation_curve_impl.cc",
- "web_transform_animation_curve_impl.h",
- "web_transform_operations_impl.cc",
- "web_transform_operations_impl.h",
- ]
-}
-
-test("sky_viewer_cc_unittests") {
- deps = [
- ":cc",
- "//base/test:run_all_unittests",
- "//base/third_party/dynamic_annotations",
- "//skia",
- "//testing/gtest",
- "//ui/gfx/geometry",
- "//ui/gfx:test_support",
- "//cc",
- "//cc:test_support",
- ]
-
- sources = [
- "web_animation_unittest.cc",
- "web_float_animation_curve_unittest.cc",
- "web_layer_impl_fixed_bounds_unittest.cc",
- ]
-}
« no previous file with comments | « sky/viewer/BUILD.gn ('k') | sky/viewer/cc/sky_viewer_cc_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698