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

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

Issue 2552203007: Public Sessions - prompt the user for pageCapture requests (Closed)
Patch Set: Unittest - WeakPtr, detecting prompt shown/not shown, nits Created 3 years, 10 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 2157 matching lines...) Expand 10 before | Expand all | Expand 10 after
2168 if (is_chromeos) { 2168 if (is_chromeos) {
2169 sources += [ 2169 sources += [
2170 "download/notification/download_item_notification.cc", 2170 "download/notification/download_item_notification.cc",
2171 "download/notification/download_item_notification.h", 2171 "download/notification/download_item_notification.h",
2172 "download/notification/download_notification.cc", 2172 "download/notification/download_notification.cc",
2173 "download/notification/download_notification.h", 2173 "download/notification/download_notification.h",
2174 "download/notification/download_notification_manager.cc", 2174 "download/notification/download_notification_manager.cc",
2175 "download/notification/download_notification_manager.h", 2175 "download/notification/download_notification_manager.h",
2176 "media/public_session_media_access_handler.cc", 2176 "media/public_session_media_access_handler.cc",
2177 "media/public_session_media_access_handler.h", 2177 "media/public_session_media_access_handler.h",
2178 "media/webrtc/public_session_tab_capture_access_handler.cc", 2178 "media/public_session_tab_capture_access_handler.cc",
2179 "media/webrtc/public_session_tab_capture_access_handler.h", 2179 "media/public_session_tab_capture_access_handler.h",
2180 "memory/memory_kills_histogram.h", 2180 "memory/memory_kills_histogram.h",
2181 "memory/memory_kills_monitor.cc", 2181 "memory/memory_kills_monitor.cc",
2182 "memory/memory_kills_monitor.h", 2182 "memory/memory_kills_monitor.h",
2183 "metrics/chromeos_metrics_provider.cc", 2183 "metrics/chromeos_metrics_provider.cc",
2184 "metrics/chromeos_metrics_provider.h", 2184 "metrics/chromeos_metrics_provider.h",
2185 "metrics/leak_detector/leak_detector_controller.cc", 2185 "metrics/leak_detector/leak_detector_controller.cc",
2186 "metrics/leak_detector/leak_detector_controller.h", 2186 "metrics/leak_detector/leak_detector_controller.h",
2187 "metrics/leak_detector/leak_detector_remote_controller.cc", 2187 "metrics/leak_detector/leak_detector_remote_controller.cc",
2188 "metrics/leak_detector/leak_detector_remote_controller.h", 2188 "metrics/leak_detector/leak_detector_remote_controller.h",
2189 "metrics/perf/cpu_identity.cc", 2189 "metrics/perf/cpu_identity.cc",
(...skipping 2300 matching lines...) Expand 10 before | Expand all | Expand 10 after
4490 "media/pepper_cdm_test_constants.cc", 4490 "media/pepper_cdm_test_constants.cc",
4491 "media/pepper_cdm_test_constants.h", 4491 "media/pepper_cdm_test_constants.h",
4492 ] 4492 ]
4493 } 4493 }
4494 } 4494 }
4495 4495
4496 service_manifest("preferences_manifest") { 4496 service_manifest("preferences_manifest") {
4497 name = "preferences" 4497 name = "preferences"
4498 source = "prefs/preferences_manifest.json" 4498 source = "prefs/preferences_manifest.json"
4499 } 4499 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698