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

Side by Side Diff: content/shell/common/layout_test.typemap

Issue 2594913002: Replace IPC messages in layout_test_render_frame_observer. (Closed)
Patch Set: Formatted files Created 3 years, 11 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2017 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 mojom = "//content/shell/common/layout_test.mojom"
6 public_headers = [ "//content/shell/common/shell_test_configuration.h" ]
7 traits_headers = [ "//content/shell/common/shell_param_traits.h" ]
8 public_deps = [
9 "//content/public/common",
10 "//ipc",
11 "//ui/gfx/ipc",
12 ]
13 type_mappings =
14 [ "content.mojom.ShellTestConfig=content::ShellTestConfiguration" ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698