| 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 2141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2152 if (is_chromeos) { | 2152 if (is_chromeos) { |
| 2153 sources += [ | 2153 sources += [ |
| 2154 "download/notification/download_item_notification.cc", | 2154 "download/notification/download_item_notification.cc", |
| 2155 "download/notification/download_item_notification.h", | 2155 "download/notification/download_item_notification.h", |
| 2156 "download/notification/download_notification.cc", | 2156 "download/notification/download_notification.cc", |
| 2157 "download/notification/download_notification.h", | 2157 "download/notification/download_notification.h", |
| 2158 "download/notification/download_notification_manager.cc", | 2158 "download/notification/download_notification_manager.cc", |
| 2159 "download/notification/download_notification_manager.h", | 2159 "download/notification/download_notification_manager.h", |
| 2160 "media/public_session_media_access_handler.cc", | 2160 "media/public_session_media_access_handler.cc", |
| 2161 "media/public_session_media_access_handler.h", | 2161 "media/public_session_media_access_handler.h", |
| 2162 "media/webrtc/public_session_tab_capture_access_handler.cc", |
| 2163 "media/webrtc/public_session_tab_capture_access_handler.h", |
| 2162 "memory/memory_kills_histogram.h", | 2164 "memory/memory_kills_histogram.h", |
| 2163 "memory/memory_kills_monitor.cc", | 2165 "memory/memory_kills_monitor.cc", |
| 2164 "memory/memory_kills_monitor.h", | 2166 "memory/memory_kills_monitor.h", |
| 2165 "metrics/chromeos_metrics_provider.cc", | 2167 "metrics/chromeos_metrics_provider.cc", |
| 2166 "metrics/chromeos_metrics_provider.h", | 2168 "metrics/chromeos_metrics_provider.h", |
| 2167 "metrics/leak_detector/leak_detector_controller.cc", | 2169 "metrics/leak_detector/leak_detector_controller.cc", |
| 2168 "metrics/leak_detector/leak_detector_controller.h", | 2170 "metrics/leak_detector/leak_detector_controller.h", |
| 2169 "metrics/leak_detector/leak_detector_remote_controller.cc", | 2171 "metrics/leak_detector/leak_detector_remote_controller.cc", |
| 2170 "metrics/leak_detector/leak_detector_remote_controller.h", | 2172 "metrics/leak_detector/leak_detector_remote_controller.h", |
| 2171 "metrics/perf/cpu_identity.cc", | 2173 "metrics/perf/cpu_identity.cc", |
| (...skipping 2281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4453 # linking all of the test support. | 4455 # linking all of the test support. |
| 4454 static_library("pepper_cdm_test_constants") { | 4456 static_library("pepper_cdm_test_constants") { |
| 4455 testonly = true | 4457 testonly = true |
| 4456 visibility = [ "//chrome/*" ] | 4458 visibility = [ "//chrome/*" ] |
| 4457 sources = [ | 4459 sources = [ |
| 4458 "media/pepper_cdm_test_constants.cc", | 4460 "media/pepper_cdm_test_constants.cc", |
| 4459 "media/pepper_cdm_test_constants.h", | 4461 "media/pepper_cdm_test_constants.h", |
| 4460 ] | 4462 ] |
| 4461 } | 4463 } |
| 4462 } | 4464 } |
| OLD | NEW |