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

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

Issue 2532323003: Public Sessions - prompt the user for audioCapture/videoCapture requests (Closed)
Patch Set: std::move, formatting Created 4 years 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/extensions/device_local_account_management_policy_provider.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 2154 matching lines...) Expand 10 before | Expand all | Expand 10 after
2165 } 2165 }
2166 2166
2167 if (is_chromeos) { 2167 if (is_chromeos) {
2168 sources += [ 2168 sources += [
2169 "download/notification/download_item_notification.cc", 2169 "download/notification/download_item_notification.cc",
2170 "download/notification/download_item_notification.h", 2170 "download/notification/download_item_notification.h",
2171 "download/notification/download_notification.cc", 2171 "download/notification/download_notification.cc",
2172 "download/notification/download_notification.h", 2172 "download/notification/download_notification.h",
2173 "download/notification/download_notification_manager.cc", 2173 "download/notification/download_notification_manager.cc",
2174 "download/notification/download_notification_manager.h", 2174 "download/notification/download_notification_manager.h",
2175 "media/public_session_media_access_handler.cc",
2176 "media/public_session_media_access_handler.h",
2175 "memory/memory_kills_histogram.h", 2177 "memory/memory_kills_histogram.h",
2176 "memory/memory_kills_monitor.cc", 2178 "memory/memory_kills_monitor.cc",
2177 "memory/memory_kills_monitor.h", 2179 "memory/memory_kills_monitor.h",
2178 "metrics/chromeos_metrics_provider.cc", 2180 "metrics/chromeos_metrics_provider.cc",
2179 "metrics/chromeos_metrics_provider.h", 2181 "metrics/chromeos_metrics_provider.h",
2180 "metrics/leak_detector/leak_detector_controller.cc", 2182 "metrics/leak_detector/leak_detector_controller.cc",
2181 "metrics/leak_detector/leak_detector_controller.h", 2183 "metrics/leak_detector/leak_detector_controller.h",
2182 "metrics/leak_detector/leak_detector_remote_controller.cc", 2184 "metrics/leak_detector/leak_detector_remote_controller.cc",
2183 "metrics/leak_detector/leak_detector_remote_controller.h", 2185 "metrics/leak_detector/leak_detector_remote_controller.h",
2184 "metrics/perf/cpu_identity.cc", 2186 "metrics/perf/cpu_identity.cc",
(...skipping 2262 matching lines...) Expand 10 before | Expand all | Expand 10 after
4447 # linking all of the test support. 4449 # linking all of the test support.
4448 static_library("pepper_cdm_test_constants") { 4450 static_library("pepper_cdm_test_constants") {
4449 testonly = true 4451 testonly = true
4450 visibility = [ "//chrome/*" ] 4452 visibility = [ "//chrome/*" ]
4451 sources = [ 4453 sources = [
4452 "media/pepper_cdm_test_constants.cc", 4454 "media/pepper_cdm_test_constants.cc",
4453 "media/pepper_cdm_test_constants.h", 4455 "media/pepper_cdm_test_constants.h",
4454 ] 4456 ]
4455 } 4457 }
4456 } 4458 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/device_local_account_management_policy_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698