Commit a397e906 authored by Fabrice de Gans-Riberi's avatar Fabrice de Gans-Riberi Committed by Commit Bot

[Fuchsia] Rename //fuchsia/http:common to //fuchsia/http:core.

Other similar targets under the //fuchsia directory are referred to as
"core" rather than "common". This target is renamed for consistency.

Bug: 922635
Change-Id: I84e54aa5183f7590f0caa88b0f943e88ee9aea56
Reviewed-on: https://chromium-review.googlesource.com/c/1489519
Commit-Queue: Kevin Marshall <kmarshall@chromium.org>
Reviewed-by: default avatarSergey Ulanov <sergeyu@chromium.org>
Reviewed-by: default avatarKevin Marshall <kmarshall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#636100}
parent 1f060ca3
...@@ -10,7 +10,7 @@ import("//build/util/process_version.gni") ...@@ -10,7 +10,7 @@ import("//build/util/process_version.gni")
import("//testing/test.gni") import("//testing/test.gni")
import("//tools/grit/repack.gni") import("//tools/grit/repack.gni")
source_set("common") { source_set("core") {
sources = [ sources = [
"http_service_impl.cc", "http_service_impl.cc",
"http_service_impl.h", "http_service_impl.h",
...@@ -31,7 +31,7 @@ executable("http_exe") { ...@@ -31,7 +31,7 @@ executable("http_exe") {
"http_service_main.cc", "http_service_main.cc",
] ]
deps = [ deps = [
":common", ":core",
] ]
visibility = [ ":*" ] visibility = [ ":*" ]
} }
...@@ -52,7 +52,7 @@ test("http_service_tests") { ...@@ -52,7 +52,7 @@ test("http_service_tests") {
"http_service_unittest.cc", "http_service_unittest.cc",
] ]
deps = [ deps = [
":common", ":core",
"//base/test:run_all_unittests", "//base/test:run_all_unittests",
"//net:test_support", "//net:test_support",
"//testing/gtest", "//testing/gtest",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment