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

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

Issue 2655633002: [task_manager] Add ARC process whitelist. (Closed)
Patch Set: Address comments. 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/providers/arc/arc_process_filter.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 2206 matching lines...) Expand 10 before | Expand all | Expand 10 after
2217 "metrics/perf/cpu_identity.cc", 2217 "metrics/perf/cpu_identity.cc",
2218 "metrics/perf/cpu_identity.h", 2218 "metrics/perf/cpu_identity.h",
2219 "metrics/perf/perf_output.cc", 2219 "metrics/perf/perf_output.cc",
2220 "metrics/perf/perf_output.h", 2220 "metrics/perf/perf_output.h",
2221 "metrics/perf/random_selector.cc", 2221 "metrics/perf/random_selector.cc",
2222 "metrics/perf/random_selector.h", 2222 "metrics/perf/random_selector.h",
2223 "metrics/perf/windowed_incognito_observer.cc", 2223 "metrics/perf/windowed_incognito_observer.cc",
2224 "metrics/perf/windowed_incognito_observer.h", 2224 "metrics/perf/windowed_incognito_observer.h",
2225 "policy/default_geolocation_policy_handler.cc", 2225 "policy/default_geolocation_policy_handler.cc",
2226 "policy/default_geolocation_policy_handler.h", 2226 "policy/default_geolocation_policy_handler.h",
2227 "task_manager/providers/arc/arc_process_filter.cc",
2228 "task_manager/providers/arc/arc_process_filter.h",
2227 "task_manager/providers/arc/arc_process_task.cc", 2229 "task_manager/providers/arc/arc_process_task.cc",
2228 "task_manager/providers/arc/arc_process_task.h", 2230 "task_manager/providers/arc/arc_process_task.h",
2229 "task_manager/providers/arc/arc_process_task_provider.cc", 2231 "task_manager/providers/arc/arc_process_task_provider.cc",
2230 "task_manager/providers/arc/arc_process_task_provider.h", 2232 "task_manager/providers/arc/arc_process_task_provider.h",
2231 ] 2233 ]
2232 deps += [ "//chrome/browser/chromeos" ] 2234 deps += [ "//chrome/browser/chromeos" ]
2233 public_deps += [ 2235 public_deps += [
2234 "//components/metrics/leak_detector:interfaces", 2236 "//components/metrics/leak_detector:interfaces",
2235 "//components/metrics/leak_detector:leak_detector", 2237 "//components/metrics/leak_detector:leak_detector",
2236 ] 2238 ]
(...skipping 2271 matching lines...) Expand 10 before | Expand all | Expand 10 after
4508 "media/pepper_cdm_test_constants.cc", 4510 "media/pepper_cdm_test_constants.cc",
4509 "media/pepper_cdm_test_constants.h", 4511 "media/pepper_cdm_test_constants.h",
4510 ] 4512 ]
4511 } 4513 }
4512 } 4514 }
4513 4515
4514 service_manifest("preferences_manifest") { 4516 service_manifest("preferences_manifest") {
4515 name = "preferences" 4517 name = "preferences"
4516 source = "prefs/preferences_manifest.json" 4518 source = "prefs/preferences_manifest.json"
4517 } 4519 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/task_manager/providers/arc/arc_process_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698