0

//mojo/edk/system -> //mojo/edk

Also //mojo/edk/embedder:headers -> //mojo/edk

This makes more sense.

There's some random GN autoformatting here as well.

TBR=sky@chromium.org

Bug: None
Cq-Include-Trybots: luci.chromium.try:linux_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_vr;master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: I3ade31b7f4b127f341fd114acc5c092bcba22659
Reviewed-on: https://chromium-review.googlesource.com/963548
Commit-Queue: Ken Rockot <rockot@chromium.org>
Reviewed-by: Ken Rockot <rockot@chromium.org>
Reviewed-by: Jay Civelli <jcivelli@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543536}
This commit is contained in:
Ken Rockot
2018-03-15 23:05:49 +00:00
committed by Commit Bot
parent 82fe4dde1c
commit ec287c8c57
91 changed files with 133 additions and 148 deletions
ash
BUILD.gn
app_list
presenter
cc
chrome
app_shim
browser
common
profiling
service
test
chromecast
app
graphics
components
arc
exo
nacl
broker
browser
common
loader
test
viz
webcrypto
content
app
browser
child
common
public
common
test
device
BUILD.gn
geolocation
gpu
ios
ipc
mash
media
blink
capture
mojo
services
test
mojo
BUILD.gn
android
edk
public
cpp
bindings
tools
fuzzers
net
ppapi
remoting
base
host
services
audio
device
service_manager
embedder
public
cpp
BUILD.gn
standalone_service
test
runner
standalone
tests
BUILD.gn
service_manager
ui
public
cpp
storage
browser
common
third_party/WebKit/Source/platform
tools
ipc_fuzzer
message_replay
v8_context_snapshot
ui
app_list
arc
aura
base
chromeos
compositor
gfx
gl
keyboard
message_center
snapshot
views
wm
url

@ -1389,7 +1389,7 @@ test("ash_content_unittests") {
"//content/public/browser",
"//content/test:test_support",
"//device/bluetooth",
"//mojo/edk/system",
"//mojo/edk",
"//net",
"//skia",
"//testing/gtest",
@ -1695,7 +1695,7 @@ test("ash_unittests") {
"//components/user_manager",
"//components/user_manager:test_support",
"//device/bluetooth",
"//mojo/edk/system",
"//mojo/edk",
"//net:net",
"//services/ui/public/cpp/input_devices:test_support",
"//services/ui/public/interfaces",
@ -1769,7 +1769,7 @@ test("ash_perftests") {
"//ash/public/cpp",
"//base/test:test_support",
"//cc/base",
"//mojo/edk/embedder:headers",
"//mojo/edk",
"//testing/gtest",
"//testing/perf",
"//ui/aura",

@ -72,7 +72,7 @@ test("app_list_presenter_unittests") {
"//ash:ash",
"//base",
"//base/test:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//testing/gtest",
"//ui/app_list:test_support",
"//ui/aura:aura",

@ -739,7 +739,7 @@ cc_test("cc_unittests") {
"//gpu/ipc:gl_in_process_context",
"//gpu/skia_bindings",
"//media",
"//mojo/edk/system",
"//mojo/edk",
"//mojo/public/cpp/bindings",
"//testing/gmock",
"//testing/gtest",
@ -791,7 +791,7 @@ cc_test("cc_perftests") {
"//gpu/command_buffer/client:raster",
"//gpu/ipc/common:struct_traits",
"//media",
"//mojo/edk/system",
"//mojo/edk",
"//mojo/public/cpp/bindings",
"//services/viz/public/interfaces",
"//skia",

@ -18,7 +18,7 @@ source_set("app_shim") {
"//chrome:strings",
"//chrome/common",
"//ipc",
"//mojo/edk/embedder:headers",
"//mojo/edk",
"//ui/base",
]
}
@ -36,7 +36,9 @@ mac_app_bundle("app_mode_loader") {
extra_configs = [ "//build/config/compiler:wexit_time_destructors" ]
info_plist_target = ":app_mode_loader_plist"
extra_substitutions = [ "APP_MODE_APP_BUNDLE_ID=$chrome_mac_bundle_id.app.@APP_MODE_SHORTCUT_ID@" ]
extra_substitutions = [
"APP_MODE_APP_BUNDLE_ID=$chrome_mac_bundle_id.app.@APP_MODE_SHORTCUT_ID@",
]
sources = [
"app_mode_loader_mac.mm",

@ -1763,7 +1763,7 @@ jumbo_split_static_library("browser") {
"//media/mojo/interfaces:remoting",
"//media/mojo/services",
"//mojo/common",
"//mojo/edk/system",
"//mojo/edk",
"//mojo/public/cpp/bindings",
"//net:extras",
"//net:net_browser_services",

@ -390,7 +390,7 @@ source_set("vr_test_support") {
"//components/security_state/core",
"//components/toolbar:vector_icons",
"//content/test:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//skia",
"//testing/gtest",
"//ui/accessibility:ax_enums_mojo",

@ -262,7 +262,7 @@ static_library("common") {
"//gpu/config",
"//ipc",
"//media",
"//mojo/edk/system",
"//mojo/edk",
"//mojo/public/cpp/bindings",
"//pdf:features",
"//ppapi/features",

@ -28,7 +28,7 @@ static_library("profiling") {
"//base/allocator:buildflags",
"//chrome/common:constants",
"//content/public/common",
"//mojo/edk/system",
"//mojo/edk",
]
}
@ -51,7 +51,7 @@ source_set("unit_tests") {
deps = [
":profiling",
"//base",
"//mojo/edk/system",
"//mojo/edk",
"//testing/gtest",
]
}

@ -39,7 +39,7 @@ static_library("profiling") {
"//base",
"//chrome/common",
"//content/public/child",
"//mojo/edk/system",
"//mojo/edk",
"//services/resource_coordinator/public/cpp:resource_coordinator_cpp",
"//third_party/zlib",
]

@ -66,7 +66,7 @@ static_library("service") {
"//components/printing/common",
"//google_apis",
"//jingle:notifier",
"//mojo/edk/system",
"//mojo/edk",
"//net",
"//printing",
"//skia",

@ -4667,7 +4667,7 @@ if (!is_android) {
"//crypto:test_support",
"//extensions/buildflags",
"//google_apis:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//net",
"//net:net_resources",
"//net:test_support",
@ -4835,7 +4835,7 @@ if (!is_android) {
"//ash/resources",
"//chrome/browser/media/router:test_support",
"//chromeos",
"//mojo/edk/system",
"//mojo/edk",
]
data += [

@ -81,7 +81,7 @@ cast_source_set("test_support") {
"//chromecast/base",
"//content/test:test_support",
"//ipc",
"//mojo/edk/embedder:headers",
"//mojo/edk",
]
}

@ -87,7 +87,7 @@ if (use_aura && !is_cast_audio_only) {
deps = [
":graphics",
"//base/test:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//testing/gtest",
"//ui/aura",
"//ui/aura:test_support",

@ -93,7 +93,7 @@ static_library("arc") {
"//device/usb/mojo",
"//device/usb/public/mojom",
"//google_apis",
"//mojo/edk/system",
"//mojo/edk",
"//services/device/public/mojom",
"//skia",
"//third_party/re2:re2",
@ -164,7 +164,7 @@ static_library("arc_base") {
"//components/prefs",
"//components/signin/core/account_id",
"//components/user_manager",
"//mojo/edk/system",
"//mojo/edk",
"//ui/aura",
]
@ -223,7 +223,7 @@ static_library("arc_test_support") {
"//components/user_prefs",
"//content/test:test_support",
"//mojo/common:common_base",
"//mojo/edk/embedder:headers",
"//mojo/edk",
]
}

@ -198,7 +198,7 @@ test("exo_unittests") {
"//cc:test_support",
"//components/viz/test:test_support",
"//device/gamepad:test_helpers",
"//mojo/edk/embedder:headers",
"//mojo/edk",
"//testing/gtest",
"//ui/aura",
"//ui/aura:test_support",

@ -336,7 +336,7 @@ test("wayland_client_perftests") {
"//cc:test_support",
"//components/exo",
"//components/viz/test:test_support",
"//mojo/edk/embedder:headers",
"//mojo/edk",
"//testing/perf",
"//ui/aura",
"//ui/aura:test_support",

@ -28,7 +28,7 @@ source_set("broker") {
"//components/nacl/common:switches",
"//content/public/common:static_switches",
"//ipc",
"//mojo/edk/system",
"//mojo/edk",
"//sandbox",
"//services/service_manager/public/cpp",
]

@ -40,7 +40,7 @@ static_library("browser") {
"//content/public/browser",
"//content/public/common",
"//content/public/common:zygote_buildflags",
"//mojo/edk/system",
"//mojo/edk",
"//native_client/src/trusted/service_runtime:sel_main_chrome",
"//net",
"//ppapi/host",

@ -37,7 +37,7 @@ if (enable_nacl) {
"//base",
"//base:base_static",
"//content/public/common:service_names",
"//mojo/edk/system",
"//mojo/edk",
"//services/service_manager/public/cpp",
]
}

@ -36,7 +36,7 @@ source_set("minimal") {
"//components/nacl/common:mojo_bindings",
"//crypto",
"//ipc",
"//mojo/edk/system",
"//mojo/edk",
"//native_client/src/trusted/service_runtime:sel_main_chrome",
"//ppapi/c",
"//ppapi/proxy:ipc",
@ -126,7 +126,7 @@ if (is_linux) {
"//content/public/common",
"//crypto",
"//ipc",
"//mojo/edk/system",
"//mojo/edk",
"//sandbox/linux:sandbox_services",
"//services/service_manager/sandbox",
"//url/ipc:url_ipc",
@ -205,7 +205,7 @@ if (is_win && target_cpu == "x86" && current_cpu == "x64") {
"//components/nacl/broker",
"//components/nacl/common:switches",
"//content/public/common:static_switches",
"//mojo/edk/system",
"//mojo/edk",
"//sandbox",
"//services/service_manager/sandbox:sandbox",
]
@ -235,7 +235,7 @@ if (is_nacl_nonsfi) {
"//components/tracing",
"//content",
"//ipc",
"//mojo/edk/system",
"//mojo/edk",
"//native_client/src/nonsfi/irt:nacl_sys_private",
"//native_client/src/nonsfi/loader:elf_loader",

@ -18,7 +18,7 @@ source_set("test_support") {
"//components/content_settings/core/common",
"//components/gcm_driver:gcm_driver",
"//components/signin/core/browser",
"//mojo/edk/system",
"//mojo/edk",
"//net",
"//testing/gtest",
"//ui/base",
@ -65,7 +65,9 @@ if (enable_basic_printing || enable_print_preview) {
# There is only one service in catalog, which depends on printing feature.
# When more services are added, the condition can be moved inside of catalog.
catalog("components_unittests_catalog") {
embedded_services = [ "//components/printing/service:pdf_compositor_service_unittest_manifest" ]
embedded_services = [
"//components/printing/service:pdf_compositor_service_unittest_manifest",
]
}
catalog_cpp_source("components_unittests_catalog_source") {

@ -19,7 +19,7 @@ viz_test("viz_unittests") {
"//components/viz/test:test_suite",
"//components/viz/test:test_support",
"//components/viz/test:unit_tests",
"//mojo/edk/system",
"//mojo/edk",
]
data = [

@ -82,6 +82,6 @@ fuzzer_test("hit_test_query_fuzzer") {
":host",
"//base/test:test_support",
"//components/viz/test:test_support",
"//mojo/edk/system",
"//mojo/edk",
]
}

@ -109,7 +109,7 @@ source_set("fuzzer_support") {
"//base",
"//crypto",
"//crypto:platform",
"//mojo/edk/system",
"//mojo/edk",
"//third_party/WebKit/public:blink",
]
}

@ -32,7 +32,7 @@ template("implement_content_app") {
"//services/service_manager/embedder",
"//services/service_manager/public/mojom",
"//services/service_manager/runner/common",
"//mojo/edk/system",
"//mojo/edk",
"//ppapi/features",
"//ui/base",
"//ui/gfx",

@ -109,7 +109,7 @@ jumbo_source_set("browser") {
"//media/mojo/services",
"//mojo/common",
"//mojo/common:values_struct_traits",
"//mojo/edk/system",
"//mojo/edk",
"//mojo/public/cpp/bindings",
"//mojo/public/js:resources",
"//net",

@ -107,7 +107,7 @@ target(link_target_type, "child") {
"//media",
"//media/blink",
"//mojo/common",
"//mojo/edk/system",
"//mojo/edk",
"//net",
"//services/device/public/cpp:device_features",
"//services/device/public/cpp/power_monitor",

@ -360,7 +360,7 @@ source_set("common") {
"//media/midi",
"//media/midi:mojo",
"//mojo/common:common_base",
"//mojo/edk/system",
"//mojo/edk",
"//net",
"//ppapi/features",
"//sandbox",

@ -259,7 +259,7 @@ jumbo_source_set("common_sources") {
"//content/common",
"//ipc",
"//media/capture:capture_base",
"//mojo/edk/system",
"//mojo/edk",
"//mojo/public/cpp/bindings",
"//net",
"//services/network:network_service",

@ -322,7 +322,7 @@ jumbo_static_library("test_support") {
"//media",
"//media/capture",
"//media/capture/mojom:image_capture",
"//mojo/edk/system",
"//mojo/edk",
"//net:test_support",
"//services/device/public/mojom",
@ -893,7 +893,7 @@ test("content_browsertests") {
"//ipc",
"//ipc:test_support",
"//media:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//mojo/public/cpp/bindings",
"//net:test_support",
"//ppapi/features",
@ -1702,7 +1702,7 @@ test("content_unittests") {
"//media/capture",
"//media/midi:midi",
"//media/midi:mojo",
"//mojo/edk/system",
"//mojo/edk",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/test_support:test_utils",
"//net:extras",

@ -103,7 +103,7 @@ test("device_unittests") {
"//device/gamepad/public/mojom:gamepad_mojom_traits_test",
"//device/geolocation:unittests",
"//mojo/common",
"//mojo/edk/system",
"//mojo/edk",
"//mojo/public/cpp/bindings",
"//net",
"//testing/gmock",

@ -59,7 +59,7 @@ component("geolocation") {
deps = [
"//base",
"//mojo/edk/system",
"//mojo/edk",
"//mojo/public/cpp/bindings",
"//net",
"//ui/gfx",

@ -440,7 +440,7 @@ test("gpu_unittests") {
"//gpu/ipc/common:gpu_preferences_util",
"//gpu/ipc/common:test_interfaces",
"//gpu/ipc/host",
"//mojo/edk/system",
"//mojo/edk",
"//mojo/public/cpp/bindings",
"//net:test_support",
"//testing/gmock",

@ -226,7 +226,7 @@ source_set("app_internal") {
"//ios/third_party/material_roboto_font_loader_ios",
"//ios/web",
"//ios/web/public/app",
"//mojo/edk/system",
"//mojo/edk",
"//net",
"//skia",
"//ui/base",

@ -88,7 +88,7 @@ source_set("run_all_unittests") {
":test_support",
"//base",
"//base/test:test_support",
"//mojo/edk/system",
"//mojo/edk",
]
}

@ -135,7 +135,7 @@ source_set("run_all_unittests") {
"//base/test:test_support",
"//ios/web/public/test",
"//ios/web/public/test/http_server",
"//mojo/edk/system",
"//mojo/edk",
]
}
@ -554,7 +554,7 @@ test("ios_web_inttests") {
"//ios/web/test:resources",
"//ios/web/test:test_constants",
"//ios/web/test:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//net:test_support",
"//services/network/public/cpp",
"//services/service_manager/public/cpp",

@ -20,7 +20,7 @@ source_set("app") {
"//crypto",
"//ios/web",
"//ios/web/public/global_state",
"//mojo/edk/system",
"//mojo/edk",
"//net",
"//ui/base",
"//ui/gfx",

@ -218,7 +218,7 @@ if (!is_ios) {
deps = [
"//base",
"//base/test:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//mojo/edk/test:test_support",
]
}
@ -262,7 +262,7 @@ if (!is_ios) {
"//base:i18n",
"//base/test:test_support",
"//crypto",
"//mojo/edk/system",
"//mojo/edk",
"//mojo/edk/test:test_support",
"//testing/gtest",
]
@ -301,7 +301,7 @@ if (!is_ios) {
"//base",
"//base:i18n",
"//base/test:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//mojo/edk/test:test_support",
"//mojo/edk/test:test_support_impl",
"//testing/gtest",

@ -104,7 +104,7 @@ if (is_chromeos) {
"//cc",
"//cc:test_support",
"//components/viz/service",
"//mojo/edk/system",
"//mojo/edk",
"//services/catalog:lib",
"//ui/aura",
"//ui/base",

@ -14,7 +14,7 @@ executable("runner") {
"//base:i18n",
"//base/test:test_support",
"//build/config:exe_and_shlib_deps",
"//mojo/edk/system",
"//mojo/edk",
"//services/service_manager",
"//services/service_manager/runner:init",
"//services/service_manager/standalone",

@ -115,7 +115,7 @@ test("media_blink_unittests") {
"//media:test_support",
"//media/mojo/interfaces",
"//media/mojo/services",
"//mojo/edk/system",
"//mojo/edk",
"//net",
"//testing/gmock",
"//testing/gtest",

@ -238,7 +238,7 @@ component("capture_lib") {
deps += [
"//chromeos:chromeos",
"//media/capture/video/chromeos/mojo:arc_camera3",
"//mojo/edk/system",
"//mojo/edk",
"//third_party/libsync",
]
}
@ -292,7 +292,7 @@ test("capture_unittests") {
"//media:test_support",
"//media/capture/mojom:image_capture",
"//media/capture/mojom:image_capture_types",
"//mojo/edk/system",
"//mojo/edk",
"//testing/gmock",
"//testing/gtest",
"//ui/gfx:test_support",
@ -340,7 +340,7 @@ test("capture_unittests") {
deps += [
"//chromeos:chromeos",
"//media/capture/video/chromeos/mojo:arc_camera3",
"//mojo/edk/system",
"//mojo/edk",
"//third_party/libdrm",
"//third_party/libsync",
"//third_party/minigbm",

@ -248,7 +248,7 @@ source_set("unit_tests") {
"//components/ukm:test_support",
"//media:test_support",
"//media/mojo:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//services/metrics/public/cpp:ukm_builders",
"//testing/gmock",
"//testing/gtest",

@ -15,7 +15,7 @@ source_set("run_all_unittests") {
"//base",
"//base/test:test_support",
"//media:test_support",
"//mojo/edk/system",
"//mojo/edk",
]
if (is_android) {

@ -61,7 +61,7 @@ test("mojo_perftests") {
deps += [
"//base",
"//base/test:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//mojo/edk/system:test_utils",
"//testing/gtest",
]

@ -130,7 +130,7 @@ shared_library("mojo_java_unittests") {
"//base",
"//base/test:test_support",
"//build/config:exe_and_shlib_deps",
"//mojo/edk/system",
"//mojo/edk",
"//mojo/public/cpp/bindings/tests:mojo_public_bindings_test_utils",
"//mojo/public/cpp/test_support:test_utils",
]

@ -100,7 +100,7 @@ source_set("core") {
public_deps = [
"//base",
"//mojo/edk/system:system_impl",
"//mojo/edk/system",
"//mojo/public/c/system:headers",
]
@ -109,5 +109,5 @@ source_set("core") {
deps += [ "//third_party/ashmem" ]
}
allow_circular_includes_from = [ "//mojo/edk/system:system_impl" ]
allow_circular_includes_from = [ "//mojo/edk/system" ]
}

@ -20,17 +20,9 @@ source_set("embedder_unittests") {
deps = [
"//base",
"//base/test:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//mojo/edk/system:test_utils",
"//mojo/edk/test:test_support",
"//testing/gtest",
]
}
# Temporary alias until dependents can be updated. This will be imminently
# deleted. There is no compelling reason to have a headers target for the EDK.
group("headers") {
public_deps = [
"//mojo/edk",
]
}

@ -10,15 +10,7 @@ if (is_android) {
import("//build/config/android/rules.gni")
}
# Temporary alias to avoid having to update the world with a new target
# structure just yet. This will be imminently deleted.
group("system") {
public_deps = [
"//mojo/edk",
]
}
source_set("system_impl") {
source_set("system") {
# All sources in this target should really just be private sources in
# "//mojo/edk:core". Make sure that's the only target than can see this one.
visibility = [ "//mojo/edk:core" ]
@ -174,8 +166,8 @@ source_set("test_sources") {
":test_utils",
"//base",
"//base/test:test_support",
"//mojo/edk",
"//mojo/edk/embedder:embedder_unittests",
"//mojo/edk/system",
"//mojo/edk/system/ports:tests",
"//mojo/edk/test:run_all_unittests",
"//mojo/edk/test:test_support",

@ -27,7 +27,7 @@ static_library("test_support") {
deps = [
"//base",
"//base/test:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//mojo/public/cpp/system",
"//testing/gtest",
]
@ -44,7 +44,7 @@ source_set("run_all_unittests") {
":test_support_impl",
"//base",
"//base/test:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//mojo/public/c/test_support",
"//testing/gtest",
]
@ -60,7 +60,7 @@ source_set("run_all_perftests") {
":test_support_impl",
"//base",
"//base/test:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//mojo/edk/test:test_support",
"//mojo/public/c/test_support",
]

@ -50,7 +50,7 @@ source_set("tests") {
deps = [
":mojo_public_bindings_test_utils",
"//base/test:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
"//mojo/public/cpp/test_support:test_utils",
@ -134,7 +134,7 @@ source_set("perftests") {
deps = [
"//base/test:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//mojo/edk/test:test_support",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",

@ -25,7 +25,7 @@ fuzzer_test("mojo_parse_message_fuzzer") {
]
deps = [
":fuzz_mojom",
"//mojo/edk/system",
"//mojo/edk",
]
seed_corpus = "//mojo/public/tools/fuzzers/message_corpus"
}
@ -41,7 +41,7 @@ if (!is_win) {
":fuzz_mojom",
"//base",
"//build/config:exe_and_shlib_deps",
"//mojo/edk/system",
"//mojo/edk",
]
}
}

@ -5589,7 +5589,7 @@ test("net_unittests") {
deps += [
":net_browser_services",
":net_utility_services",
"//mojo/edk/system",
"//mojo/edk",
]
} else {
sources -= [

@ -396,7 +396,7 @@ test("ppapi_perftests") {
deps = [
"//base/test:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//ppapi/proxy",
"//ppapi/proxy:test_support",
"//ppapi/shared_impl",

@ -287,7 +287,7 @@ component("proxy") {
"//gpu/command_buffer/common",
"//gpu/ipc/common:command_buffer_traits",
"//media:shared_memory_support",
"//mojo/edk/system",
"//mojo/edk",
"//ppapi/c",
"//ppapi/shared_impl",
"//ui/gfx/geometry",

@ -20,8 +20,6 @@ source_set("base") {
"compound_buffer.h",
"constants.cc",
"constants.h",
"weighted_samples.cc",
"weighted_samples.h",
"leaky_bucket.cc",
"leaky_bucket.h",
"name_value_map.h",
@ -50,6 +48,8 @@ source_set("base") {
"util.h",
"vlog_net_log.cc",
"vlog_net_log.h",
"weighted_samples.cc",
"weighted_samples.h",
]
configs += [
@ -163,7 +163,6 @@ source_set("unit_tests") {
"buffered_socket_writer_unittest.cc",
"capabilities_unittest.cc",
"compound_buffer_unittest.cc",
"weighted_samples_unittest.cc",
"oauth_helper_unittest.cc",
"rate_counter_unittest.cc",
"rsa_key_pair_unittest.cc",
@ -173,11 +172,12 @@ source_set("unit_tests") {
"telemetry_log_writer_unittest.cc",
"typed_buffer_unittest.cc",
"util_unittest.cc",
"weighted_samples_unittest.cc",
]
deps = [
":test_support",
"//mojo/edk/system",
"//mojo/edk",
"//net:test_support",
"//third_party/libyuv",
"//third_party/webrtc/modules/desktop_capture:primitives",

@ -741,10 +741,7 @@ if (enable_me2me_host) {
}
if (remoting_multi_process != 0) {
deps += [
"//mojo/edk/embedder:headers",
"//mojo/edk/system",
]
deps += [ "//mojo/edk" ]
}
}

@ -37,7 +37,7 @@ source_set("security_key") {
deps = [
"//ipc",
"//mojo/edk/system",
"//mojo/edk",
"//remoting/proto",
"//third_party/webrtc/modules/desktop_capture",
]

@ -394,7 +394,7 @@ shared_library("remoting_core") {
"//base/third_party/dynamic_annotations",
"//build/win:default_exe_manifest",
"//ipc",
"//mojo/edk/system",
"//mojo/edk",
"//net",
"//remoting/base",
"//remoting/base:breakpad",

@ -56,7 +56,7 @@ source_set("tests") {
":lib",
"//base/test:test_support",
"//media:test_support",
"//mojo/edk/system:system",
"//mojo/edk",
"//services/audio/public/cpp",
"//services/audio/public/cpp:test_support",
"//services/audio/public/mojom",

@ -95,7 +95,7 @@ source_set("tests") {
"//device/base/synchronization",
"//device/geolocation",
"//device/geolocation/public/cpp",
"//mojo/edk/embedder:headers",
"//mojo/edk",
"//mojo/public/cpp/bindings",
"//net",
"//net:test_support",

@ -66,7 +66,7 @@ component("embedder") {
public_deps += [
":embedder_switches",
"//mojo/edk/system",
"//mojo/edk",
"//services/service_manager/background:lib",
"//services/service_manager/public/cpp/standalone_service",
"//services/service_manager/runner:init",

@ -76,7 +76,7 @@ static_library("service_test_support") {
deps = [
"//base",
"//base/test:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
"//services/service_manager/background:lib",

@ -11,7 +11,7 @@ source_set("standalone_service") {
]
deps = [
"//mojo/edk/system",
"//mojo/edk",
"//mojo/public/cpp/system",
"//services/service_manager/public/cpp",
"//services/service_manager/runner:init",

@ -18,7 +18,7 @@ source_set("common_initialization") {
deps = [
"//base",
"//base/test:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//services/catalog:lib",
"//services/service_manager/background:lib",
]

@ -17,7 +17,7 @@ source_set("common") {
]
public_deps = [
"//mojo/edk/system",
"//mojo/edk",
"//services/service_manager/public/mojom",
]
}

@ -35,7 +35,7 @@ source_set("lib") {
public_deps = [
"//base",
"//mojo/edk/system",
"//mojo/edk",
"//mojo/public/cpp/system",
]
@ -61,7 +61,7 @@ if (!is_ios) {
":lib",
"//base",
"//base/test:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//services/service_manager",
"//services/service_manager/runner:init",
"//services/service_manager/runner/common",

@ -16,7 +16,7 @@ source_set("standalone") {
"//base",
"//base/third_party/dynamic_annotations",
"//mojo/common:common_base",
"//mojo/edk/system",
"//mojo/edk",
"//services/catalog:lib",
"//services/service_manager",
"//services/service_manager/public/cpp",

@ -26,7 +26,7 @@ service_test("service_manager_unittests") {
":interfaces",
"//base",
"//base/test:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
"//services/catalog:lib",
@ -62,7 +62,7 @@ source_set("util") {
deps = [
"//base",
"//base:base_static",
"//mojo/edk/system",
"//mojo/edk",
"//services/service_manager/public/cpp",
"//services/service_manager/public/mojom",
"//services/service_manager/runner/common",

@ -19,7 +19,7 @@ source_set("service_manager") {
"//base",
"//base/test:test_config",
"//mojo/common:common_base",
"//mojo/edk/system",
"//mojo/edk",
"//services/service_manager/public/cpp",
"//services/service_manager/public/cpp:service_test_support",
"//services/service_manager/public/mojom",
@ -105,7 +105,7 @@ service("service_manager_unittest_embedder") {
":interfaces",
"//base",
"//build/win:default_exe_manifest",
"//mojo/edk/system",
"//mojo/edk",
"//services/service_manager/public/cpp",
"//services/service_manager/public/cpp/standalone_service:main",
"//services/service_manager/public/mojom",

@ -17,7 +17,7 @@ source_set("tests") {
"//base",
"//base/test:test_support",
"//mojo/common:common_base",
"//mojo/edk/system",
"//mojo/edk",
"//mojo/public/cpp/system",
"//services/service_manager/public/cpp",
"//services/ui/public/cpp",

@ -306,7 +306,7 @@ source_set("unittests") {
":test_support",
"//base/test:test_support",
"//mojo/common",
"//mojo/edk/system",
"//mojo/edk",
"//net:test_support",
"//services/network/public/cpp",
"//sql:test_support",

@ -63,7 +63,7 @@ source_set("unittests") {
deps = [
":common",
"//base/test:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//testing/gtest",
"//url",
]

@ -1742,7 +1742,7 @@ jumbo_static_library("test_support") {
deps = [
"//base/test:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//third_party/WebKit/Source/platform/blob:test_support",
"//third_party/WebKit/Source/platform/loader:test_support",
"//third_party/WebKit/Source/platform/network:test_support",
@ -1966,7 +1966,7 @@ jumbo_source_set("blink_platform_unittests_sources") {
"//cc/blink",
"//device/base/synchronization",
"//mojo/common:test_common_custom_types_blink",
"//mojo/edk/system",
"//mojo/edk",
"//mojo/public/cpp/bindings/tests:for_blink_tests",
"//mojo/public/cpp/test_support:test_utils",
"//mojo/public/interfaces/bindings/tests:test_interfaces_blink",
@ -2009,7 +2009,7 @@ executable("image_decode_bench") {
deps = [
":platform",
"//build/config:exe_and_shlib_deps",
"//mojo/edk/system",
"//mojo/edk",
"//third_party/WebKit/Source/platform/wtf",
]

@ -5,7 +5,7 @@
executable("ipc_fuzzer_replay") {
configs += [ "//tools/ipc_fuzzer:ipc_fuzzer_tool_config" ]
deps = [
"//mojo/edk/system",
"//mojo/edk",
"//tools/ipc_fuzzer/message_lib:ipc_message_lib",
]
public_deps = [

@ -100,7 +100,7 @@ if (use_v8_context_snapshot) {
deps = [
"//gin:gin",
"//mojo/edk/system:system",
"//mojo/edk",
"//services/service_manager/public/cpp",
"//third_party/WebKit/public:blink",
"//v8",

@ -206,7 +206,7 @@ test("app_list_unittests") {
":test_support",
"//base",
"//base/test:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//skia",
"//testing/gtest",
"//ui/accessibility",

@ -69,7 +69,7 @@ test("ui_arc_unittests") {
"//components/arc:arc_test_support",
"//components/exo",
"//components/exo:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//testing/gmock",
"//testing/gtest",
"//ui/aura:test_support",

@ -378,7 +378,7 @@ test("aura_unittests") {
"//base/test:test_support",
"//components/viz/client",
"//mojo/common",
"//mojo/edk/system",
"//mojo/edk",
"//net",
"//services/ui/common:task_runner_test_base",
"//services/ui/public/cpp",

@ -904,7 +904,7 @@ test("ui_base_unittests") {
":ui_base_unittests_bundle_data",
"//base",
"//base/test:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//net",
"//net:test_support",
"//skia",

@ -69,7 +69,7 @@ test("ui_chromeos_unittests") {
":chromeos",
"//base/test:test_support",
"//chromeos",
"//mojo/edk/system",
"//mojo/edk",
"//skia",
"//testing/gtest",
"//ui/aura:test_support",

@ -208,7 +208,7 @@ test("compositor_unittests") {
"//components/viz/common",
"//components/viz/service",
"//components/viz/test:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//skia",
"//testing/gmock",
"//testing/gtest",

@ -789,7 +789,7 @@ test("gfx_unittests") {
if (!is_ios) {
deps += [
"//cc/paint",
"//mojo/edk/system",
"//mojo/edk",
"//mojo/public/cpp/bindings",
"//ui/gfx/geometry/mojo:unit_test",
"//ui/gfx/image/mojo:unit_test",

@ -430,7 +430,7 @@ source_set("run_all_unittests") {
if (use_ozone) {
deps += [
"//mojo/edk/system",
"//mojo/edk",
"//services/service_manager/public/cpp/test:test_support",
"//ui/ozone",
]

@ -169,7 +169,7 @@ test("keyboard_unittests") {
":test_support",
"//base",
"//base/test:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//testing/gtest",
"//ui/aura:test_support",
"//ui/base",

@ -209,7 +209,7 @@ if (enable_message_center) {
":test_support",
"//base",
"//base/test:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//skia",
"//testing/gmock",
"//testing/gtest",
@ -236,7 +236,7 @@ if (enable_message_center) {
if (is_chromeos) {
sources += [ "public/mojo/struct_traits_unittest.cc" ]
deps += [
"//mojo/edk/system",
"//mojo/edk",
"//ui/message_center/public/mojo:test_interfaces",
]
}

@ -100,7 +100,7 @@ test("snapshot_unittests") {
":snapshot",
"//base",
"//base/test:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//skia",
"//testing/gtest",
"//ui/base",

@ -803,7 +803,7 @@ jumbo_source_set("test_support_internal") {
"//base/test:test_support",
"//gpu/ipc/service",
"//ipc:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//skia",
"//testing/gtest",
"//ui/base",
@ -1118,7 +1118,7 @@ test("views_unittests") {
deps = [
":views_unittests_sources",
"//mojo/edk/system",
"//mojo/edk",
]
}
@ -1136,7 +1136,7 @@ source_set("views_interactive_ui_tests") {
":views",
"//base",
"//base/test:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//skia",
"//testing/gtest",
"//ui/base:test_support",
@ -1195,7 +1195,7 @@ test("views_perftests") {
":test_support",
"//base/test:test_support",
"//cc/base:base",
"//mojo/edk/system",
"//mojo/edk",
"//testing/perf",
"//ui/resources:ui_test_pak",
]

@ -122,7 +122,7 @@ jumbo_static_library("test_support") {
":mus",
"//base",
"//base/test:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//services/catalog:lib",
"//services/service_manager/background:lib",
"//services/service_manager/public/cpp",
@ -244,7 +244,7 @@ test("views_mus_interactive_ui_tests") {
":mus",
":test_support",
"//base",
"//mojo/edk/system",
"//mojo/edk",
"//testing/gmock",
"//testing/gtest",
"//ui/aura",

@ -143,7 +143,7 @@ test("wm_unittests") {
":wm",
"//base",
"//base/test:test_support",
"//mojo/edk/system",
"//mojo/edk",
"//skia",
"//testing/gtest",
"//ui/aura:test_support",

@ -167,7 +167,7 @@ test("url_unittests") {
if (!is_ios) {
deps += [
"//mojo/edk/system",
"//mojo/edk",
"//mojo/edk/test:test_support",
"//url/mojom:test_url_mojom_gurl",
]