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

Unified Diff: cc/blink/BUILD.gn

Issue 786123002: Update from https://crrev.com/307330 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « cc/base/tiling_data_unittest.cc ('k') | cc/blink/web_layer_impl_fixed_bounds_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/BUILD.gn
diff --git a/cc/blink/BUILD.gn b/cc/blink/BUILD.gn
index 138be59829a07f365ff367d943e3931be4edbfcc..f95291a62af50c9077611afe927ef6872ab2d687 100644
--- a/cc/blink/BUILD.gn
+++ b/cc/blink/BUILD.gn
@@ -6,21 +6,6 @@
component("blink") {
output_name = "cc_blink"
- public_deps = [
- "//skia",
- ]
- deps = [
- "//base",
- "//base/third_party/dynamic_annotations",
- "//cc",
- "//gpu",
- "//third_party/WebKit/public:blink",
- "//ui/gfx",
- "//ui/gfx/geometry",
- ]
-
- defines = [ "CC_BLINK_IMPLEMENTATION" ]
-
sources = [
"cc_blink_export.h",
"scrollbar_impl.cc",
@@ -64,12 +49,34 @@ component("blink") {
"web_transform_operations_impl.cc",
"web_transform_operations_impl.h",
]
+
+ defines = [ "CC_BLINK_IMPLEMENTATION" ]
+
+ public_deps = [
+ "//skia",
+ ]
+
+ deps = [
+ "//base",
+ "//base/third_party/dynamic_annotations",
+ "//cc",
+ "//gpu",
+ "//third_party/WebKit/public:blink",
+ "//ui/gfx",
+ "//ui/gfx/geometry",
+ ]
}
# GYP version: //cc/blink/cc_blink_tests.gyp:cc_blink_unittests
# TODO(GYP): make linking work on the mac.
if (!is_mac) {
test("cc_blink_unittests") {
+ sources = [
+ "web_animation_unittest.cc",
+ "web_float_animation_curve_unittest.cc",
+ "web_layer_impl_fixed_bounds_unittest.cc",
+ ]
+
deps = [
":blink",
"//base/test:run_all_unittests",
@@ -81,11 +88,5 @@ if (!is_mac) {
"//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 | « cc/base/tiling_data_unittest.cc ('k') | cc/blink/web_layer_impl_fixed_bounds_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698