Commit b84f2295 authored by Scott Violet's avatar Scott Violet Committed by Commit Bot

chromeos: renames //ash/public/cpp:ash_public_cpp to just cpp

This name better matches what we do else where.

BUG=none
TEST=none

Change-Id: I8e820ec89c45b09844caba3f8b450a23449c108f
Reviewed-on: https://chromium-review.googlesource.com/775879
Commit-Queue: Scott Violet <sky@chromium.org>
Reviewed-by: default avatarMichael Wasserman <msw@chromium.org>
Cr-Commit-Position: refs/heads/master@{#517860}
parent 74b7bd46
...@@ -999,7 +999,7 @@ component("ash") { ...@@ -999,7 +999,7 @@ component("ash") {
defines = [ "ASH_IMPLEMENTATION" ] defines = [ "ASH_IMPLEMENTATION" ]
public_deps = [ public_deps = [
"//ash/public/cpp:ash_public_cpp", "//ash/public/cpp",
"//ash/resources", "//ash/resources",
"//ash/resources/vector_icons", "//ash/resources/vector_icons",
"//ash/strings", "//ash/strings",
...@@ -1136,7 +1136,7 @@ component("ash_with_content") { ...@@ -1136,7 +1136,7 @@ component("ash_with_content") {
":ash", ":ash",
] ]
deps = [ deps = [
"//ash/public/cpp:ash_public_cpp", "//ash/public/cpp",
"//base", "//base",
"//base/third_party/dynamic_annotations", "//base/third_party/dynamic_annotations",
"//content/public/browser", "//content/public/browser",
...@@ -1197,7 +1197,7 @@ static_library("ash_shell_lib") { ...@@ -1197,7 +1197,7 @@ static_library("ash_shell_lib") {
deps = [ deps = [
":ash", ":ash",
":test_support_without_content", ":test_support_without_content",
"//ash/public/cpp:ash_public_cpp", "//ash/public/cpp",
"//base", "//base",
"//base:i18n", "//base:i18n",
"//components/user_manager", "//components/user_manager",
...@@ -1233,7 +1233,7 @@ static_library("ash_shell_lib_with_content") { ...@@ -1233,7 +1233,7 @@ static_library("ash_shell_lib_with_content") {
":ash_shell_lib", ":ash_shell_lib",
":ash_with_content", ":ash_with_content",
":test_support_without_content", ":test_support_without_content",
"//ash/public/cpp:ash_public_cpp", "//ash/public/cpp",
"//base:i18n", "//base:i18n",
"//chrome:packed_resources", "//chrome:packed_resources",
"//chromeos", "//chromeos",
...@@ -1274,7 +1274,7 @@ test("ash_content_unittests") { ...@@ -1274,7 +1274,7 @@ test("ash_content_unittests") {
":ash", ":ash",
":ash_with_content", ":ash_with_content",
":test_support_with_content", ":test_support_with_content",
"//ash/public/cpp:ash_public_cpp", "//ash/public/cpp",
"//base", "//base",
"//base/test:test_support", "//base/test:test_support",
"//chromeos", "//chromeos",
...@@ -1541,7 +1541,7 @@ test("ash_unittests") { ...@@ -1541,7 +1541,7 @@ test("ash_unittests") {
":ash", ":ash",
":test_support_without_content", ":test_support_without_content",
"//ash/autoclick/common:autoclick", "//ash/autoclick/common:autoclick",
"//ash/public/cpp:ash_public_cpp", "//ash/public/cpp",
"//ash/public/cpp:unit_tests", "//ash/public/cpp:unit_tests",
"//ash/resources", "//ash/resources",
"//ash/resources/vector_icons", "//ash/resources/vector_icons",
...@@ -1625,7 +1625,7 @@ test("ash_perftests") { ...@@ -1625,7 +1625,7 @@ test("ash_perftests") {
deps = [ deps = [
":test_support_without_content", ":test_support_without_content",
"//ash/public/cpp:ash_public_cpp", "//ash/public/cpp",
"//base/test:test_support", "//base/test:test_support",
"//cc/base", "//cc/base",
"//mojo/edk/embedder:headers", "//mojo/edk/embedder:headers",
...@@ -1823,7 +1823,7 @@ static_library("test_support_common") { ...@@ -1823,7 +1823,7 @@ static_library("test_support_common") {
] ]
deps = [ deps = [
"//ash", "//ash",
"//ash/public/cpp:ash_public_cpp", "//ash/public/cpp",
"//ash/public/interfaces:test_interfaces", "//ash/public/interfaces:test_interfaces",
"//ash/resources", "//ash/resources",
"//base", "//base",
...@@ -1980,7 +1980,7 @@ source_set("mash_unittests") { ...@@ -1980,7 +1980,7 @@ source_set("mash_unittests") {
":ash_service_resources", ":ash_service_resources",
"//ash", "//ash",
"//ash:test_support_without_content", "//ash:test_support_without_content",
"//ash/public/cpp:ash_public_cpp", "//ash/public/cpp",
"//base", "//base",
"//base/test:test_config", "//base/test:test_config",
"//base/test:test_support", "//base/test:test_support",
......
...@@ -16,7 +16,7 @@ source_set("lib") { ...@@ -16,7 +16,7 @@ source_set("lib") {
deps = [ deps = [
"//ash/autoclick/common:autoclick", "//ash/autoclick/common:autoclick",
"//ash/autoclick/mus/public/interfaces", "//ash/autoclick/mus/public/interfaces",
"//ash/public/cpp:ash_public_cpp", "//ash/public/cpp",
"//base", "//base",
"//mash/public/interfaces", "//mash/public/interfaces",
"//mojo/common", "//mojo/common",
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
import("//mojo/public/tools/bindings/mojom.gni") import("//mojo/public/tools/bindings/mojom.gni")
# C++ headers and sources that can be used outside ash. # C++ headers and sources that can be used outside ash.
component("ash_public_cpp") { component("cpp") {
sources = [ sources = [
"accessibility_types.h", "accessibility_types.h",
"app_types.h", "app_types.h",
...@@ -81,6 +81,8 @@ component("ash_public_cpp") { ...@@ -81,6 +81,8 @@ component("ash_public_cpp") {
allow_circular_includes_from = allow_circular_includes_from =
[ "//ash/public/interfaces:interfaces_internal" ] [ "//ash/public/interfaces:interfaces_internal" ]
output_name = "ash_public_cpp"
} }
# Using a test service because the traits need to pass handles around. Revisit # Using a test service because the traits need to pass handles around. Revisit
...@@ -105,7 +107,7 @@ source_set("unit_tests") { ...@@ -105,7 +107,7 @@ source_set("unit_tests") {
] ]
deps = [ deps = [
":ash_public_cpp", ":cpp",
":test_interfaces", ":test_interfaces",
"//base", "//base",
"//testing/gtest", "//testing/gtest",
......
...@@ -4,10 +4,10 @@ ...@@ -4,10 +4,10 @@
import("//mojo/public/tools/bindings/mojom.gni") import("//mojo/public/tools/bindings/mojom.gni")
# Depend upon //ash/public/cpp:ash_public_cpp, which has a public_dep on this. # Depend upon //ash/public/cpp, which has a public_dep on this. The two targets
# The two targets must be bundled together as the typemaps depend upon # must be bundled together as the typemaps depend upon //ash/public/cpp,
# //ash/public/cpp, and //ash/public/cpp needs to depend on this for generated # and //ash/public/cpp needs to depend on this for generated code (such as
# code (such as enums and constants). # enums and constants).
mojom("interfaces_internal") { mojom("interfaces_internal") {
visibility = [ "//ash/public/cpp:*" ] visibility = [ "//ash/public/cpp:*" ]
......
...@@ -14,7 +14,7 @@ source_set("lib") { ...@@ -14,7 +14,7 @@ source_set("lib") {
] ]
deps = [ deps = [
"//ash/public/cpp:ash_public_cpp", "//ash/public/cpp",
"//ash/touch_hud", "//ash/touch_hud",
"//base", "//base",
"//mash/public/interfaces", "//mash/public/interfaces",
......
...@@ -11,7 +11,7 @@ source_set("wayland") { ...@@ -11,7 +11,7 @@ source_set("wayland") {
] ]
deps = [ deps = [
"//ash/public/cpp:ash_public_cpp", "//ash/public/cpp",
"//base", "//base",
"//components/exo", "//components/exo",
"//components/exo/wayland", "//components/exo/wayland",
......
...@@ -4071,7 +4071,7 @@ split_static_library("browser") { ...@@ -4071,7 +4071,7 @@ split_static_library("browser") {
] ]
} }
if (is_chromeos) { if (is_chromeos) {
deps += [ "//ash/public/cpp:ash_public_cpp" ] deps += [ "//ash/public/cpp" ]
} }
} }
} }
......
...@@ -47,7 +47,7 @@ source_set("chromeos") { ...@@ -47,7 +47,7 @@ source_set("chromeos") {
"//ash", "//ash",
"//ash:ash_with_content", "//ash:ash_with_content",
"//ash/autoclick/mus/public/interfaces", "//ash/autoclick/mus/public/interfaces",
"//ash/public/cpp:ash_public_cpp", "//ash/public/cpp",
"//cc/paint", "//cc/paint",
"//chrome/app:command_ids", "//chrome/app:command_ids",
"//chrome/app/vector_icons", "//chrome/app/vector_icons",
......
...@@ -976,7 +976,7 @@ static_library("extensions") { ...@@ -976,7 +976,7 @@ static_library("extensions") {
} }
deps += [ deps += [
"//ash", "//ash",
"//ash/public/cpp:ash_public_cpp", "//ash/public/cpp",
"//components/arc", "//components/arc",
"//components/chrome_apps", "//components/chrome_apps",
"//components/constrained_window", "//components/constrained_window",
......
...@@ -1501,7 +1501,7 @@ split_static_library("ui") { ...@@ -1501,7 +1501,7 @@ split_static_library("ui") {
deps += [ deps += [
"//ash", "//ash",
"//ash:ash_with_content", "//ash:ash_with_content",
"//ash/public/cpp:ash_public_cpp", "//ash/public/cpp",
"//ash/resources/vector_icons", "//ash/resources/vector_icons",
"//ash/strings", "//ash/strings",
"//chrome/browser/chromeos", "//chrome/browser/chromeos",
...@@ -3734,7 +3734,7 @@ static_library("test_support") { ...@@ -3734,7 +3734,7 @@ static_library("test_support") {
"ash/test_wallpaper_controller.cc", "ash/test_wallpaper_controller.cc",
"ash/test_wallpaper_controller.h", "ash/test_wallpaper_controller.h",
] ]
deps += [ "//ash/public/cpp:ash_public_cpp" ] deps += [ "//ash/public/cpp" ]
} }
if (enable_extensions) { if (enable_extensions) {
......
...@@ -62,7 +62,7 @@ static_library("arc") { ...@@ -62,7 +62,7 @@ static_library("arc") {
deps = [ deps = [
"//ash:ash", "//ash:ash",
"//ash/public/cpp:ash_public_cpp", "//ash/public/cpp",
"//base", "//base",
"//chromeos", "//chromeos",
"//chromeos:login_manager_proto", "//chromeos:login_manager_proto",
...@@ -138,7 +138,7 @@ static_library("arc_base") { ...@@ -138,7 +138,7 @@ static_library("arc_base") {
] ]
deps = [ deps = [
"//ash/public/cpp:ash_public_cpp", "//ash/public/cpp",
"//base", "//base",
"//chromeos", "//chromeos",
"//components/keyed_service/content", "//components/keyed_service/content",
...@@ -266,7 +266,7 @@ source_set("unit_tests") { ...@@ -266,7 +266,7 @@ source_set("unit_tests") {
deps = [ deps = [
":arc_test_support", ":arc_test_support",
"//ash/public/cpp:ash_public_cpp", "//ash/public/cpp",
"//base", "//base",
"//base/test:test_support", "//base/test:test_support",
"//chromeos", "//chromeos",
......
...@@ -60,7 +60,7 @@ source_set("exo") { ...@@ -60,7 +60,7 @@ source_set("exo") {
] ]
deps = [ deps = [
"//ash/public/cpp:ash_public_cpp", "//ash/public/cpp",
"//base", "//base",
"//cc", "//cc",
"//components/viz/service", "//components/viz/service",
...@@ -103,7 +103,7 @@ source_set("test_support") { ...@@ -103,7 +103,7 @@ source_set("test_support") {
deps = [ deps = [
":exo", ":exo",
"//ash:test_support_without_content", "//ash:test_support_without_content",
"//ash/public/cpp:ash_public_cpp", "//ash/public/cpp",
"//base", "//base",
"//gpu", "//gpu",
"//skia", "//skia",
...@@ -141,7 +141,7 @@ source_set("unit_tests") { ...@@ -141,7 +141,7 @@ source_set("unit_tests") {
":test_support", ":test_support",
"//ash", "//ash",
"//ash:test_support_without_content", "//ash:test_support_without_content",
"//ash/public/cpp:ash_public_cpp", "//ash/public/cpp",
"//base", "//base",
"//base/test:test_support", "//base/test:test_support",
"//cc", "//cc",
...@@ -181,7 +181,7 @@ test("exo_unittests") { ...@@ -181,7 +181,7 @@ test("exo_unittests") {
deps = [ deps = [
":unit_tests", ":unit_tests",
"//ash:test_support_without_content", "//ash:test_support_without_content",
"//ash/public/cpp:ash_public_cpp", "//ash/public/cpp",
"//base", "//base",
"//base/test:test_support", "//base/test:test_support",
"//cc:test_support", "//cc:test_support",
......
...@@ -63,7 +63,7 @@ source_set("wayland") { ...@@ -63,7 +63,7 @@ source_set("wayland") {
deps = [ deps = [
":aura_shell_protocol", ":aura_shell_protocol",
"//ash/public/cpp:ash_public_cpp", "//ash/public/cpp",
"//base", "//base",
"//components/exo", "//components/exo",
"//device/gamepad", "//device/gamepad",
...@@ -313,7 +313,7 @@ test("wayland_client_perftests") { ...@@ -313,7 +313,7 @@ test("wayland_client_perftests") {
":wayland", ":wayland",
"//ash", "//ash",
"//ash:test_support_without_content", "//ash:test_support_without_content",
"//ash/public/cpp:ash_public_cpp", "//ash/public/cpp",
"//base", "//base",
"//base/test:test_support", "//base/test:test_support",
"//cc:test_support", "//cc:test_support",
......
...@@ -98,7 +98,7 @@ if (is_chromeos) { ...@@ -98,7 +98,7 @@ if (is_chromeos) {
"//ash:ash_service_resources", "//ash:ash_service_resources",
"//ash:mash_unittests", "//ash:mash_unittests",
"//ash:test_support_without_content", "//ash:test_support_without_content",
"//ash/public/cpp:ash_public_cpp", "//ash/public/cpp",
"//base", "//base",
"//base/test:test_support", "//base/test:test_support",
"//cc", "//cc",
......
...@@ -15,6 +15,6 @@ source_set("common") { ...@@ -15,6 +15,6 @@ source_set("common") {
] ]
if (is_chromeos) { if (is_chromeos) {
deps += [ "//ash/public/cpp:ash_public_cpp" ] deps += [ "//ash/public/cpp" ]
} }
} }
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