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

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

Issue 2657393003: Add unit-test for SharedSampler handling of zero-thread processes. (Closed)
Patch Set: Remove anonymous namespace Created 3 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/task_manager/sampling/shared_sampler.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3399 matching lines...) Expand 10 before | Expand all | Expand 10 after
3410 "task_manager/providers/web_contents/tab_contents_task.h", 3410 "task_manager/providers/web_contents/tab_contents_task.h",
3411 "task_manager/providers/web_contents/web_contents_tag.cc", 3411 "task_manager/providers/web_contents/web_contents_tag.cc",
3412 "task_manager/providers/web_contents/web_contents_tag.h", 3412 "task_manager/providers/web_contents/web_contents_tag.h",
3413 "task_manager/providers/web_contents/web_contents_tags_manager.cc", 3413 "task_manager/providers/web_contents/web_contents_tags_manager.cc",
3414 "task_manager/providers/web_contents/web_contents_tags_manager.h", 3414 "task_manager/providers/web_contents/web_contents_tags_manager.h",
3415 "task_manager/providers/web_contents/web_contents_task_provider.cc", 3415 "task_manager/providers/web_contents/web_contents_task_provider.cc",
3416 "task_manager/providers/web_contents/web_contents_task_provider.h", 3416 "task_manager/providers/web_contents/web_contents_task_provider.h",
3417 "task_manager/sampling/shared_sampler.h", 3417 "task_manager/sampling/shared_sampler.h",
3418 "task_manager/sampling/shared_sampler_posix.cc", 3418 "task_manager/sampling/shared_sampler_posix.cc",
3419 "task_manager/sampling/shared_sampler_win.cc", 3419 "task_manager/sampling/shared_sampler_win.cc",
3420 "task_manager/sampling/shared_sampler_win_defines.h",
3420 "task_manager/sampling/task_group.cc", 3421 "task_manager/sampling/task_group.cc",
3421 "task_manager/sampling/task_group.h", 3422 "task_manager/sampling/task_group.h",
3422 "task_manager/sampling/task_group_sampler.cc", 3423 "task_manager/sampling/task_group_sampler.cc",
3423 "task_manager/sampling/task_group_sampler.h", 3424 "task_manager/sampling/task_group_sampler.h",
3424 "task_manager/sampling/task_manager_impl.cc", 3425 "task_manager/sampling/task_manager_impl.cc",
3425 "task_manager/sampling/task_manager_impl.h", 3426 "task_manager/sampling/task_manager_impl.h",
3426 "task_manager/sampling/task_manager_io_thread_helper.cc", 3427 "task_manager/sampling/task_manager_io_thread_helper.cc",
3427 "task_manager/sampling/task_manager_io_thread_helper.h", 3428 "task_manager/sampling/task_manager_io_thread_helper.h",
3428 "task_manager/task_manager_interface.cc", 3429 "task_manager/task_manager_interface.cc",
3429 "task_manager/task_manager_interface.h", 3430 "task_manager/task_manager_interface.h",
(...skipping 1078 matching lines...) Expand 10 before | Expand all | Expand 10 after
4508 "media/pepper_cdm_test_constants.cc", 4509 "media/pepper_cdm_test_constants.cc",
4509 "media/pepper_cdm_test_constants.h", 4510 "media/pepper_cdm_test_constants.h",
4510 ] 4511 ]
4511 } 4512 }
4512 } 4513 }
4513 4514
4514 service_manifest("preferences_manifest") { 4515 service_manifest("preferences_manifest") {
4515 name = "preferences" 4516 name = "preferences"
4516 source = "prefs/preferences_manifest.json" 4517 source = "prefs/preferences_manifest.json"
4517 } 4518 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/task_manager/sampling/shared_sampler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698