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

Unified Diff: headless/BUILD.gn

Issue 2185943003: Support C++ bindings for the DevTools Log Domain in headless_lib (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 | « no previous file | headless/lib/browser/headless_devtools_client_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/BUILD.gn
diff --git a/headless/BUILD.gn b/headless/BUILD.gn
index e4381671db30c0faafbc77c46caa05ceba86d7c1..351ae5b6a03d6c1dc6fd7ec1371d74c4b21657a4 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -108,6 +108,8 @@ action("gen_devtools_client_api") {
"$target_gen_dir/public/domains/io.h",
"$target_gen_dir/public/domains/layer_tree.cc",
"$target_gen_dir/public/domains/layer_tree.h",
+ "$target_gen_dir/public/domains/log.cc",
+ "$target_gen_dir/public/domains/log.h",
"$target_gen_dir/public/domains/memory.cc",
"$target_gen_dir/public/domains/memory.h",
"$target_gen_dir/public/domains/network.cc",
@@ -191,6 +193,8 @@ static_library("headless_lib") {
"$target_gen_dir/public/domains/io.h",
"$target_gen_dir/public/domains/layer_tree.cc",
"$target_gen_dir/public/domains/layer_tree.h",
+ "$target_gen_dir/public/domains/log.cc",
+ "$target_gen_dir/public/domains/log.h",
"$target_gen_dir/public/domains/memory.cc",
"$target_gen_dir/public/domains/memory.h",
"$target_gen_dir/public/domains/network.cc",
« no previous file with comments | « no previous file | headless/lib/browser/headless_devtools_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698