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

Unified Diff: content/shell/BUILD.gn

Issue 2594913002: Replace IPC messages in layout_test_render_frame_observer. (Closed)
Patch Set: Removed a redundant line Created 3 years, 10 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 | « no previous file | content/shell/browser/content_shell_renderer_manifest_overlay.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 6749acd82ed5b109af1f277028acb934736509b1..bd3da171ce74d47e06dc702654205c40d8d8f744 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -164,8 +164,6 @@ static_library("content_shell_lib") {
"common/shell_origin_trial_policy.h",
"common/shell_switches.cc",
"common/shell_switches.h",
- "common/shell_test_configuration.cc",
- "common/shell_test_configuration.h",
"renderer/layout_test/blink_test_helpers.cc",
"renderer/layout_test/blink_test_helpers.h",
"renderer/layout_test/blink_test_runner.cc",
@@ -760,6 +758,12 @@ if (is_mac) {
mojom("mojo_bindings") {
sources = [
+ "common/layout_test.mojom",
"common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom",
]
+ public_deps = [
+ "//mojo/common:common_custom_types",
+ "//ui/gfx/geometry/mojo",
+ "//url/mojo:url_mojom_gurl",
+ ]
}
« no previous file with comments | « no previous file | content/shell/browser/content_shell_renderer_manifest_overlay.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698