| 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 2187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2198 if (is_chromeos) { | 2198 if (is_chromeos) { |
| 2199 sources += [ | 2199 sources += [ |
| 2200 "download/notification/download_item_notification.cc", | 2200 "download/notification/download_item_notification.cc", |
| 2201 "download/notification/download_item_notification.h", | 2201 "download/notification/download_item_notification.h", |
| 2202 "download/notification/download_notification.cc", | 2202 "download/notification/download_notification.cc", |
| 2203 "download/notification/download_notification.h", | 2203 "download/notification/download_notification.h", |
| 2204 "download/notification/download_notification_manager.cc", | 2204 "download/notification/download_notification_manager.cc", |
| 2205 "download/notification/download_notification_manager.h", | 2205 "download/notification/download_notification_manager.h", |
| 2206 "media/public_session_media_access_handler.cc", | 2206 "media/public_session_media_access_handler.cc", |
| 2207 "media/public_session_media_access_handler.h", | 2207 "media/public_session_media_access_handler.h", |
| 2208 "media/public_session_tab_capture_access_handler.cc", | 2208 "media/webrtc/public_session_tab_capture_access_handler.cc", |
| 2209 "media/public_session_tab_capture_access_handler.h", | 2209 "media/webrtc/public_session_tab_capture_access_handler.h", |
| 2210 "memory/memory_kills_histogram.h", | 2210 "memory/memory_kills_histogram.h", |
| 2211 "memory/memory_kills_monitor.cc", | 2211 "memory/memory_kills_monitor.cc", |
| 2212 "memory/memory_kills_monitor.h", | 2212 "memory/memory_kills_monitor.h", |
| 2213 "metrics/chromeos_metrics_provider.cc", | 2213 "metrics/chromeos_metrics_provider.cc", |
| 2214 "metrics/chromeos_metrics_provider.h", | 2214 "metrics/chromeos_metrics_provider.h", |
| 2215 "metrics/leak_detector/leak_detector_controller.cc", | 2215 "metrics/leak_detector/leak_detector_controller.cc", |
| 2216 "metrics/leak_detector/leak_detector_controller.h", | 2216 "metrics/leak_detector/leak_detector_controller.h", |
| 2217 "metrics/leak_detector/leak_detector_remote_controller.cc", | 2217 "metrics/leak_detector/leak_detector_remote_controller.cc", |
| 2218 "metrics/leak_detector/leak_detector_remote_controller.h", | 2218 "metrics/leak_detector/leak_detector_remote_controller.h", |
| 2219 "metrics/perf/cpu_identity.cc", | 2219 "metrics/perf/cpu_identity.cc", |
| (...skipping 2302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4522 "media/pepper_cdm_test_constants.cc", | 4522 "media/pepper_cdm_test_constants.cc", |
| 4523 "media/pepper_cdm_test_constants.h", | 4523 "media/pepper_cdm_test_constants.h", |
| 4524 ] | 4524 ] |
| 4525 } | 4525 } |
| 4526 } | 4526 } |
| 4527 | 4527 |
| 4528 service_manifest("preferences_manifest") { | 4528 service_manifest("preferences_manifest") { |
| 4529 name = "preferences" | 4529 name = "preferences" |
| 4530 source = "prefs/preferences_manifest.json" | 4530 source = "prefs/preferences_manifest.json" |
| 4531 } | 4531 } |
| OLD | NEW |