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

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

Issue 2558843002: Public Sessions - prompt the user for tabCapture requests (Closed)
Patch Set: Rebase 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 2141 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
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