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

Unified Diff: chrome/child/BUILD.gn

Issue 2627753004: Move gin and v8 portion of profiling to child from common (Closed)
Patch Set: revert gin removal for now Created 3 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
Index: chrome/child/BUILD.gn
diff --git a/chrome/child/BUILD.gn b/chrome/child/BUILD.gn
index 131948f8619f8a818dd12e3548c9cfade268d5e4..11f83d3f36a54e589a3486b3525b8f4a2f98cc0b 100644
--- a/chrome/child/BUILD.gn
+++ b/chrome/child/BUILD.gn
@@ -4,6 +4,8 @@
static_library("child") {
sources = [
+ "child_profiling.cc",
+ "child_profiling.h",
"pdf_child_init.cc",
"pdf_child_init.h",
"v8_breakpad_support_win.cc",
@@ -16,5 +18,6 @@ static_library("child") {
"//base",
"//content/public/child",
"//gin",
+ "//v8",
]
}

Powered by Google App Engine
This is Rietveld 408576698