| 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 2197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2208 "metrics/perf/random_selector.cc", | 2208 "metrics/perf/random_selector.cc", |
| 2209 "metrics/perf/random_selector.h", | 2209 "metrics/perf/random_selector.h", |
| 2210 "metrics/perf/windowed_incognito_observer.cc", | 2210 "metrics/perf/windowed_incognito_observer.cc", |
| 2211 "metrics/perf/windowed_incognito_observer.h", | 2211 "metrics/perf/windowed_incognito_observer.h", |
| 2212 "policy/default_geolocation_policy_handler.cc", | 2212 "policy/default_geolocation_policy_handler.cc", |
| 2213 "policy/default_geolocation_policy_handler.h", | 2213 "policy/default_geolocation_policy_handler.h", |
| 2214 "task_manager/providers/arc/arc_process_task.cc", | 2214 "task_manager/providers/arc/arc_process_task.cc", |
| 2215 "task_manager/providers/arc/arc_process_task.h", | 2215 "task_manager/providers/arc/arc_process_task.h", |
| 2216 "task_manager/providers/arc/arc_process_task_provider.cc", | 2216 "task_manager/providers/arc/arc_process_task_provider.cc", |
| 2217 "task_manager/providers/arc/arc_process_task_provider.h", | 2217 "task_manager/providers/arc/arc_process_task_provider.h", |
| 2218 "task_manager/providers/arc/arc_process_whitelist.cc", |
| 2219 "task_manager/providers/arc/arc_process_whitelist.h", |
| 2218 ] | 2220 ] |
| 2219 deps += [ "//chrome/browser/chromeos" ] | 2221 deps += [ "//chrome/browser/chromeos" ] |
| 2220 public_deps += [ | 2222 public_deps += [ |
| 2221 "//components/metrics/leak_detector:interfaces", | 2223 "//components/metrics/leak_detector:interfaces", |
| 2222 "//components/metrics/leak_detector:leak_detector", | 2224 "//components/metrics/leak_detector:leak_detector", |
| 2223 ] | 2225 ] |
| 2224 } else { # Non-ChromeOS. | 2226 } else { # Non-ChromeOS. |
| 2225 sources += [ | 2227 sources += [ |
| 2226 "policy/cloud/user_cloud_policy_manager_factory.cc", | 2228 "policy/cloud/user_cloud_policy_manager_factory.cc", |
| 2227 "policy/cloud/user_cloud_policy_manager_factory.h", | 2229 "policy/cloud/user_cloud_policy_manager_factory.h", |
| (...skipping 2256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4484 "media/pepper_cdm_test_constants.cc", | 4486 "media/pepper_cdm_test_constants.cc", |
| 4485 "media/pepper_cdm_test_constants.h", | 4487 "media/pepper_cdm_test_constants.h", |
| 4486 ] | 4488 ] |
| 4487 } | 4489 } |
| 4488 } | 4490 } |
| 4489 | 4491 |
| 4490 service_manifest("preferences_manifest") { | 4492 service_manifest("preferences_manifest") { |
| 4491 name = "preferences" | 4493 name = "preferences" |
| 4492 source = "prefs/preferences_manifest.json" | 4494 source = "prefs/preferences_manifest.json" |
| 4493 } | 4495 } |
| OLD | NEW |