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

Side by Side Diff: chrome/browser/profiling_host/BUILD.gn

Issue 2948283002: Profiling process topology (Closed)
Patch Set: Review comments Created 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2017 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("//chrome/common/features.gni")
6
7 if (enable_oop_heap_profiling) {
8 static_library("profiling_host") {
9 sources = [
10 "profiling_process_host.cc",
11 "profiling_process_host.h",
12 ]
13
14 deps = [
15 "//base",
16 "//chrome/common",
17 "//content/public/common",
18 ]
19 }
20 } else {
21 # Dummy group so this target can be unconditionally depended on.
22 group("profiling_host") {
23 }
24 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/profiling_host/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698