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

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

Issue 2988453002: Task manager tracking RenderProcessHosts processes (Closed)
Patch Set: fixed copy past cruft Created 3 years, 4 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
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 3406 matching lines...) Expand 10 before | Expand all | Expand 10 after
3417 "sync/sync_ui_util.cc", 3417 "sync/sync_ui_util.cc",
3418 "sync/sync_ui_util.h", 3418 "sync/sync_ui_util.h",
3419 "task_manager/providers/browser_process_task.cc", 3419 "task_manager/providers/browser_process_task.cc",
3420 "task_manager/providers/browser_process_task.h", 3420 "task_manager/providers/browser_process_task.h",
3421 "task_manager/providers/browser_process_task_provider.cc", 3421 "task_manager/providers/browser_process_task_provider.cc",
3422 "task_manager/providers/browser_process_task_provider.h", 3422 "task_manager/providers/browser_process_task_provider.h",
3423 "task_manager/providers/child_process_task.cc", 3423 "task_manager/providers/child_process_task.cc",
3424 "task_manager/providers/child_process_task.h", 3424 "task_manager/providers/child_process_task.h",
3425 "task_manager/providers/child_process_task_provider.cc", 3425 "task_manager/providers/child_process_task_provider.cc",
3426 "task_manager/providers/child_process_task_provider.h", 3426 "task_manager/providers/child_process_task_provider.h",
3427 "task_manager/providers/render_process_host_task_provider.cc",
3428 "task_manager/providers/render_process_host_task_provider.h",
3427 "task_manager/providers/task.cc", 3429 "task_manager/providers/task.cc",
3428 "task_manager/providers/task.h", 3430 "task_manager/providers/task.h",
3429 "task_manager/providers/task_provider.cc", 3431 "task_manager/providers/task_provider.cc",
3430 "task_manager/providers/task_provider.h", 3432 "task_manager/providers/task_provider.h",
3431 "task_manager/providers/task_provider_observer.h", 3433 "task_manager/providers/task_provider_observer.h",
3432 "task_manager/providers/web_contents/background_contents_tag.cc", 3434 "task_manager/providers/web_contents/background_contents_tag.cc",
3433 "task_manager/providers/web_contents/background_contents_tag.h", 3435 "task_manager/providers/web_contents/background_contents_tag.h",
3434 "task_manager/providers/web_contents/background_contents_task.cc", 3436 "task_manager/providers/web_contents/background_contents_task.cc",
3435 "task_manager/providers/web_contents/background_contents_task.h", 3437 "task_manager/providers/web_contents/background_contents_task.h",
3436 "task_manager/providers/web_contents/devtools_tag.cc", 3438 "task_manager/providers/web_contents/devtools_tag.cc",
(...skipping 1180 matching lines...) Expand 10 before | Expand all | Expand 10 after
4617 "//components/search_engines", 4619 "//components/search_engines",
4618 "//rlz:rlz_lib", 4620 "//rlz:rlz_lib",
4619 ] 4621 ]
4620 } 4622 }
4621 } 4623 }
4622 4624
4623 service_manifest("preferences_forwarder_manifest") { 4625 service_manifest("preferences_forwarder_manifest") {
4624 name = "preferences_forwarder" 4626 name = "preferences_forwarder"
4625 source = "prefs/forwarder_manifest.json" 4627 source = "prefs/forwarder_manifest.json"
4626 } 4628 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698