| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |