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

Unified Diff: content/shell/BUILD.gn

Issue 1639973003: [DevTools] use debug_frontend flag in content_shell for tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/browser/layout_test/layout_test_devtools_frontend.cc » ('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 0fb2f9d793fd6fb173cc9e4777611aee08f8835c..37cf83e4535db7c79534307ee27fda6aaac419a6 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -176,6 +176,8 @@ static_library("content_shell_lib") {
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
"//build/config/compiler:no_size_t_to_int_warning",
+
+ "//third_party/WebKit/public:debug_devtools",
]
defines = [ "CONTENT_SHELL_VERSION=\"$content_shell_version\"" ]
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/browser/layout_test/layout_test_devtools_frontend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698