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

Unified Diff: content/shell/BUILD.gn

Issue 2458573004: Move debug_devtools to a buildflag_header. (Closed)
Patch Set: Merge Created 4 years, 1 month 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/browser/BUILD.gn ('k') | third_party/WebKit/Source/devtools/BUILD.gn » ('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 8e3ad89b7094150d651180e666dccaf79460d442..15279093aa6b1ce62f9aafd4bf11e6764311aef9 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -199,8 +199,6 @@ 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\"" ]
@@ -251,6 +249,7 @@ static_library("content_shell_lib") {
"//testing/gmock",
"//testing/gtest",
"//third_party/WebKit/public:blink",
+ "//third_party/WebKit/public:features",
"//third_party/WebKit/public:image_resources",
"//third_party/WebKit/public:resources",
"//third_party/WebKit/public:test_support",
« no previous file with comments | « content/browser/BUILD.gn ('k') | third_party/WebKit/Source/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698