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 2135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2146 } | 2146 } |
2147 | 2147 |
2148 if (is_chromeos) { | 2148 if (is_chromeos) { |
2149 sources += [ | 2149 sources += [ |
2150 "download/notification/download_item_notification.cc", | 2150 "download/notification/download_item_notification.cc", |
2151 "download/notification/download_item_notification.h", | 2151 "download/notification/download_item_notification.h", |
2152 "download/notification/download_notification.cc", | 2152 "download/notification/download_notification.cc", |
2153 "download/notification/download_notification.h", | 2153 "download/notification/download_notification.h", |
2154 "download/notification/download_notification_manager.cc", | 2154 "download/notification/download_notification_manager.cc", |
2155 "download/notification/download_notification_manager.h", | 2155 "download/notification/download_notification_manager.h", |
| 2156 "memory/memory_kills_histogram.h", |
| 2157 "memory/memory_kills_monitor.cc", |
| 2158 "memory/memory_kills_monitor.h", |
2156 "metrics/chromeos_metrics_provider.cc", | 2159 "metrics/chromeos_metrics_provider.cc", |
2157 "metrics/chromeos_metrics_provider.h", | 2160 "metrics/chromeos_metrics_provider.h", |
2158 "metrics/leak_detector/leak_detector_controller.cc", | 2161 "metrics/leak_detector/leak_detector_controller.cc", |
2159 "metrics/leak_detector/leak_detector_controller.h", | 2162 "metrics/leak_detector/leak_detector_controller.h", |
2160 "metrics/leak_detector/leak_detector_remote_controller.cc", | 2163 "metrics/leak_detector/leak_detector_remote_controller.cc", |
2161 "metrics/leak_detector/leak_detector_remote_controller.h", | 2164 "metrics/leak_detector/leak_detector_remote_controller.h", |
2162 "metrics/perf/cpu_identity.cc", | 2165 "metrics/perf/cpu_identity.cc", |
2163 "metrics/perf/cpu_identity.h", | 2166 "metrics/perf/cpu_identity.h", |
2164 "metrics/perf/perf_output.cc", | 2167 "metrics/perf/perf_output.cc", |
2165 "metrics/perf/perf_output.h", | 2168 "metrics/perf/perf_output.h", |
(...skipping 2245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4411 # linking all of the test support. | 4414 # linking all of the test support. |
4412 static_library("pepper_cdm_test_constants") { | 4415 static_library("pepper_cdm_test_constants") { |
4413 testonly = true | 4416 testonly = true |
4414 visibility = [ "//chrome/*" ] | 4417 visibility = [ "//chrome/*" ] |
4415 sources = [ | 4418 sources = [ |
4416 "media/pepper_cdm_test_constants.cc", | 4419 "media/pepper_cdm_test_constants.cc", |
4417 "media/pepper_cdm_test_constants.h", | 4420 "media/pepper_cdm_test_constants.h", |
4418 ] | 4421 ] |
4419 } | 4422 } |
4420 } | 4423 } |
OLD | NEW |