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

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

Issue 2746873004: Move ChromeOS login media access logic into a MediaAccessHandler (Closed)
Patch Set: Move ChromeOS login media access logic into a MediaAccessHandler Created 3 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/saml/saml_browsertest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 "mac/nsprocessinfo_additions.h", 542 "mac/nsprocessinfo_additions.h",
543 "mac/nsprocessinfo_additions.mm", 543 "mac/nsprocessinfo_additions.mm",
544 "mac/relauncher.h", 544 "mac/relauncher.h",
545 "mac/relauncher.mm", 545 "mac/relauncher.mm",
546 "mac/security_wrappers.cc", 546 "mac/security_wrappers.cc",
547 "mac/security_wrappers.h", 547 "mac/security_wrappers.h",
548 "manifest/manifest_icon_downloader.cc", 548 "manifest/manifest_icon_downloader.cc",
549 "manifest/manifest_icon_downloader.h", 549 "manifest/manifest_icon_downloader.h",
550 "manifest/manifest_icon_selector.cc", 550 "manifest/manifest_icon_selector.cc",
551 "manifest/manifest_icon_selector.h", 551 "manifest/manifest_icon_selector.h",
552 "media/media_access_handler.cc",
552 "media/media_access_handler.h", 553 "media/media_access_handler.h",
553 "media/media_device_id_salt.cc", 554 "media/media_device_id_salt.cc",
554 "media/media_device_id_salt.h", 555 "media/media_device_id_salt.h",
555 "media/media_url_constants.cc", 556 "media/media_url_constants.cc",
556 "media/media_url_constants.h", 557 "media/media_url_constants.h",
557 "media/midi_permission_context.cc", 558 "media/midi_permission_context.cc",
558 "media/midi_permission_context.h", 559 "media/midi_permission_context.h",
559 "media/output_protection_proxy.cc", 560 "media/output_protection_proxy.cc",
560 "media/output_protection_proxy.h", 561 "media/output_protection_proxy.h",
561 "media/router/media_router_feature.cc", 562 "media/router/media_router_feature.cc",
(...skipping 1727 matching lines...) Expand 10 before | Expand all | Expand 10 after
2289 } 2290 }
2290 2291
2291 if (is_chromeos) { 2292 if (is_chromeos) {
2292 sources += [ 2293 sources += [
2293 "download/notification/download_item_notification.cc", 2294 "download/notification/download_item_notification.cc",
2294 "download/notification/download_item_notification.h", 2295 "download/notification/download_item_notification.h",
2295 "download/notification/download_notification.cc", 2296 "download/notification/download_notification.cc",
2296 "download/notification/download_notification.h", 2297 "download/notification/download_notification.h",
2297 "download/notification/download_notification_manager.cc", 2298 "download/notification/download_notification_manager.cc",
2298 "download/notification/download_notification_manager.h", 2299 "download/notification/download_notification_manager.h",
2300 "media/chromeos_login_media_access_handler.cc",
2301 "media/chromeos_login_media_access_handler.h",
2299 "media/public_session_media_access_handler.cc", 2302 "media/public_session_media_access_handler.cc",
2300 "media/public_session_media_access_handler.h", 2303 "media/public_session_media_access_handler.h",
2301 "media/public_session_tab_capture_access_handler.cc", 2304 "media/public_session_tab_capture_access_handler.cc",
2302 "media/public_session_tab_capture_access_handler.h", 2305 "media/public_session_tab_capture_access_handler.h",
2303 "memory/memory_kills_histogram.h", 2306 "memory/memory_kills_histogram.h",
2304 "memory/memory_kills_monitor.cc", 2307 "memory/memory_kills_monitor.cc",
2305 "memory/memory_kills_monitor.h", 2308 "memory/memory_kills_monitor.h",
2306 "metrics/chromeos_metrics_provider.cc", 2309 "metrics/chromeos_metrics_provider.cc",
2307 "metrics/chromeos_metrics_provider.h", 2310 "metrics/chromeos_metrics_provider.h",
2308 "metrics/leak_detector/leak_detector_controller.cc", 2311 "metrics/leak_detector/leak_detector_controller.cc",
(...skipping 2354 matching lines...) Expand 10 before | Expand all | Expand 10 after
4663 "media/pepper_cdm_test_constants.cc", 4666 "media/pepper_cdm_test_constants.cc",
4664 "media/pepper_cdm_test_constants.h", 4667 "media/pepper_cdm_test_constants.h",
4665 ] 4668 ]
4666 } 4669 }
4667 } 4670 }
4668 4671
4669 service_manifest("preferences_forwarder_manifest") { 4672 service_manifest("preferences_forwarder_manifest") {
4670 name = "preferences_forwarder" 4673 name = "preferences_forwarder"
4671 source = "prefs/forwarder_manifest.json" 4674 source = "prefs/forwarder_manifest.json"
4672 } 4675 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/saml/saml_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698