Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2746873004: Move ChromeOS login media access logic into a MediaAccessHandler (Closed)
Patch Set: Move SAML access logic into MediaAccessHandler Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 "mac/nsprocessinfo_additions.h", 541 "mac/nsprocessinfo_additions.h",
542 "mac/nsprocessinfo_additions.mm", 542 "mac/nsprocessinfo_additions.mm",
543 "mac/relauncher.h", 543 "mac/relauncher.h",
544 "mac/relauncher.mm", 544 "mac/relauncher.mm",
545 "mac/security_wrappers.cc", 545 "mac/security_wrappers.cc",
546 "mac/security_wrappers.h", 546 "mac/security_wrappers.h",
547 "manifest/manifest_icon_downloader.cc", 547 "manifest/manifest_icon_downloader.cc",
548 "manifest/manifest_icon_downloader.h", 548 "manifest/manifest_icon_downloader.h",
549 "manifest/manifest_icon_selector.cc", 549 "manifest/manifest_icon_selector.cc",
550 "manifest/manifest_icon_selector.h", 550 "manifest/manifest_icon_selector.h",
551 "media/media_access_handler.cc",
551 "media/media_access_handler.h", 552 "media/media_access_handler.h",
552 "media/media_device_id_salt.cc", 553 "media/media_device_id_salt.cc",
553 "media/media_device_id_salt.h", 554 "media/media_device_id_salt.h",
554 "media/media_url_constants.cc", 555 "media/media_url_constants.cc",
555 "media/media_url_constants.h", 556 "media/media_url_constants.h",
556 "media/midi_permission_context.cc", 557 "media/midi_permission_context.cc",
557 "media/midi_permission_context.h", 558 "media/midi_permission_context.h",
558 "media/output_protection_proxy.cc", 559 "media/output_protection_proxy.cc",
559 "media/output_protection_proxy.h", 560 "media/output_protection_proxy.h",
560 "media/router/media_router_feature.cc", 561 "media/router/media_router_feature.cc",
(...skipping 1681 matching lines...) Expand 10 before | Expand all | Expand 10 after
2242 "download/notification/download_item_notification.cc", 2243 "download/notification/download_item_notification.cc",
2243 "download/notification/download_item_notification.h", 2244 "download/notification/download_item_notification.h",
2244 "download/notification/download_notification.cc", 2245 "download/notification/download_notification.cc",
2245 "download/notification/download_notification.h", 2246 "download/notification/download_notification.h",
2246 "download/notification/download_notification_manager.cc", 2247 "download/notification/download_notification_manager.cc",
2247 "download/notification/download_notification_manager.h", 2248 "download/notification/download_notification_manager.h",
2248 "media/public_session_media_access_handler.cc", 2249 "media/public_session_media_access_handler.cc",
2249 "media/public_session_media_access_handler.h", 2250 "media/public_session_media_access_handler.h",
2250 "media/public_session_tab_capture_access_handler.cc", 2251 "media/public_session_tab_capture_access_handler.cc",
2251 "media/public_session_tab_capture_access_handler.h", 2252 "media/public_session_tab_capture_access_handler.h",
2253 "media/saml_media_access_handler.cc",
2254 "media/saml_media_access_handler.h",
2252 "memory/memory_kills_histogram.h", 2255 "memory/memory_kills_histogram.h",
2253 "memory/memory_kills_monitor.cc", 2256 "memory/memory_kills_monitor.cc",
2254 "memory/memory_kills_monitor.h", 2257 "memory/memory_kills_monitor.h",
2255 "metrics/chromeos_metrics_provider.cc", 2258 "metrics/chromeos_metrics_provider.cc",
2256 "metrics/chromeos_metrics_provider.h", 2259 "metrics/chromeos_metrics_provider.h",
2257 "metrics/leak_detector/leak_detector_controller.cc", 2260 "metrics/leak_detector/leak_detector_controller.cc",
2258 "metrics/leak_detector/leak_detector_controller.h", 2261 "metrics/leak_detector/leak_detector_controller.h",
2259 "metrics/leak_detector/leak_detector_remote_controller.cc", 2262 "metrics/leak_detector/leak_detector_remote_controller.cc",
2260 "metrics/leak_detector/leak_detector_remote_controller.h", 2263 "metrics/leak_detector/leak_detector_remote_controller.h",
2261 "metrics/perf/cpu_identity.cc", 2264 "metrics/perf/cpu_identity.cc",
(...skipping 2299 matching lines...) Expand 10 before | Expand all | Expand 10 after
4561 "media/pepper_cdm_test_constants.cc", 4564 "media/pepper_cdm_test_constants.cc",
4562 "media/pepper_cdm_test_constants.h", 4565 "media/pepper_cdm_test_constants.h",
4563 ] 4566 ]
4564 } 4567 }
4565 } 4568 }
4566 4569
4567 service_manifest("preferences_manifest") { 4570 service_manifest("preferences_manifest") {
4568 name = "preferences" 4571 name = "preferences"
4569 source = "prefs/preferences_manifest.json" 4572 source = "prefs/preferences_manifest.json"
4570 } 4573 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698