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

Unified Diff: content/test/BUILD.gn

Issue 2225673002: Support exporting Mojo bindings for the component build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix win_clang Created 4 years, 4 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
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 54c640319b36afaf9005399e0f82cb726dec9f34..95ba214005c4a04149f9f8b243616bb972469bc3 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -432,7 +432,6 @@ test("content_browsertests") {
"//content/browser:for_content_tests",
"//content/browser/background_sync:background_sync_proto",
"//content/child:for_content_tests",
- "//content/common:mojo_bindings",
"//content/gpu",
"//content/public/browser",
"//content/public/child",
@@ -642,7 +641,6 @@ test("content_unittests") {
"//content/browser/service_worker:service_worker_proto",
"//content/browser/speech/proto",
"//content/child:for_content_tests",
- "//content/common:mojo_bindings",
"//content/gpu",
"//content/public/browser",
"//content/public/child",
@@ -656,6 +654,7 @@ test("content_unittests") {
"//device/bluetooth:mocks",
"//device/gamepad",
"//device/gamepad:test_helpers",
+ "//device/sensors/public/interfaces",
"//gin",
"//gpu",
"//gpu:test_support",
@@ -680,7 +679,6 @@ test("content_unittests") {
"//testing/gmock",
"//testing/gtest",
"//third_party/WebKit/public:blink",
- "//third_party/WebKit/public:mojo_bindings",
"//third_party/icu",
"//third_party/leveldatabase",
"//third_party/libjingle",
« no previous file with comments | « content/common/BUILD.gn ('k') | mojo/public/tools/bindings/generators/cpp_templates/enum_serialization_declaration.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698