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

Unified Diff: content/shell/BUILD.gn

Issue 2402293002: Add a Javascript wrapper for InterfaceRegistry. (Closed)
Patch Set: Created 4 years, 2 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/renderer/layout_test/interface_registry_js_wrapper.h » ('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 5da5b14e6acf874e32907b09299eba54db0fcfb3..94ff3cb32bbc41805329559e29d1a3d568bd6eca 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -171,6 +171,8 @@ static_library("content_shell_lib") {
"renderer/layout_test/blink_test_helpers.h",
"renderer/layout_test/blink_test_runner.cc",
"renderer/layout_test/blink_test_runner.h",
+ "renderer/layout_test/interface_registry_js_wrapper.cc",
+ "renderer/layout_test/interface_registry_js_wrapper.h",
"renderer/layout_test/layout_test_content_renderer_client.cc",
"renderer/layout_test/layout_test_content_renderer_client.h",
"renderer/layout_test/layout_test_render_frame_observer.cc",
@@ -238,6 +240,7 @@ static_library("content_shell_lib") {
"//gpu",
"//ipc",
"//media",
+ "//mojo/edk/js",
"//net",
"//net:net_resources",
"//sandbox",
« no previous file with comments | « no previous file | content/shell/renderer/layout_test/interface_registry_js_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698