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

Unified Diff: cc/BUILD.gn

Issue 595073002: Replace forward_dependent_configs with public_deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « build/secondary/tools/grit/grit_rule.gni ('k') | cc/blink/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 413fd14f847205be4dcadadc7bbaeeb660a42c96..20797bd2a8ca48fc4f5ae27b99a7d36394c0d52e 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -478,20 +478,19 @@ component("cc") {
cflags = [ "/wd4267" ] # size_t -> int
}
+ public_deps = [
+ "//skia",
+ ]
deps = [
"//base",
"//base/third_party/dynamic_annotations",
"//gpu",
"//gpu/command_buffer/client:gles2_interface",
"//media",
- "//skia",
"//ui/events:events_base",
"//ui/gfx",
"//ui/gfx/geometry",
]
- forward_dependent_configs_from = [
- "//skia",
- ]
defines = [ "CC_IMPLEMENTATION=1" ]
@@ -628,11 +627,11 @@ source_set("test_support") {
public_deps = [
":cc",
+ "//gpu:test_support",
]
deps = [
"//base",
"//base/third_party/dynamic_annotations",
- "//gpu:test_support",
"//gpu/command_buffer/client:gles2_c_lib",
"//gpu/command_buffer/client:gles2_implementation",
"//gpu/command_buffer/client:gl_in_process_context",
@@ -650,10 +649,6 @@ source_set("test_support") {
if (!is_android) { # TODO(GYP) Enable on Android when osmesa links.
deps += [ "//third_party/mesa:osmesa" ]
}
-
- forward_dependent_configs_from = [
- "//gpu:test_support",
- ]
}
test("cc_unittests") {
« no previous file with comments | « build/secondary/tools/grit/grit_rule.gni ('k') | cc/blink/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698