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

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

Issue 2377553003: Add ShouldDisplayOverFullscreen support to web notifications. (Closed)
Patch Set: Final formatting fixes Created 4 years, 2 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/notifications/notification_interactive_uitest.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 2254 matching lines...) Expand 10 before | Expand all | Expand 10 after
2265 "notifications/notifier_state_tracker.cc", 2265 "notifications/notifier_state_tracker.cc",
2266 "notifications/notifier_state_tracker.h", 2266 "notifications/notifier_state_tracker.h",
2267 "notifications/notifier_state_tracker_factory.cc", 2267 "notifications/notifier_state_tracker_factory.cc",
2268 "notifications/notifier_state_tracker_factory.h", 2268 "notifications/notifier_state_tracker_factory.h",
2269 "notifications/persistent_notification_delegate.cc", 2269 "notifications/persistent_notification_delegate.cc",
2270 "notifications/persistent_notification_delegate.h", 2270 "notifications/persistent_notification_delegate.h",
2271 "notifications/persistent_notification_handler.cc", 2271 "notifications/persistent_notification_handler.cc",
2272 "notifications/persistent_notification_handler.h", 2272 "notifications/persistent_notification_handler.h",
2273 "notifications/platform_notification_service_impl.cc", 2273 "notifications/platform_notification_service_impl.cc",
2274 "notifications/platform_notification_service_impl.h", 2274 "notifications/platform_notification_service_impl.h",
2275 "notifications/web_notification_delegate.cc",
2276 "notifications/web_notification_delegate.h",
2275 "push_messaging/push_messaging_notification_manager.cc", 2277 "push_messaging/push_messaging_notification_manager.cc",
2276 "push_messaging/push_messaging_notification_manager.h", 2278 "push_messaging/push_messaging_notification_manager.h",
2277 ] 2279 ]
2278 if (android_java_ui) { 2280 if (android_java_ui) {
2279 sources += [ 2281 sources += [
2280 "notifications/notification_permission_infobar_delegate.cc", 2282 "notifications/notification_permission_infobar_delegate.cc",
2281 "notifications/notification_permission_infobar_delegate.h", 2283 "notifications/notification_permission_infobar_delegate.h",
2282 "notifications/notification_platform_bridge_android.cc", 2284 "notifications/notification_platform_bridge_android.cc",
2283 "notifications/notification_platform_bridge_android.h", 2285 "notifications/notification_platform_bridge_android.h",
2284 ] 2286 ]
(...skipping 1975 matching lines...) Expand 10 before | Expand all | Expand 10 after
4260 # linking all of the test support. 4262 # linking all of the test support.
4261 static_library("pepper_cdm_test_constants") { 4263 static_library("pepper_cdm_test_constants") {
4262 testonly = true 4264 testonly = true
4263 visibility = [ "//chrome/*" ] 4265 visibility = [ "//chrome/*" ]
4264 sources = [ 4266 sources = [
4265 "media/pepper_cdm_test_constants.cc", 4267 "media/pepper_cdm_test_constants.cc",
4266 "media/pepper_cdm_test_constants.h", 4268 "media/pepper_cdm_test_constants.h",
4267 ] 4269 ]
4268 } 4270 }
4269 } 4271 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/notifications/notification_interactive_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698