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

Unified Diff: content/shell/test_runner/BUILD.gn

Issue 2714943004: Move unique name generation and tracking into //content. (Closed)
Patch Set: . 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
Index: content/shell/test_runner/BUILD.gn
diff --git a/content/shell/test_runner/BUILD.gn b/content/shell/test_runner/BUILD.gn
index 974d8b1b85afbdc380022fa979769893d0a059c6..b16f1ab4bf6e37b43adbdcaa476468e778818799 100644
--- a/content/shell/test_runner/BUILD.gn
+++ b/content/shell/test_runner/BUILD.gn
@@ -114,6 +114,7 @@ component("test_runner") {
"//cc/blink",
"//cc/paint",
"//content/public/common",
+ "//content/renderer",
"//gin",
"//gpu",
"//gpu/command_buffer/client:gles2_interface",
@@ -121,6 +122,7 @@ component("test_runner") {
"//net",
"//skia",
"//third_party/WebKit/public:blink",
+ "//ui/accessibility:ax_gen",
dcheng 2017/03/01 23:57:25 This is likely due to trying to depend on renderer
"//ui/display",
"//ui/events:dom_keycode_converter",
"//ui/events:events_base",

Powered by Google App Engine
This is Rietveld 408576698