| 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 2157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2168 } | 2168 } |
| 2169 | 2169 |
| 2170 if (is_chromeos) { | 2170 if (is_chromeos) { |
| 2171 sources += [ | 2171 sources += [ |
| 2172 "download/notification/download_item_notification.cc", | 2172 "download/notification/download_item_notification.cc", |
| 2173 "download/notification/download_item_notification.h", | 2173 "download/notification/download_item_notification.h", |
| 2174 "download/notification/download_notification.cc", | 2174 "download/notification/download_notification.cc", |
| 2175 "download/notification/download_notification.h", | 2175 "download/notification/download_notification.h", |
| 2176 "download/notification/download_notification_manager.cc", | 2176 "download/notification/download_notification_manager.cc", |
| 2177 "download/notification/download_notification_manager.h", | 2177 "download/notification/download_notification_manager.h", |
| 2178 "media/webrtc/public_session_tab_capture_access_handler.cc", |
| 2179 "media/webrtc/public_session_tab_capture_access_handler.h", |
| 2178 "memory/memory_kills_histogram.h", | 2180 "memory/memory_kills_histogram.h", |
| 2179 "memory/memory_kills_monitor.cc", | 2181 "memory/memory_kills_monitor.cc", |
| 2180 "memory/memory_kills_monitor.h", | 2182 "memory/memory_kills_monitor.h", |
| 2181 "metrics/chromeos_metrics_provider.cc", | 2183 "metrics/chromeos_metrics_provider.cc", |
| 2182 "metrics/chromeos_metrics_provider.h", | 2184 "metrics/chromeos_metrics_provider.h", |
| 2183 "metrics/leak_detector/leak_detector_controller.cc", | 2185 "metrics/leak_detector/leak_detector_controller.cc", |
| 2184 "metrics/leak_detector/leak_detector_controller.h", | 2186 "metrics/leak_detector/leak_detector_controller.h", |
| 2185 "metrics/leak_detector/leak_detector_remote_controller.cc", | 2187 "metrics/leak_detector/leak_detector_remote_controller.cc", |
| 2186 "metrics/leak_detector/leak_detector_remote_controller.h", | 2188 "metrics/leak_detector/leak_detector_remote_controller.h", |
| 2187 "metrics/perf/cpu_identity.cc", | 2189 "metrics/perf/cpu_identity.cc", |
| (...skipping 2260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4448 # linking all of the test support. | 4450 # linking all of the test support. |
| 4449 static_library("pepper_cdm_test_constants") { | 4451 static_library("pepper_cdm_test_constants") { |
| 4450 testonly = true | 4452 testonly = true |
| 4451 visibility = [ "//chrome/*" ] | 4453 visibility = [ "//chrome/*" ] |
| 4452 sources = [ | 4454 sources = [ |
| 4453 "media/pepper_cdm_test_constants.cc", | 4455 "media/pepper_cdm_test_constants.cc", |
| 4454 "media/pepper_cdm_test_constants.h", | 4456 "media/pepper_cdm_test_constants.h", |
| 4455 ] | 4457 ] |
| 4456 } | 4458 } |
| 4457 } | 4459 } |
| OLD | NEW |