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

Unified Diff: third_party/WebKit/Source/modules/BUILD.gn

Issue 2162993002: Make blink media logging verbose on Chromecast (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « third_party/WebKit/Source/core/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/BUILD.gn b/third_party/WebKit/Source/modules/BUILD.gn
index c0040571b3bcca12d6d0d534c96201596a4bdefd..c495ef929d3d7ed0a9b77070880fe082a2896dd1 100644
--- a/third_party/WebKit/Source/modules/BUILD.gn
+++ b/third_party/WebKit/Source/modules/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("//build/split_static_library.gni")
+import("//build/config/chromecast_build.gni")
import("//third_party/WebKit/Source/bindings/bindings.gni")
import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni")
import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni")
@@ -58,6 +59,13 @@ target(modules_target_type, "modules") {
defines = [ "BLINK_MODULES_IMPLEMENTATION=1" ]
+ if (is_chromecast) {
+ defines += [
+ "BLINK_MSLOG=VLOG(2)",
+ "BLINK_SBLOG=VLOG(2)",
+ ]
+ }
+
deps = [
":make_modules_generated",
"//components/webmessaging/public/interfaces:interfaces_blink",
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698